public sealed class UpdateOrderRequest : IMessage<UpdateOrderRequest>, IEquatable<UpdateOrderRequest>, IDeepCloneable<UpdateOrderRequest>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class UpdateOrderRequest.
A request to update an order.
Implements
IMessageUpdateOrderRequest, IEquatableUpdateOrderRequest, IDeepCloneableUpdateOrderRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
UpdateOrderRequest()
public UpdateOrderRequest()UpdateOrderRequest(UpdateOrderRequest)
public UpdateOrderRequest(UpdateOrderRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateOrderRequest |
Properties
Order
public Order Order { get; set; }Required. The order to update.
| Property Value | |
|---|---|
| Type | Description |
Order |
|
RequestId
public string RequestId { get; set; }Optional. An optional unique identifier for this request. See AIP-155.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateMask
public FieldMask UpdateMask { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|