Interface ListRegionalInventoriesResponseOrBuilder (0.3.0)

public interface ListRegionalInventoriesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.shopping.merchant.inventories.v1beta.RegionalInventoryOrBuilder>