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