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 GetRuntimeRequestGetRuntimeRequest.Builder. build()GetRuntimeRequestGetRuntimeRequest.Builder. buildPartial()static GetRuntimeRequestGetRuntimeRequest. getDefaultInstance()GetRuntimeRequestGetRuntimeRequest.Builder. getDefaultInstanceForType()GetRuntimeRequestGetRuntimeRequest. getDefaultInstanceForType()static GetRuntimeRequestGetRuntimeRequest. parseDelimitedFrom(InputStream input)static GetRuntimeRequestGetRuntimeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRuntimeRequestGetRuntimeRequest. parseFrom(byte[] data)static GetRuntimeRequestGetRuntimeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRuntimeRequestGetRuntimeRequest. parseFrom(com.google.protobuf.ByteString data)static GetRuntimeRequestGetRuntimeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRuntimeRequestGetRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRuntimeRequestGetRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRuntimeRequestGetRuntimeRequest. parseFrom(InputStream input)static GetRuntimeRequestGetRuntimeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRuntimeRequestGetRuntimeRequest. parseFrom(ByteBuffer data)static GetRuntimeRequestGetRuntimeRequest. 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 RuntimeManagedNotebookServiceClient. getRuntime(GetRuntimeRequest request)Gets details of a single Runtime.default voidManagedNotebookServiceGrpc.AsyncService. getRuntime(GetRuntimeRequest request, io.grpc.stub.StreamObserver<Runtime> responseObserver)Gets details of a single Runtime.RuntimeManagedNotebookServiceGrpc.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.voidManagedNotebookServiceGrpc.ManagedNotebookServiceStub. getRuntime(GetRuntimeRequest request, io.grpc.stub.StreamObserver<Runtime> responseObserver)Gets details of a single Runtime.GetRuntimeRequest.BuilderGetRuntimeRequest.Builder. mergeFrom(GetRuntimeRequest other)static GetRuntimeRequest.BuilderGetRuntimeRequest. 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.
-