BigQuery Data Transfer V1 Client - Class ListDataSourceDefinitionsResponse (1.7.0)

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

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1

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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDataSourceDefinitions

List of supported data source definitions.

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.

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this