Uses of Class
com.google.cloud.notebooks.v1beta1.NotebookServiceClient.ListInstancesPagedResponse
-
Packages that use NotebookServiceClient.ListInstancesPagedResponse Package Description com.google.cloud.notebooks.v1beta1 A client to Notebooks APIcom.google.cloud.notebooks.v1beta1.stub -
-
Uses of NotebookServiceClient.ListInstancesPagedResponse in com.google.cloud.notebooks.v1beta1
Methods in com.google.cloud.notebooks.v1beta1 that return NotebookServiceClient.ListInstancesPagedResponse Modifier and Type Method Description NotebookServiceClient.ListInstancesPagedResponse
NotebookServiceClient. listInstances(ListInstancesRequest request)
Lists instances in a given project and location.Methods in com.google.cloud.notebooks.v1beta1 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.v1beta1.stub
Methods in com.google.cloud.notebooks.v1beta1.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>
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.
-