Interface ListDataSourcesResponseOrBuilder (0.2.0)

public interface ListDataSourcesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSources(int index)

public abstract DataSource getDataSources(int index)

The data sources from the specified account.

repeated .google.shopping.merchant.datasources.v1beta.DataSource data_sources = 1;

Parameter
Name Description
index int
Returns
Type Description
DataSource

getDataSourcesCount()

public abstract int getDataSourcesCount()

The data sources from the specified account.

repeated .google.shopping.merchant.datasources.v1beta.DataSource data_sources = 1;

Returns
Type Description
int

getDataSourcesList()

public abstract List<DataSource> getDataSourcesList()

The data sources from the specified account.

repeated .google.shopping.merchant.datasources.v1beta.DataSource data_sources = 1;

Returns
Type Description
List<DataSource>

getDataSourcesOrBuilder(int index)

public abstract DataSourceOrBuilder getDataSourcesOrBuilder(int index)

The data sources from the specified account.

repeated .google.shopping.merchant.datasources.v1beta.DataSource data_sources = 1;

Parameter
Name Description
index int
Returns
Type Description
DataSourceOrBuilder

getDataSourcesOrBuilderList()

public abstract List<? extends DataSourceOrBuilder> getDataSourcesOrBuilderList()

The data sources from the specified account.

repeated .google.shopping.merchant.datasources.v1beta.DataSource data_sources = 1;

Returns
Type Description
List<? extends com.google.shopping.merchant.datasources.v1beta.DataSourceOrBuilder>

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.