Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::UpdateHardwareGroupRequest.
A request to update a hardware group.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#hardware_group
def hardware_group() -> ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwareGroup
Returns
- (::Google::Cloud::GDCHardwareManagement::V1alpha::HardwareGroup) — Required. The hardware group to update.
#hardware_group=
def hardware_group=(value) -> ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwareGroup
Parameter
- value (::Google::Cloud::GDCHardwareManagement::V1alpha::HardwareGroup) — Required. The hardware group to update.
Returns
- (::Google::Cloud::GDCHardwareManagement::V1alpha::HardwareGroup) — Required. The hardware group to update.
#request_id
def request_id() -> ::String
Returns
- (::String) — Optional. An optional unique identifier for this request. See AIP-155.
#request_id=
def request_id=(value) -> ::String
Parameter
- value (::String) — Optional. An optional unique identifier for this request. See AIP-155.
Returns
- (::String) — Optional. An optional unique identifier for this request. See AIP-155.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, 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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, 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.
Returns
- (::Google::Protobuf::FieldMask) — Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the update_mask are relative to the hardware group, 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.