Class: Google::Cloud::GDCHardwareManagement::V1alpha::UpdateOrderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::UpdateOrderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A request to update an order.
Instance Attribute Summary collapse
-
#order ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Order
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#order ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Order
Returns Required. The order to update.
117 118 119 120 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 117 class UpdateOrderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. An optional unique identifier for this request. See AIP-155.
117 118 119 120 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 117 class UpdateOrderRequest 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 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.
117 118 119 120 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 117 class UpdateOrderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |