Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::ListQueryTemplatesResponse.
Message for response to the list of QueryTemplates.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to request the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to request the next page of results.
Returns
- (::String) — A token to request the next page of results.
#query_templates
def query_templates() -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate>
Returns
- (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate>) — The list of QueryTemplates.
#query_templates=
def query_templates=(value) -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate>
Parameter
- value (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate>) — The list of QueryTemplates.
Returns
- (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::QueryTemplate>) — The list of QueryTemplates.