Class: Google::Cloud::GDCHardwareManagement::V1alpha::UpdateZoneRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::UpdateZoneRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A request to update a zone.
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#zone ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Zone
Required.
Instance Attribute Details
#request_id ⇒ ::String
Returns Optional. An optional unique identifier for this request. See AIP-155.
829 830 831 832 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 829 class UpdateZoneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. A mask to specify the fields in the Zone to overwrite with this update. The fields specified in the update_mask are relative to the zone, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
829 830 831 832 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 829 class UpdateZoneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Zone
Returns Required. The zone to update.
829 830 831 832 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 829 class UpdateZoneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |