public interface ListQueryTemplatesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to request the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to request the next page of results.
|
QueryTemplate |
getQueryTemplates(int index)
The list of QueryTemplates.
|
int |
getQueryTemplatesCount()
The list of QueryTemplates.
|
List<QueryTemplate> |
getQueryTemplatesList()
The list of QueryTemplates.
|
QueryTemplateOrBuilder |
getQueryTemplatesOrBuilder(int index)
The list of QueryTemplates.
|
List<? extends QueryTemplateOrBuilder> |
getQueryTemplatesOrBuilderList()
The list of QueryTemplates.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<QueryTemplate> getQueryTemplatesList()
The list of QueryTemplates.
repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;QueryTemplate getQueryTemplates(int index)
The list of QueryTemplates.
repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;int getQueryTemplatesCount()
The list of QueryTemplates.
repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;List<? extends QueryTemplateOrBuilder> getQueryTemplatesOrBuilderList()
The list of QueryTemplates.
repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;QueryTemplateOrBuilder getQueryTemplatesOrBuilder(int index)
The list of QueryTemplates.
repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;String getNextPageToken()
A token to request the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to request the next page of results.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.