Uses of Class
com.google.cloud.notebooks.v2.NotebookServiceClient.ListInstancesPagedResponse
-
Packages that use NotebookServiceClient.ListInstancesPagedResponse Package Description com.google.cloud.notebooks.v2 A client to Notebooks APIcom.google.cloud.notebooks.v2.stub -
-
Uses of NotebookServiceClient.ListInstancesPagedResponse in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 that return NotebookServiceClient.ListInstancesPagedResponse Modifier and Type Method Description NotebookServiceClient.ListInstancesPagedResponse
NotebookServiceClient. listInstances(ListInstancesRequest request)
Lists instances in a given project and location.NotebookServiceClient.ListInstancesPagedResponse
NotebookServiceClient. listInstances(LocationName parent)
Lists instances in a given project and location.NotebookServiceClient.ListInstancesPagedResponse
NotebookServiceClient. listInstances(String parent)
Lists instances in a given project and location.Methods in com.google.cloud.notebooks.v2 that return types with arguments of type NotebookServiceClient.ListInstancesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NotebookServiceClient.ListInstancesPagedResponse>
NotebookServiceClient.ListInstancesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,NotebookServiceClient.ListInstancesPagedResponse>
NotebookServiceClient. listInstancesPagedCallable()
Lists instances in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse>
NotebookServiceSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse>
NotebookServiceSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances. -
Uses of NotebookServiceClient.ListInstancesPagedResponse in com.google.cloud.notebooks.v2.stub
Methods in com.google.cloud.notebooks.v2.stub that return types with arguments of type NotebookServiceClient.ListInstancesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,NotebookServiceClient.ListInstancesPagedResponse>
GrpcNotebookServiceStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,NotebookServiceClient.ListInstancesPagedResponse>
HttpJsonNotebookServiceStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,NotebookServiceClient.ListInstancesPagedResponse>
NotebookServiceStub. listInstancesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse>
NotebookServiceStubSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse>
NotebookServiceStubSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
-