Interface ListLocalInventoriesResponseOrBuilder (0.3.0)

public interface ListLocalInventoriesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
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.