Class: Google::Cloud::Notebooks::V1::SetInstanceLabelsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::SetInstanceLabelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/service.rb
Overview
Request for setting instance labels.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Labels to apply to this instance.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Labels to apply to this instance. These can be later modified by the setLabels method.
189 190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 189 class SetInstanceLabelsRequest 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 |
#name ⇒ ::String
Returns Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
.
189 190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 189 class SetInstanceLabelsRequest 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 |