Uses of Class
com.google.cloud.retail.v2.FulfillmentInfo
-
Packages that use FulfillmentInfo Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of FulfillmentInfo in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return FulfillmentInfo Modifier and Type Method Description FulfillmentInfoFulfillmentInfo.Builder. build()FulfillmentInfoFulfillmentInfo.Builder. buildPartial()static FulfillmentInfoFulfillmentInfo. getDefaultInstance()FulfillmentInfoFulfillmentInfo.Builder. getDefaultInstanceForType()FulfillmentInfoFulfillmentInfo. getDefaultInstanceForType()FulfillmentInfoProduct.Builder. getFulfillmentInfo(int index)Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.FulfillmentInfoProduct. getFulfillmentInfo(int index)Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.FulfillmentInfoProductOrBuilder. getFulfillmentInfo(int index)Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.static FulfillmentInfoFulfillmentInfo. parseDelimitedFrom(InputStream input)static FulfillmentInfoFulfillmentInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentInfoFulfillmentInfo. parseFrom(byte[] data)static FulfillmentInfoFulfillmentInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentInfoFulfillmentInfo. parseFrom(com.google.protobuf.ByteString data)static FulfillmentInfoFulfillmentInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentInfoFulfillmentInfo. parseFrom(com.google.protobuf.CodedInputStream input)static FulfillmentInfoFulfillmentInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentInfoFulfillmentInfo. parseFrom(InputStream input)static FulfillmentInfoFulfillmentInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FulfillmentInfoFulfillmentInfo. parseFrom(ByteBuffer data)static FulfillmentInfoFulfillmentInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2 that return types with arguments of type FulfillmentInfo Modifier and Type Method Description List<FulfillmentInfo>Product.Builder. getFulfillmentInfoList()Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.List<FulfillmentInfo>Product. getFulfillmentInfoList()Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.List<FulfillmentInfo>ProductOrBuilder. getFulfillmentInfoList()Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.com.google.protobuf.Parser<FulfillmentInfo>FulfillmentInfo. getParserForType()static com.google.protobuf.Parser<FulfillmentInfo>FulfillmentInfo. parser()Methods in com.google.cloud.retail.v2 with parameters of type FulfillmentInfo Modifier and Type Method Description Product.BuilderProduct.Builder. addFulfillmentInfo(int index, FulfillmentInfo value)Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.Product.BuilderProduct.Builder. addFulfillmentInfo(FulfillmentInfo value)Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.FulfillmentInfo.BuilderFulfillmentInfo.Builder. mergeFrom(FulfillmentInfo other)static FulfillmentInfo.BuilderFulfillmentInfo. newBuilder(FulfillmentInfo prototype)Product.BuilderProduct.Builder. setFulfillmentInfo(int index, FulfillmentInfo value)Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.Method parameters in com.google.cloud.retail.v2 with type arguments of type FulfillmentInfo Modifier and Type Method Description Product.BuilderProduct.Builder. addAllFulfillmentInfo(Iterable<? extends FulfillmentInfo> values)Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.
-