Uses of Class
com.google.cloud.aiplatform.v1.ListNotebookExecutionJobsResponse.Builder
Packages that use ListNotebookExecutionJobsResponse.Builder
-
Uses of ListNotebookExecutionJobsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListNotebookExecutionJobsResponse.BuilderModifier and TypeMethodDescriptionListNotebookExecutionJobsResponse.Builder.addAllNotebookExecutionJobs(Iterable<? extends NotebookExecutionJob> values) List of NotebookExecutionJobs in the requested page.ListNotebookExecutionJobsResponse.Builder.addNotebookExecutionJobs(int index, NotebookExecutionJob value) List of NotebookExecutionJobs in the requested page.ListNotebookExecutionJobsResponse.Builder.addNotebookExecutionJobs(int index, NotebookExecutionJob.Builder builderForValue) List of NotebookExecutionJobs in the requested page.ListNotebookExecutionJobsResponse.Builder.addNotebookExecutionJobs(NotebookExecutionJob value) List of NotebookExecutionJobs in the requested page.ListNotebookExecutionJobsResponse.Builder.addNotebookExecutionJobs(NotebookExecutionJob.Builder builderForValue) List of NotebookExecutionJobs in the requested page.ListNotebookExecutionJobsResponse.Builder.clear()ListNotebookExecutionJobsResponse.Builder.clearNextPageToken()A token to retrieve next page of results.ListNotebookExecutionJobsResponse.Builder.clearNotebookExecutionJobs()List of NotebookExecutionJobs in the requested page.ListNotebookExecutionJobsResponse.Builder.mergeFrom(ListNotebookExecutionJobsResponse other) ListNotebookExecutionJobsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListNotebookExecutionJobsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListNotebookExecutionJobsResponse.newBuilder()ListNotebookExecutionJobsResponse.newBuilder(ListNotebookExecutionJobsResponse prototype) ListNotebookExecutionJobsResponse.newBuilderForType()ListNotebookExecutionJobsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListNotebookExecutionJobsResponse.Builder.removeNotebookExecutionJobs(int index) List of NotebookExecutionJobs in the requested page.ListNotebookExecutionJobsResponse.Builder.setNextPageToken(String value) A token to retrieve next page of results.ListNotebookExecutionJobsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token to retrieve next page of results.ListNotebookExecutionJobsResponse.Builder.setNotebookExecutionJobs(int index, NotebookExecutionJob value) List of NotebookExecutionJobs in the requested page.ListNotebookExecutionJobsResponse.Builder.setNotebookExecutionJobs(int index, NotebookExecutionJob.Builder builderForValue) List of NotebookExecutionJobs in the requested page.ListNotebookExecutionJobsResponse.toBuilder()