Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::UpdateHardwareRequest.
A request to update hardware.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#hardware
def hardware() -> ::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware
Returns
- (::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware) — Required. The hardware to update.
#hardware=
def hardware=(value) -> ::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware
Parameter
- value (::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware) — Required. The hardware to update.
Returns
- (::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware) — Required. The hardware 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 Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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 Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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 Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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.