Uses of Class
com.google.cloud.notebooks.v1.ListInstancesRequest
-
Packages that use ListInstancesRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of ListInstancesRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ListInstancesRequest Modifier and Type Method Description ListInstancesRequest
ListInstancesRequest.Builder. build()
ListInstancesRequest
ListInstancesRequest.Builder. buildPartial()
static ListInstancesRequest
ListInstancesRequest. getDefaultInstance()
ListInstancesRequest
ListInstancesRequest.Builder. getDefaultInstanceForType()
ListInstancesRequest
ListInstancesRequest. getDefaultInstanceForType()
static ListInstancesRequest
ListInstancesRequest. parseDelimitedFrom(InputStream input)
static ListInstancesRequest
ListInstancesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(byte[] data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(InputStream input)
static ListInstancesRequest
ListInstancesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(ByteBuffer data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ListInstancesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>
NotebookServiceGrpc. getListInstancesMethod()
com.google.protobuf.Parser<ListInstancesRequest>
ListInstancesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>
NotebookServiceClient. listInstancesCallable()
Lists instances in a given project and location.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.static com.google.protobuf.Parser<ListInstancesRequest>
ListInstancesRequest. parser()
Methods in com.google.cloud.notebooks.v1 with parameters of type ListInstancesRequest Modifier and Type Method Description NotebookServiceClient.ListInstancesPagedResponse
NotebookServiceClient. listInstances(ListInstancesRequest request)
Lists instances in a given project and location.default void
NotebookServiceGrpc.AsyncService. listInstances(ListInstancesRequest request, io.grpc.stub.StreamObserver<ListInstancesResponse> responseObserver)
Lists instances in a given project and location.ListInstancesResponse
NotebookServiceGrpc.NotebookServiceBlockingStub. listInstances(ListInstancesRequest request)
Lists instances in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListInstancesResponse>
NotebookServiceGrpc.NotebookServiceFutureStub. listInstances(ListInstancesRequest request)
Lists instances in a given project and location.void
NotebookServiceGrpc.NotebookServiceStub. listInstances(ListInstancesRequest request, io.grpc.stub.StreamObserver<ListInstancesResponse> responseObserver)
Lists instances in a given project and location.ListInstancesRequest.Builder
ListInstancesRequest.Builder. mergeFrom(ListInstancesRequest other)
static ListInstancesRequest.Builder
ListInstancesRequest. newBuilder(ListInstancesRequest prototype)
Method parameters in com.google.cloud.notebooks.v1 with type arguments of type ListInstancesRequest 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)
protected NotebookServiceClient.ListInstancesPage
NotebookServiceClient.ListInstancesPage. createPage(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, ListInstancesResponse response)
com.google.api.core.ApiFuture<NotebookServiceClient.ListInstancesPage>
NotebookServiceClient.ListInstancesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)
-
Uses of ListInstancesRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type ListInstancesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>
GrpcNotebookServiceStub. listInstancesCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>
NotebookServiceStub. listInstancesCallable()
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.
-