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