BigQuery Data Transfer V1 Client - Class ListDataSourcesResponse (1.3.8)

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

Returns list of supported data sources and their metadata.

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

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ data_sources array<Google\Cloud\BigQuery\DataTransfer\V1\DataSource>

List of supported data sources and their transfer settings.

↳ next_page_token string

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.

getDataSources

List of supported data sources and their transfer settings.

Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDataSources

List of supported data sources and their transfer settings.

Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.DataSource data_sources = 1;

Parameter
Name Description
var array<Google\Cloud\BigQuery\DataTransfer\V1\DataSource>
Returns
Type Description
$this

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.

Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
string

setNextPageToken

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.

Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
var string
Returns
Type Description
$this