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