BigQuery Data Transfer V1 Client - Class ListDataSourceDefinitionsResponse (1.3.8)

Reference documentation and code samples for the BigQuery Data Transfer V1 Client class ListDataSourceDefinitionsResponse.

Returns a list of supported data source definitions.

Generated from protobuf message google.cloud.bigquery.datatransfer.v1.ListDataSourceDefinitionsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ data_source_definitions array<Google\Cloud\BigQuery\DataTransfer\V1\DataSourceDefinition>

List of supported data source definitions.

↳ next_page_token string

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.

getDataSourceDefinitions

List of supported data source definitions.

Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDataSourceDefinitions

List of supported data source definitions.

Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.DataSourceDefinition data_source_definitions = 1;

Parameter
NameDescription
var array<Google\Cloud\BigQuery\DataTransfer\V1\DataSourceDefinition>
Returns
TypeDescription
$this

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.

Generated from protobuf field string next_page_token = 2;

Returns
TypeDescription
string

setNextPageToken

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.

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this