Interface ListRegionsResponseOrBuilder (0.5.0)

public interface ListRegionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token 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 page_token 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.

getRegions(int index)

public abstract Region getRegions(int index)

The regions from the specified merchant.

repeated .google.shopping.merchant.accounts.v1beta.Region regions = 1;

Parameter
Name Description
index int
Returns
Type Description
Region

getRegionsCount()

public abstract int getRegionsCount()

The regions from the specified merchant.

repeated .google.shopping.merchant.accounts.v1beta.Region regions = 1;

Returns
Type Description
int

getRegionsList()

public abstract List<Region> getRegionsList()

The regions from the specified merchant.

repeated .google.shopping.merchant.accounts.v1beta.Region regions = 1;

Returns
Type Description
List<Region>

getRegionsOrBuilder(int index)

public abstract RegionOrBuilder getRegionsOrBuilder(int index)

The regions from the specified merchant.

repeated .google.shopping.merchant.accounts.v1beta.Region regions = 1;

Parameter
Name Description
index int
Returns
Type Description
RegionOrBuilder

getRegionsOrBuilderList()

public abstract List<? extends RegionOrBuilder> getRegionsOrBuilderList()

The regions from the specified merchant.

repeated .google.shopping.merchant.accounts.v1beta.Region regions = 1;

Returns
Type Description
List<? extends com.google.shopping.merchant.accounts.v1beta.RegionOrBuilder>