Class: Google::Cloud::Deploy::V1::CustomMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#values::Google::Protobuf::Map{::String => ::String} (readonly)



2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2810

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