public static final class ListQueryTemplatesResponse.Builder extends GeneratedMessageV3.Builder<ListQueryTemplatesResponse.Builder> implements ListQueryTemplatesResponseOrBuilder
   
   Message for response to the list of QueryTemplates.
 Protobuf type google.cloud.bigquery.analyticshub.v1.ListQueryTemplatesResponse
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllQueryTemplates(Iterable<? extends QueryTemplate> values)
  
    public ListQueryTemplatesResponse.Builder addAllQueryTemplates(Iterable<? extends QueryTemplate> values)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.bigquery.analyticshub.v1.QueryTemplate>
 | 
    
  
  
  
  addQueryTemplates(QueryTemplate value)
  
    public ListQueryTemplatesResponse.Builder addQueryTemplates(QueryTemplate value)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
addQueryTemplates(QueryTemplate.Builder builderForValue)
  
    public ListQueryTemplatesResponse.Builder addQueryTemplates(QueryTemplate.Builder builderForValue)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
addQueryTemplates(int index, QueryTemplate value)
  
    public ListQueryTemplatesResponse.Builder addQueryTemplates(int index, QueryTemplate value)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
addQueryTemplates(int index, QueryTemplate.Builder builderForValue)
  
    public ListQueryTemplatesResponse.Builder addQueryTemplates(int index, QueryTemplate.Builder builderForValue)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
addQueryTemplatesBuilder()
  
    public QueryTemplate.Builder addQueryTemplatesBuilder()
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
addQueryTemplatesBuilder(int index)
  
    public QueryTemplate.Builder addQueryTemplatesBuilder(int index)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListQueryTemplatesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListQueryTemplatesResponse build()
   
  
  
  buildPartial()
  
    public ListQueryTemplatesResponse buildPartial()
   
  
  
  clear()
  
    public ListQueryTemplatesResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListQueryTemplatesResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListQueryTemplatesResponse.Builder clearNextPageToken()
   
   A token to request the next page of results.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListQueryTemplatesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearQueryTemplates()
  
    public ListQueryTemplatesResponse.Builder clearQueryTemplates()
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
clone()
  
    public ListQueryTemplatesResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListQueryTemplatesResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token to request the next page of results.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token to request the next page of results.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  getQueryTemplates(int index)
  
    public QueryTemplate getQueryTemplates(int index)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getQueryTemplatesBuilder(int index)
  
    public QueryTemplate.Builder getQueryTemplatesBuilder(int index)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getQueryTemplatesBuilderList()
  
    public List<QueryTemplate.Builder> getQueryTemplatesBuilderList()
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
getQueryTemplatesCount()
  
    public int getQueryTemplatesCount()
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getQueryTemplatesList()
  
    public List<QueryTemplate> getQueryTemplatesList()
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
getQueryTemplatesOrBuilder(int index)
  
    public QueryTemplateOrBuilder getQueryTemplatesOrBuilder(int index)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getQueryTemplatesOrBuilderList()
  
    public List<? extends QueryTemplateOrBuilder> getQueryTemplatesOrBuilderList()
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.bigquery.analyticshub.v1.QueryTemplateOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListQueryTemplatesResponse other)
  
    public ListQueryTemplatesResponse.Builder mergeFrom(ListQueryTemplatesResponse other)
   
  
  
  
  
  
    public ListQueryTemplatesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListQueryTemplatesResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListQueryTemplatesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeQueryTemplates(int index)
  
    public ListQueryTemplatesResponse.Builder removeQueryTemplates(int index)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListQueryTemplatesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListQueryTemplatesResponse.Builder setNextPageToken(String value)
   
   A token to request the next page of results.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListQueryTemplatesResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token to request the next page of results.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  setQueryTemplates(int index, QueryTemplate value)
  
    public ListQueryTemplatesResponse.Builder setQueryTemplates(int index, QueryTemplate value)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
setQueryTemplates(int index, QueryTemplate.Builder builderForValue)
  
    public ListQueryTemplatesResponse.Builder setQueryTemplates(int index, QueryTemplate.Builder builderForValue)
   
   The list of QueryTemplates.
 repeated .google.cloud.bigquery.analyticshub.v1.QueryTemplate query_templates = 1;
 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListQueryTemplatesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListQueryTemplatesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides