Class: Google::Cloud::Compute::V1::SetLabelsInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SetLabelsInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Instances.SetLabels. See the method description for details.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Name of the instance scoping this request.
-
#instances_set_labels_request_resource ⇒ ::Google::Cloud::Compute::V1::InstancesSetLabelsRequest
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#instance ⇒ ::String
34229 34230 34231 34232 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34229 class SetLabelsInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instances_set_labels_request_resource ⇒ ::Google::Cloud::Compute::V1::InstancesSetLabelsRequest
34229 34230 34231 34232 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34229 class SetLabelsInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
34229 34230 34231 34232 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34229 class SetLabelsInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
34229 34230 34231 34232 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34229 class SetLabelsInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
34229 34230 34231 34232 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 34229 class SetLabelsInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |