Uses of Class
com.google.cloud.commerce.consumer.procurement.v1.LineItemInfo
-
Packages that use LineItemInfo Package Description com.google.cloud.commerce.consumer.procurement.v1 A client to Cloud Commerce Consumer Procurement API -
-
Uses of LineItemInfo in com.google.cloud.commerce.consumer.procurement.v1
Methods in com.google.cloud.commerce.consumer.procurement.v1 that return LineItemInfo Modifier and Type Method Description LineItemInfo
LineItemInfo.Builder. build()
LineItemInfo
LineItemInfo.Builder. buildPartial()
static LineItemInfo
LineItemInfo. getDefaultInstance()
LineItemInfo
LineItemInfo.Builder. getDefaultInstanceForType()
LineItemInfo
LineItemInfo. getDefaultInstanceForType()
LineItemInfo
LineItem.Builder. getLineItemInfo()
Output only.LineItemInfo
LineItem. getLineItemInfo()
Output only.LineItemInfo
LineItemOrBuilder. getLineItemInfo()
Output only.LineItemInfo
PlaceOrderRequest.Builder. getLineItemInfo(int index)
Optional.LineItemInfo
PlaceOrderRequest. getLineItemInfo(int index)
Optional.LineItemInfo
PlaceOrderRequestOrBuilder. getLineItemInfo(int index)
Optional.LineItemInfo
LineItemChange.Builder. getNewLineItemInfo()
Line item info after the change.LineItemInfo
LineItemChange. getNewLineItemInfo()
Line item info after the change.LineItemInfo
LineItemChangeOrBuilder. getNewLineItemInfo()
Line item info after the change.LineItemInfo
LineItemChange.Builder. getOldLineItemInfo()
Output only.LineItemInfo
LineItemChange. getOldLineItemInfo()
Output only.LineItemInfo
LineItemChangeOrBuilder. 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(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)
static LineItemInfo
LineItemInfo. parseFrom(ByteBuffer data)
static LineItemInfo
LineItemInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.commerce.consumer.procurement.v1 that return types with arguments of type LineItemInfo Modifier and Type Method Description List<LineItemInfo>
PlaceOrderRequest.Builder. getLineItemInfoList()
Optional.List<LineItemInfo>
PlaceOrderRequest. getLineItemInfoList()
Optional.List<LineItemInfo>
PlaceOrderRequestOrBuilder. getLineItemInfoList()
Optional.com.google.protobuf.Parser<LineItemInfo>
LineItemInfo. getParserForType()
static com.google.protobuf.Parser<LineItemInfo>
LineItemInfo. parser()
Methods in com.google.cloud.commerce.consumer.procurement.v1 with parameters of type LineItemInfo Modifier and Type Method 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)
LineItem.Builder
LineItem.Builder. setLineItemInfo(LineItemInfo value)
Output only.PlaceOrderRequest.Builder
PlaceOrderRequest.Builder. setLineItemInfo(int index, LineItemInfo value)
Optional.LineItemChange.Builder
LineItemChange.Builder. setNewLineItemInfo(LineItemInfo value)
Line item info after the change.LineItemChange.Builder
LineItemChange.Builder. setOldLineItemInfo(LineItemInfo value)
Output only.Method parameters in com.google.cloud.commerce.consumer.procurement.v1 with type arguments of type LineItemInfo Modifier and Type Method Description PlaceOrderRequest.Builder
PlaceOrderRequest.Builder. addAllLineItemInfo(Iterable<? extends LineItemInfo> values)
Optional.
-