Class: Google::Cloud::VmwareEngine::V1::UpdatePrivateCloudRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::UpdatePrivateCloudRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Request message for VmwareEngine.UpdatePrivateCloud
Instance Attribute Summary collapse
-
#private_cloud ⇒ ::Google::Cloud::VmwareEngine::V1::PrivateCloud
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#private_cloud ⇒ ::Google::Cloud::VmwareEngine::V1::PrivateCloud
Returns Required. Private cloud description.
172 173 174 175 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 172 class UpdatePrivateCloudRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
172 173 174 175 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 172 class UpdatePrivateCloudRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask is used to specify the fields to be overwritten in the
PrivateCloud
resource by the update. The fields specified in updateMask
are relative to the resource, not the full request. A field will be
overwritten if it is in the mask. If the user does not provide a mask then
all fields will be overwritten.
172 173 174 175 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 172 class UpdatePrivateCloudRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |