Class: Google::Cloud::GkeMultiCloud::V1::Label

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb

Overview

Label defines the additional fields for labels for pods created by auto-installed components.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns This is the key of the label.

Returns:

  • (::String)

    This is the key of the label.



404
405
406
407
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 404

class Label
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns This is the value of the label.

Returns:

  • (::String)

    This is the value of the label.



404
405
406
407
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 404

class Label
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end