public interface PlaceOrderRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
LineItemInfo |
getLineItemInfo(int index)
Optional.
|
int |
getLineItemInfoCount()
Optional.
|
List<LineItemInfo> |
getLineItemInfoList()
Optional.
|
LineItemInfoOrBuilder |
getLineItemInfoOrBuilder(int index)
Optional.
|
List<? extends LineItemInfoOrBuilder> |
getLineItemInfoOrBuilderList()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getRequestId()
Optional.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the parent resource.
This field has the form `billingAccounts/{billing-account-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the parent resource.
This field has the form `billingAccounts/{billing-account-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getDisplayName()
Required. The user-specified name of the order being placed.
string display_name = 6 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. The user-specified name of the order being placed.
string display_name = 6 [(.google.api.field_behavior) = REQUIRED];List<LineItemInfo> getLineItemInfoList()
Optional. Places order for offer. Required when an offer-based order is being placed.
repeated .google.cloud.commerce.consumer.procurement.v1.LineItemInfo line_item_info = 10 [(.google.api.field_behavior) = OPTIONAL];
LineItemInfo getLineItemInfo(int index)
Optional. Places order for offer. Required when an offer-based order is being placed.
repeated .google.cloud.commerce.consumer.procurement.v1.LineItemInfo line_item_info = 10 [(.google.api.field_behavior) = OPTIONAL];
int getLineItemInfoCount()
Optional. Places order for offer. Required when an offer-based order is being placed.
repeated .google.cloud.commerce.consumer.procurement.v1.LineItemInfo line_item_info = 10 [(.google.api.field_behavior) = OPTIONAL];
List<? extends LineItemInfoOrBuilder> getLineItemInfoOrBuilderList()
Optional. Places order for offer. Required when an offer-based order is being placed.
repeated .google.cloud.commerce.consumer.procurement.v1.LineItemInfo line_item_info = 10 [(.google.api.field_behavior) = OPTIONAL];
LineItemInfoOrBuilder getLineItemInfoOrBuilder(int index)
Optional. Places order for offer. Required when an offer-based order is being placed.
repeated .google.cloud.commerce.consumer.procurement.v1.LineItemInfo line_item_info = 10 [(.google.api.field_behavior) = OPTIONAL];
String getRequestId()
Optional. A unique identifier for this request. The server will ignore subsequent requests that provide a duplicate request ID for at least 120 minutes after the first request. The request ID must be a valid [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format).
string request_id = 7 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRequestIdBytes()
Optional. A unique identifier for this request. The server will ignore subsequent requests that provide a duplicate request ID for at least 120 minutes after the first request. The request ID must be a valid [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Format).
string request_id = 7 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.