Uses of Class
com.google.cloud.notebooks.v1.ListRuntimesRequest
-
Packages that use ListRuntimesRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of ListRuntimesRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ListRuntimesRequest Modifier and Type Method Description ListRuntimesRequest
ListRuntimesRequest.Builder. build()
ListRuntimesRequest
ListRuntimesRequest.Builder. buildPartial()
static ListRuntimesRequest
ListRuntimesRequest. getDefaultInstance()
ListRuntimesRequest
ListRuntimesRequest.Builder. getDefaultInstanceForType()
ListRuntimesRequest
ListRuntimesRequest. getDefaultInstanceForType()
static ListRuntimesRequest
ListRuntimesRequest. parseDelimitedFrom(InputStream input)
static ListRuntimesRequest
ListRuntimesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(byte[] data)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(InputStream input)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(ByteBuffer data)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ListRuntimesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse>
ManagedNotebookServiceGrpc. getListRuntimesMethod()
com.google.protobuf.Parser<ListRuntimesRequest>
ListRuntimesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ListRuntimesResponse>
ManagedNotebookServiceClient. listRuntimesCallable()
Lists Runtimes in a given project and location.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.static com.google.protobuf.Parser<ListRuntimesRequest>
ListRuntimesRequest. parser()
Methods in com.google.cloud.notebooks.v1 with parameters of type ListRuntimesRequest Modifier and Type Method Description ManagedNotebookServiceClient.ListRuntimesPagedResponse
ManagedNotebookServiceClient. listRuntimes(ListRuntimesRequest request)
Lists Runtimes in a given project and location.default void
ManagedNotebookServiceGrpc.AsyncService. listRuntimes(ListRuntimesRequest request, io.grpc.stub.StreamObserver<ListRuntimesResponse> responseObserver)
Lists Runtimes in a given project and location.ListRuntimesResponse
ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub. listRuntimes(ListRuntimesRequest request)
Lists Runtimes in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListRuntimesResponse>
ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub. listRuntimes(ListRuntimesRequest request)
Lists Runtimes in a given project and location.void
ManagedNotebookServiceGrpc.ManagedNotebookServiceStub. listRuntimes(ListRuntimesRequest request, io.grpc.stub.StreamObserver<ListRuntimesResponse> responseObserver)
Lists Runtimes in a given project and location.ListRuntimesRequest.Builder
ListRuntimesRequest.Builder. mergeFrom(ListRuntimesRequest other)
static ListRuntimesRequest.Builder
ListRuntimesRequest. newBuilder(ListRuntimesRequest prototype)
Method parameters in com.google.cloud.notebooks.v1 with type arguments of type ListRuntimesRequest 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)
protected ManagedNotebookServiceClient.ListRuntimesPage
ManagedNotebookServiceClient.ListRuntimesPage. createPage(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ListRuntimesResponse response)
com.google.api.core.ApiFuture<ManagedNotebookServiceClient.ListRuntimesPage>
ManagedNotebookServiceClient.ListRuntimesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, com.google.api.core.ApiFuture<ListRuntimesResponse> futureResponse)
-
Uses of ListRuntimesRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type ListRuntimesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ListRuntimesResponse>
GrpcManagedNotebookServiceStub. listRuntimesCallable()
com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ListRuntimesResponse>
ManagedNotebookServiceStub. listRuntimesCallable()
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.
-