Class: Google::Cloud::Deploy::V1::CustomMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CustomMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
CustomMetadata contains information from a user-defined operation.
Defined Under Namespace
Classes: ValuesEntry
Instance Attribute Summary collapse
-
#values ⇒ ::Google::Protobuf::Map{::String => ::String}
readonly
Output only.
Instance Attribute Details
#values ⇒ ::Google::Protobuf::Map{::String => ::String} (readonly)
Returns Output only. Key-value pairs provided by the user-defined operation.
2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2226 class CustomMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ValuesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |