| Modifier and Type | Method and Description |
|---|---|
LineItemInfo |
LineItemInfo.Builder.build() |
LineItemInfo |
LineItemInfo.Builder.buildPartial() |
static LineItemInfo |
LineItemInfo.getDefaultInstance() |
LineItemInfo |
LineItemInfo.getDefaultInstanceForType() |
LineItemInfo |
LineItemInfo.Builder.getDefaultInstanceForType() |
LineItemInfo |
LineItem.getLineItemInfo()
Output only.
|
LineItemInfo |
LineItem.Builder.getLineItemInfo()
Output only.
|
LineItemInfo |
LineItemOrBuilder.getLineItemInfo()
Output only.
|
LineItemInfo |
PlaceOrderRequest.getLineItemInfo(int index)
Optional.
|
LineItemInfo |
PlaceOrderRequest.Builder.getLineItemInfo(int index)
Optional.
|
LineItemInfo |
PlaceOrderRequestOrBuilder.getLineItemInfo(int index)
Optional.
|
LineItemInfo |
LineItemChangeOrBuilder.getNewLineItemInfo()
Line item info after the change.
|
LineItemInfo |
LineItemChange.getNewLineItemInfo()
Line item info after the change.
|
LineItemInfo |
LineItemChange.Builder.getNewLineItemInfo()
Line item info after the change.
|
LineItemInfo |
LineItemChangeOrBuilder.getOldLineItemInfo()
Output only.
|
LineItemInfo |
LineItemChange.getOldLineItemInfo()
Output only.
|
LineItemInfo |
LineItemChange.Builder.getOldLineItemInfo()
Output only.
|
static LineItemInfo |
LineItemInfo.parseDelimitedFrom(InputStream input) |
static LineItemInfo |
LineItemInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LineItemInfo |
LineItemInfo.parseFrom(byte[] data) |
static LineItemInfo |
LineItemInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LineItemInfo |
LineItemInfo.parseFrom(ByteBuffer data) |
static LineItemInfo |
LineItemInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LineItemInfo |
LineItemInfo.parseFrom(com.google.protobuf.ByteString data) |
static LineItemInfo |
LineItemInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LineItemInfo |
LineItemInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static LineItemInfo |
LineItemInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LineItemInfo |
LineItemInfo.parseFrom(InputStream input) |
static LineItemInfo |
LineItemInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<LineItemInfo> |
PlaceOrderRequest.getLineItemInfoList()
Optional.
|
List<LineItemInfo> |
PlaceOrderRequest.Builder.getLineItemInfoList()
Optional.
|
List<LineItemInfo> |
PlaceOrderRequestOrBuilder.getLineItemInfoList()
Optional.
|
com.google.protobuf.Parser<LineItemInfo> |
LineItemInfo.getParserForType() |
static com.google.protobuf.Parser<LineItemInfo> |
LineItemInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
PlaceOrderRequest.Builder |
PlaceOrderRequest.Builder.addLineItemInfo(int index,
LineItemInfo value)
Optional.
|
PlaceOrderRequest.Builder |
PlaceOrderRequest.Builder.addLineItemInfo(LineItemInfo value)
Optional.
|
LineItemInfo.Builder |
LineItemInfo.Builder.mergeFrom(LineItemInfo other) |
LineItem.Builder |
LineItem.Builder.mergeLineItemInfo(LineItemInfo value)
Output only.
|
LineItemChange.Builder |
LineItemChange.Builder.mergeNewLineItemInfo(LineItemInfo value)
Line item info after the change.
|
LineItemChange.Builder |
LineItemChange.Builder.mergeOldLineItemInfo(LineItemInfo value)
Output only.
|
static LineItemInfo.Builder |
LineItemInfo.newBuilder(LineItemInfo prototype) |
PlaceOrderRequest.Builder |
PlaceOrderRequest.Builder.setLineItemInfo(int index,
LineItemInfo value)
Optional.
|
LineItem.Builder |
LineItem.Builder.setLineItemInfo(LineItemInfo value)
Output only.
|
LineItemChange.Builder |
LineItemChange.Builder.setNewLineItemInfo(LineItemInfo value)
Line item info after the change.
|
LineItemChange.Builder |
LineItemChange.Builder.setOldLineItemInfo(LineItemInfo value)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
PlaceOrderRequest.Builder |
PlaceOrderRequest.Builder.addAllLineItemInfo(Iterable<? extends LineItemInfo> values)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.