Class: Google::Cloud::VmwareEngine::V1::UpdateSubnetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::UpdateSubnetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Request message for VmwareEngine.UpdateSubnet
Instance Attribute Summary collapse
-
#subnet ⇒ ::Google::Cloud::VmwareEngine::V1::Subnet
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#subnet ⇒ ::Google::Cloud::VmwareEngine::V1::Subnet
Returns Required. Subnet description.
766 767 768 769 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 766 class UpdateSubnetRequest 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
Subnet
resource by the update.
The fields specified in the update_mask
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.
766 767 768 769 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 766 class UpdateSubnetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |