public interface ListRegionalInventoriesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getRegionalInventories(int index)
public abstract RegionalInventory getRegionalInventories(int index) The RegionalInventory resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventories = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RegionalInventory |
|
getRegionalInventoriesCount()
public abstract int getRegionalInventoriesCount() The RegionalInventory resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventories = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRegionalInventoriesList()
public abstract List<RegionalInventory> getRegionalInventoriesList() The RegionalInventory resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventories = 1;
| Returns | |
|---|---|
| Type | Description |
List<RegionalInventory> |
|
getRegionalInventoriesOrBuilder(int index)
public abstract RegionalInventoryOrBuilder getRegionalInventoriesOrBuilder(int index) The RegionalInventory resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventories = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RegionalInventoryOrBuilder |
|
getRegionalInventoriesOrBuilderList()
public abstract List<? extends RegionalInventoryOrBuilder> getRegionalInventoriesOrBuilderList() The RegionalInventory resources for the given product from the specified
account.
repeated .google.shopping.merchant.inventories.v1beta.RegionalInventory regional_inventories = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.inventories.v1beta.RegionalInventoryOrBuilder> |
|