public interface SubmitOrderRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. The name of the order.
 Format: projects/{project}/locations/{location}/orders/{order}
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes() Required. The name of the order.
 Format: projects/{project}/locations/{location}/orders/{order}
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getRequestId()
public abstract String getRequestId()Optional. An optional unique identifier for this request. See AIP-155.
 string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The requestId.  | 
      
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()Optional. An optional unique identifier for this request. See AIP-155.
 string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for requestId.  | 
      
getType()
public abstract SubmitOrderRequest.Type getType() Optional. Type of this request. If unset, the request type is assumed to be
 INFO_PENDING.
 
 .google.cloud.gdchardwaremanagement.v1alpha.SubmitOrderRequest.Type type = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
SubmitOrderRequest.Type | 
        The type.  | 
      
getTypeValue()
public abstract int getTypeValue() Optional. Type of this request. If unset, the request type is assumed to be
 INFO_PENDING.
 
 .google.cloud.gdchardwaremanagement.v1alpha.SubmitOrderRequest.Type type = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for type.  |