Class: Google::Cloud::Compute::V1::InstancesSetLabelsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstancesSetLabelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#label_fingerprint ⇒ ::String
Fingerprint of the previous set of labels for this resource, used to prevent conflicts.
- #labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Instance Attribute Details
#label_fingerprint ⇒ ::String
16163 16164 16165 16166 16167 16168 16169 16170 16171 16172 16173 16174 16175 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16163 class InstancesSetLabelsRequest 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 |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
16163 16164 16165 16166 16167 16168 16169 16170 16171 16172 16173 16174 16175 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16163 class InstancesSetLabelsRequest 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 |