Uses of Class
com.google.cloud.notebooks.v1.GetRuntimeRequest
-
Packages that use GetRuntimeRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of GetRuntimeRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return GetRuntimeRequest Modifier and Type Method Description GetRuntimeRequest
GetRuntimeRequest.Builder. build()
GetRuntimeRequest
GetRuntimeRequest.Builder. buildPartial()
static GetRuntimeRequest
GetRuntimeRequest. getDefaultInstance()
GetRuntimeRequest
GetRuntimeRequest.Builder. getDefaultInstanceForType()
GetRuntimeRequest
GetRuntimeRequest. getDefaultInstanceForType()
static GetRuntimeRequest
GetRuntimeRequest. parseDelimitedFrom(InputStream input)
static GetRuntimeRequest
GetRuntimeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(byte[] data)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(InputStream input)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(ByteBuffer data)
static GetRuntimeRequest
GetRuntimeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type GetRuntimeRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRuntimeRequest,Runtime>
ManagedNotebookServiceGrpc. getGetRuntimeMethod()
com.google.protobuf.Parser<GetRuntimeRequest>
GetRuntimeRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetRuntimeRequest,Runtime>
ManagedNotebookServiceClient. getRuntimeCallable()
Gets details of a single Runtime.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRuntimeRequest,Runtime>
ManagedNotebookServiceSettings.Builder. getRuntimeSettings()
Returns the builder for the settings used for calls to getRuntime.com.google.api.gax.rpc.UnaryCallSettings<GetRuntimeRequest,Runtime>
ManagedNotebookServiceSettings. getRuntimeSettings()
Returns the object with the settings used for calls to getRuntime.static com.google.protobuf.Parser<GetRuntimeRequest>
GetRuntimeRequest. parser()
Methods in com.google.cloud.notebooks.v1 with parameters of type GetRuntimeRequest Modifier and Type Method Description Runtime
ManagedNotebookServiceClient. getRuntime(GetRuntimeRequest request)
Gets details of a single Runtime.default void
ManagedNotebookServiceGrpc.AsyncService. getRuntime(GetRuntimeRequest request, io.grpc.stub.StreamObserver<Runtime> responseObserver)
Gets details of a single Runtime.Runtime
ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub. getRuntime(GetRuntimeRequest request)
Gets details of a single Runtime.com.google.common.util.concurrent.ListenableFuture<Runtime>
ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub. getRuntime(GetRuntimeRequest request)
Gets details of a single Runtime.void
ManagedNotebookServiceGrpc.ManagedNotebookServiceStub. getRuntime(GetRuntimeRequest request, io.grpc.stub.StreamObserver<Runtime> responseObserver)
Gets details of a single Runtime.GetRuntimeRequest.Builder
GetRuntimeRequest.Builder. mergeFrom(GetRuntimeRequest other)
static GetRuntimeRequest.Builder
GetRuntimeRequest. newBuilder(GetRuntimeRequest prototype)
-
Uses of GetRuntimeRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type GetRuntimeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRuntimeRequest,Runtime>
GrpcManagedNotebookServiceStub. getRuntimeCallable()
com.google.api.gax.rpc.UnaryCallable<GetRuntimeRequest,Runtime>
ManagedNotebookServiceStub. getRuntimeCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRuntimeRequest,Runtime>
ManagedNotebookServiceStubSettings.Builder. getRuntimeSettings()
Returns the builder for the settings used for calls to getRuntime.com.google.api.gax.rpc.UnaryCallSettings<GetRuntimeRequest,Runtime>
ManagedNotebookServiceStubSettings. getRuntimeSettings()
Returns the object with the settings used for calls to getRuntime.
-