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 LineItemInfoLineItemInfo.Builder. build()LineItemInfoLineItemInfo.Builder. buildPartial()static LineItemInfoLineItemInfo. getDefaultInstance()LineItemInfoLineItemInfo.Builder. getDefaultInstanceForType()LineItemInfoLineItemInfo. getDefaultInstanceForType()LineItemInfoLineItem.Builder. getLineItemInfo()Output only.LineItemInfoLineItem. getLineItemInfo()Output only.LineItemInfoLineItemOrBuilder. getLineItemInfo()Output only.LineItemInfoPlaceOrderRequest.Builder. getLineItemInfo(int index)Optional.LineItemInfoPlaceOrderRequest. getLineItemInfo(int index)Optional.LineItemInfoPlaceOrderRequestOrBuilder. getLineItemInfo(int index)Optional.LineItemInfoLineItemChange.Builder. getNewLineItemInfo()Line item info after the change.LineItemInfoLineItemChange. getNewLineItemInfo()Line item info after the change.LineItemInfoLineItemChangeOrBuilder. getNewLineItemInfo()Line item info after the change.LineItemInfoLineItemChange.Builder. getOldLineItemInfo()Output only.LineItemInfoLineItemChange. getOldLineItemInfo()Output only.LineItemInfoLineItemChangeOrBuilder. getOldLineItemInfo()Output only.static LineItemInfoLineItemInfo. parseDelimitedFrom(InputStream input)static LineItemInfoLineItemInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LineItemInfoLineItemInfo. parseFrom(byte[] data)static LineItemInfoLineItemInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LineItemInfoLineItemInfo. parseFrom(com.google.protobuf.ByteString data)static LineItemInfoLineItemInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LineItemInfoLineItemInfo. parseFrom(com.google.protobuf.CodedInputStream input)static LineItemInfoLineItemInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LineItemInfoLineItemInfo. parseFrom(InputStream input)static LineItemInfoLineItemInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LineItemInfoLineItemInfo. parseFrom(ByteBuffer data)static LineItemInfoLineItemInfo. 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.BuilderPlaceOrderRequest.Builder. addLineItemInfo(int index, LineItemInfo value)Optional.PlaceOrderRequest.BuilderPlaceOrderRequest.Builder. addLineItemInfo(LineItemInfo value)Optional.LineItemInfo.BuilderLineItemInfo.Builder. mergeFrom(LineItemInfo other)LineItem.BuilderLineItem.Builder. mergeLineItemInfo(LineItemInfo value)Output only.LineItemChange.BuilderLineItemChange.Builder. mergeNewLineItemInfo(LineItemInfo value)Line item info after the change.LineItemChange.BuilderLineItemChange.Builder. mergeOldLineItemInfo(LineItemInfo value)Output only.static LineItemInfo.BuilderLineItemInfo. newBuilder(LineItemInfo prototype)LineItem.BuilderLineItem.Builder. setLineItemInfo(LineItemInfo value)Output only.PlaceOrderRequest.BuilderPlaceOrderRequest.Builder. setLineItemInfo(int index, LineItemInfo value)Optional.LineItemChange.BuilderLineItemChange.Builder. setNewLineItemInfo(LineItemInfo value)Line item info after the change.LineItemChange.BuilderLineItemChange.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.BuilderPlaceOrderRequest.Builder. addAllLineItemInfo(Iterable<? extends LineItemInfo> values)Optional.
-