Class: Google::Cloud::Compute::V1::SetMetadataInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SetMetadataInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Instances.SetMetadata. See the method description for details.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Name of the instance scoping this request.
-
#metadata_resource ⇒ ::Google::Cloud::Compute::V1::Metadata
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
31700 31701 31702 31703 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31700 class SetMetadataInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata_resource ⇒ ::Google::Cloud::Compute::V1::Metadata
31700 31701 31702 31703 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31700 class SetMetadataInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
31700 31701 31702 31703 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31700 class SetMetadataInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
31700 31701 31702 31703 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31700 class SetMetadataInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
31700 31701 31702 31703 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31700 class SetMetadataInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |