public static final class ListNotebookRuntimeTemplatesResponse.Builder extends GeneratedMessageV3.Builder<ListNotebookRuntimeTemplatesResponse.Builder> implements ListNotebookRuntimeTemplatesResponseOrBuilder
   
   Response message for
 NotebookService.ListNotebookRuntimeTemplates.
 Protobuf type google.cloud.aiplatform.v1beta1.ListNotebookRuntimeTemplatesResponse
    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
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder addAllNotebookRuntimeTemplates(Iterable<? extends NotebookRuntimeTemplate> values)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate>
 | 
    
  
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder addNotebookRuntimeTemplates(NotebookRuntimeTemplate value)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public ListNotebookRuntimeTemplatesResponse.Builder addNotebookRuntimeTemplates(NotebookRuntimeTemplate.Builder builderForValue)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public ListNotebookRuntimeTemplatesResponse.Builder addNotebookRuntimeTemplates(int index, NotebookRuntimeTemplate value)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public ListNotebookRuntimeTemplatesResponse.Builder addNotebookRuntimeTemplates(int index, NotebookRuntimeTemplate.Builder builderForValue)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public NotebookRuntimeTemplate.Builder addNotebookRuntimeTemplatesBuilder()
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public NotebookRuntimeTemplate.Builder addNotebookRuntimeTemplatesBuilder(int index)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse build()
   
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse buildPartial()
   
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListNotebookRuntimeTemplatesResponse.Builder clearNextPageToken()
   
   A token to retrieve next page of results.
 Pass to
 ListNotebookRuntimeTemplatesRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    public ListNotebookRuntimeTemplatesResponse.Builder clearNotebookRuntimeTemplates()
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public ListNotebookRuntimeTemplatesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token to retrieve next page of results.
 Pass to
 ListNotebookRuntimeTemplatesRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token to retrieve next page of results.
 Pass to
 ListNotebookRuntimeTemplatesRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  
  
    public NotebookRuntimeTemplate getNotebookRuntimeTemplates(int index)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public NotebookRuntimeTemplate.Builder getNotebookRuntimeTemplatesBuilder(int index)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<NotebookRuntimeTemplate.Builder> getNotebookRuntimeTemplatesBuilderList()
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public int getNotebookRuntimeTemplatesCount()
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<NotebookRuntimeTemplate> getNotebookRuntimeTemplatesList()
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public NotebookRuntimeTemplateOrBuilder getNotebookRuntimeTemplatesOrBuilder(int index)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends NotebookRuntimeTemplateOrBuilder> getNotebookRuntimeTemplatesOrBuilderList()
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplateOrBuilder> |  | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder mergeFrom(ListNotebookRuntimeTemplatesResponse other)
   
  
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final ListNotebookRuntimeTemplatesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder removeNotebookRuntimeTemplates(int index)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListNotebookRuntimeTemplatesResponse.Builder setNextPageToken(String value)
   
   A token to retrieve next page of results.
 Pass to
 ListNotebookRuntimeTemplatesRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListNotebookRuntimeTemplatesResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token to retrieve next page of results.
 Pass to
 ListNotebookRuntimeTemplatesRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  
  
    public ListNotebookRuntimeTemplatesResponse.Builder setNotebookRuntimeTemplates(int index, NotebookRuntimeTemplate value)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public ListNotebookRuntimeTemplatesResponse.Builder setNotebookRuntimeTemplates(int index, NotebookRuntimeTemplate.Builder builderForValue)
   
   List of NotebookRuntimeTemplates in the requested page.
 
 repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
 
    public ListNotebookRuntimeTemplatesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final ListNotebookRuntimeTemplatesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides