Class: Google::Cloud::Container::V1::ResourceLabels

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

Overview

Collection of GCP labels.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#labels::Google::Protobuf::Map{::String => ::String}

Returns Map of node label keys and node label values.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Map of node label keys and node label values.



618
619
620
621
622
623
624
625
626
627
628
629
630
# File 'proto_docs/google/container/v1/cluster_service.rb', line 618

class ResourceLabels
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end