Interface ListDataSourcesResponseOrBuilder (2.41.0)

public interface ListDataSourcesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSources(int index)

public abstract DataSource getDataSources(int index)

List of supported data sources and their transfer settings.

repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataSource

getDataSourcesCount()

public abstract int getDataSourcesCount()

List of supported data sources and their transfer settings.

repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;

Returns
TypeDescription
int

getDataSourcesList()

public abstract List<DataSource> getDataSourcesList()

List of supported data sources and their transfer settings.

repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;

Returns
TypeDescription
List<DataSource>

getDataSourcesOrBuilder(int index)

public abstract DataSourceOrBuilder getDataSourcesOrBuilder(int index)

List of supported data sources and their transfer settings.

repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataSourceOrBuilder

getDataSourcesOrBuilderList()

public abstract List<? extends DataSourceOrBuilder> getDataSourcesOrBuilderList()

List of supported data sources and their transfer settings.

repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;

Returns
TypeDescription
List<? extends com.google.cloud.bigquery.datatransfer.v1.DataSourceOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListDataSourcesRequest.page_token to request the next page of list results.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListDataSourcesRequest.page_token to request the next page of list results.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for nextPageToken.