| Modifier and Type | Method and Description |
|---|---|
LocalInventory |
LocalInventory.Builder.build() |
LocalInventory |
LocalInventory.Builder.buildPartial() |
static LocalInventory |
LocalInventory.getDefaultInstance() |
LocalInventory |
LocalInventory.getDefaultInstanceForType() |
LocalInventory |
LocalInventory.Builder.getDefaultInstanceForType() |
LocalInventory |
Product.getLocalInventories(int index)
Output only.
|
LocalInventory |
Product.Builder.getLocalInventories(int index)
Output only.
|
LocalInventory |
AddLocalInventoriesRequest.getLocalInventories(int index)
Required.
|
LocalInventory |
AddLocalInventoriesRequest.Builder.getLocalInventories(int index)
Required.
|
LocalInventory |
ProductOrBuilder.getLocalInventories(int index)
Output only.
|
LocalInventory |
AddLocalInventoriesRequestOrBuilder.getLocalInventories(int index)
Required.
|
static LocalInventory |
LocalInventory.parseDelimitedFrom(InputStream input) |
static LocalInventory |
LocalInventory.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalInventory |
LocalInventory.parseFrom(byte[] data) |
static LocalInventory |
LocalInventory.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalInventory |
LocalInventory.parseFrom(ByteBuffer data) |
static LocalInventory |
LocalInventory.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalInventory |
LocalInventory.parseFrom(com.google.protobuf.ByteString data) |
static LocalInventory |
LocalInventory.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalInventory |
LocalInventory.parseFrom(com.google.protobuf.CodedInputStream input) |
static LocalInventory |
LocalInventory.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalInventory |
LocalInventory.parseFrom(InputStream input) |
static LocalInventory |
LocalInventory.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<LocalInventory> |
Product.getLocalInventoriesList()
Output only.
|
List<LocalInventory> |
Product.Builder.getLocalInventoriesList()
Output only.
|
List<LocalInventory> |
AddLocalInventoriesRequest.getLocalInventoriesList()
Required.
|
List<LocalInventory> |
AddLocalInventoriesRequest.Builder.getLocalInventoriesList()
Required.
|
List<LocalInventory> |
ProductOrBuilder.getLocalInventoriesList()
Output only.
|
List<LocalInventory> |
AddLocalInventoriesRequestOrBuilder.getLocalInventoriesList()
Required.
|
com.google.protobuf.Parser<LocalInventory> |
LocalInventory.getParserForType() |
static com.google.protobuf.Parser<LocalInventory> |
LocalInventory.parser() |
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
Product.Builder.addLocalInventories(int index,
LocalInventory value)
Output only.
|
AddLocalInventoriesRequest.Builder |
AddLocalInventoriesRequest.Builder.addLocalInventories(int index,
LocalInventory value)
Required.
|
Product.Builder |
Product.Builder.addLocalInventories(LocalInventory value)
Output only.
|
AddLocalInventoriesRequest.Builder |
AddLocalInventoriesRequest.Builder.addLocalInventories(LocalInventory value)
Required.
|
LocalInventory.Builder |
LocalInventory.Builder.mergeFrom(LocalInventory other) |
static LocalInventory.Builder |
LocalInventory.newBuilder(LocalInventory prototype) |
Product.Builder |
Product.Builder.setLocalInventories(int index,
LocalInventory value)
Output only.
|
AddLocalInventoriesRequest.Builder |
AddLocalInventoriesRequest.Builder.setLocalInventories(int index,
LocalInventory value)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
Product.Builder.addAllLocalInventories(Iterable<? extends LocalInventory> values)
Output only.
|
AddLocalInventoriesRequest.Builder |
AddLocalInventoriesRequest.Builder.addAllLocalInventories(Iterable<? extends LocalInventory> values)
Required.
|
Copyright © 2024 Google LLC. All rights reserved.