Uses of Class
com.google.cloud.notebooks.v1.ManagedNotebookServiceClient.ListRuntimesPagedResponse
-
Packages that use ManagedNotebookServiceClient.ListRuntimesPagedResponse Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of ManagedNotebookServiceClient.ListRuntimesPagedResponse in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ManagedNotebookServiceClient.ListRuntimesPagedResponse Modifier and Type Method Description ManagedNotebookServiceClient.ListRuntimesPagedResponse
ManagedNotebookServiceClient. listRuntimes(ListRuntimesRequest request)
Lists Runtimes in a given project and location.ManagedNotebookServiceClient.ListRuntimesPagedResponse
ManagedNotebookServiceClient. listRuntimes(LocationName parent)
Lists Runtimes in a given project and location.ManagedNotebookServiceClient.ListRuntimesPagedResponse
ManagedNotebookServiceClient. listRuntimes(String parent)
Lists Runtimes in a given project and location.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ManagedNotebookServiceClient.ListRuntimesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ManagedNotebookServiceClient.ListRuntimesPagedResponse>
ManagedNotebookServiceClient.ListRuntimesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, com.google.api.core.ApiFuture<ListRuntimesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ManagedNotebookServiceClient.ListRuntimesPagedResponse>
ManagedNotebookServiceClient. listRuntimesPagedCallable()
Lists Runtimes in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRuntimesRequest,ListRuntimesResponse,ManagedNotebookServiceClient.ListRuntimesPagedResponse>
ManagedNotebookServiceSettings.Builder. listRuntimesSettings()
Returns the builder for the settings used for calls to listRuntimes.com.google.api.gax.rpc.PagedCallSettings<ListRuntimesRequest,ListRuntimesResponse,ManagedNotebookServiceClient.ListRuntimesPagedResponse>
ManagedNotebookServiceSettings. listRuntimesSettings()
Returns the object with the settings used for calls to listRuntimes. -
Uses of ManagedNotebookServiceClient.ListRuntimesPagedResponse in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type ManagedNotebookServiceClient.ListRuntimesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ManagedNotebookServiceClient.ListRuntimesPagedResponse>
GrpcManagedNotebookServiceStub. listRuntimesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ManagedNotebookServiceClient.ListRuntimesPagedResponse>
ManagedNotebookServiceStub. listRuntimesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRuntimesRequest,ListRuntimesResponse,ManagedNotebookServiceClient.ListRuntimesPagedResponse>
ManagedNotebookServiceStubSettings.Builder. listRuntimesSettings()
Returns the builder for the settings used for calls to listRuntimes.com.google.api.gax.rpc.PagedCallSettings<ListRuntimesRequest,ListRuntimesResponse,ManagedNotebookServiceClient.ListRuntimesPagedResponse>
ManagedNotebookServiceStubSettings. listRuntimesSettings()
Returns the object with the settings used for calls to listRuntimes.
-