Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class ListQueryTemplatesResponse.
Message for response to the list of QueryTemplates.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.ListQueryTemplatesResponse
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query_templates |
array<QueryTemplate>
The list of QueryTemplates. |
↳ next_page_token |
string
A token to request the next page of results. |
getQueryTemplates
The list of QueryTemplates.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setQueryTemplates
The list of QueryTemplates.
Parameter | |
---|---|
Name | Description |
var |
array<QueryTemplate>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token to request the next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token to request the next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |