public sealed class CreateOrderRequest : IMessage<CreateOrderRequest>, IEquatable<CreateOrderRequest>, IDeepCloneable<CreateOrderRequest>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class CreateOrderRequest.
A request to create an order.
Implements
IMessageCreateOrderRequest, IEquatableCreateOrderRequest, IDeepCloneableCreateOrderRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
CreateOrderRequest()
public CreateOrderRequest()CreateOrderRequest(CreateOrderRequest)
public CreateOrderRequest(CreateOrderRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateOrderRequest |
Properties
Order
public Order Order { get; set; }Required. The order to create.
| Property Value | |
|---|---|
| Type | Description |
Order |
|
OrderId
public string OrderId { get; set; }Optional. ID used to uniquely identify the Order within its parent scope.
This field should contain at most 63 characters and must start with
lowercase characters.
Only lowercase characters, numbers and - are accepted.
The - character cannot be the first or the last one.
A system generated ID will be used if the field is not set.
The order.name field in the request will be ignored.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project and location to create the order in.
Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
RequestId
public string RequestId { get; set; }Optional. An optional unique identifier for this request. See AIP-155.
| Property Value | |
|---|---|
| Type | Description |
string |
|