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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
getDataSourceDefinitions
List of supported data source definitions.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDataSourceDefinitions
List of supported data source definitions.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\BigQuery\DataTransfer\V1\DataSourceDefinition>
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |