Interface ListDataSourceDefinitionsResponseOrBuilder (2.37.0)

public interface ListDataSourceDefinitionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSourceDefinitions(int index)

public abstract DataSourceDefinition getDataSourceDefinitions(int index)

List of supported data source definitions.

repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataSourceDefinition

getDataSourceDefinitionsCount()

public abstract int getDataSourceDefinitionsCount()

List of supported data source definitions.

repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;

Returns
TypeDescription
int

getDataSourceDefinitionsList()

public abstract List<DataSourceDefinition> getDataSourceDefinitionsList()

List of supported data source definitions.

repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;

Returns
TypeDescription
List<DataSourceDefinition>

getDataSourceDefinitionsOrBuilder(int index)

public abstract DataSourceDefinitionOrBuilder getDataSourceDefinitionsOrBuilder(int index)

List of supported data source definitions.

repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataSourceDefinitionOrBuilder

getDataSourceDefinitionsOrBuilderList()

public abstract List<? extends DataSourceDefinitionOrBuilder> getDataSourceDefinitionsOrBuilderList()

List of supported data source definitions.

repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

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

string next_page_token = 2;

Returns
TypeDescription
String

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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

string next_page_token = 2;

Returns
TypeDescription
ByteString