| Modifier and Type | Method and Description |
|---|---|
FulfillmentInfo |
FulfillmentInfo.Builder.build() |
FulfillmentInfo |
FulfillmentInfo.Builder.buildPartial() |
static FulfillmentInfo |
FulfillmentInfo.getDefaultInstance() |
FulfillmentInfo |
FulfillmentInfo.getDefaultInstanceForType() |
FulfillmentInfo |
FulfillmentInfo.Builder.getDefaultInstanceForType() |
FulfillmentInfo |
Product.getFulfillmentInfo(int index)
Fulfillment information, such as the store IDs for in-store pickup or
region IDs for different shipping methods.
|
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 |
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(ByteBuffer data) |
static FulfillmentInfo |
FulfillmentInfo.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<FulfillmentInfo> |
Product.getFulfillmentInfoList()
Fulfillment information, such as the store IDs for in-store pickup or
region IDs for different shipping methods.
|
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> |
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() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.