Uses of Class
com.google.cloud.aiplatform.v1.ListNotebookRuntimesResponse.Builder
Packages that use ListNotebookRuntimesResponse.Builder
-
Uses of ListNotebookRuntimesResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListNotebookRuntimesResponse.BuilderModifier and TypeMethodDescriptionListNotebookRuntimesResponse.Builder.addAllNotebookRuntimes(Iterable<? extends NotebookRuntime> values) List of NotebookRuntimes in the requested page.ListNotebookRuntimesResponse.Builder.addNotebookRuntimes(int index, NotebookRuntime value) List of NotebookRuntimes in the requested page.ListNotebookRuntimesResponse.Builder.addNotebookRuntimes(int index, NotebookRuntime.Builder builderForValue) List of NotebookRuntimes in the requested page.ListNotebookRuntimesResponse.Builder.addNotebookRuntimes(NotebookRuntime value) List of NotebookRuntimes in the requested page.ListNotebookRuntimesResponse.Builder.addNotebookRuntimes(NotebookRuntime.Builder builderForValue) List of NotebookRuntimes in the requested page.ListNotebookRuntimesResponse.Builder.clear()ListNotebookRuntimesResponse.Builder.clearNextPageToken()A token to retrieve next page of results.ListNotebookRuntimesResponse.Builder.clearNotebookRuntimes()List of NotebookRuntimes in the requested page.ListNotebookRuntimesResponse.Builder.mergeFrom(ListNotebookRuntimesResponse other) ListNotebookRuntimesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListNotebookRuntimesResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListNotebookRuntimesResponse.newBuilder()ListNotebookRuntimesResponse.newBuilder(ListNotebookRuntimesResponse prototype) ListNotebookRuntimesResponse.newBuilderForType()protected ListNotebookRuntimesResponse.BuilderListNotebookRuntimesResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListNotebookRuntimesResponse.Builder.removeNotebookRuntimes(int index) List of NotebookRuntimes in the requested page.ListNotebookRuntimesResponse.Builder.setNextPageToken(String value) A token to retrieve next page of results.ListNotebookRuntimesResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token to retrieve next page of results.ListNotebookRuntimesResponse.Builder.setNotebookRuntimes(int index, NotebookRuntime value) List of NotebookRuntimes in the requested page.ListNotebookRuntimesResponse.Builder.setNotebookRuntimes(int index, NotebookRuntime.Builder builderForValue) List of NotebookRuntimes in the requested page.ListNotebookRuntimesResponse.toBuilder()