public interface ListLocalInventoriesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLocalInventories(int index)
public abstract LocalInventory getLocalInventories(int index)
The LocalInventory
resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.LocalInventory local_inventories = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LocalInventory |
getLocalInventoriesCount()
public abstract int getLocalInventoriesCount()
The LocalInventory
resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.LocalInventory local_inventories = 1;
Returns | |
---|---|
Type | Description |
int |
getLocalInventoriesList()
public abstract List<LocalInventory> getLocalInventoriesList()
The LocalInventory
resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.LocalInventory local_inventories = 1;
Returns | |
---|---|
Type | Description |
List<LocalInventory> |
getLocalInventoriesOrBuilder(int index)
public abstract LocalInventoryOrBuilder getLocalInventoriesOrBuilder(int index)
The LocalInventory
resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.LocalInventory local_inventories = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LocalInventoryOrBuilder |
getLocalInventoriesOrBuilderList()
public abstract List<? extends LocalInventoryOrBuilder> getLocalInventoriesOrBuilderList()
The LocalInventory
resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.LocalInventory local_inventories = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.inventories.v1beta.LocalInventoryOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as pageToken
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token, which can be sent as pageToken
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |