Uses of Class
com.google.cloud.notebooks.v1.StartInstanceRequest
-
Packages that use StartInstanceRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of StartInstanceRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return StartInstanceRequest Modifier and Type Method Description StartInstanceRequest
StartInstanceRequest.Builder. build()
StartInstanceRequest
StartInstanceRequest.Builder. buildPartial()
static StartInstanceRequest
StartInstanceRequest. getDefaultInstance()
StartInstanceRequest
StartInstanceRequest.Builder. getDefaultInstanceForType()
StartInstanceRequest
StartInstanceRequest. getDefaultInstanceForType()
static StartInstanceRequest
StartInstanceRequest. parseDelimitedFrom(InputStream input)
static StartInstanceRequest
StartInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(byte[] data)
static StartInstanceRequest
StartInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static StartInstanceRequest
StartInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StartInstanceRequest
StartInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(InputStream input)
static StartInstanceRequest
StartInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(ByteBuffer data)
static StartInstanceRequest
StartInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type StartInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<StartInstanceRequest>
StartInstanceRequest. getParserForType()
static io.grpc.MethodDescriptor<StartInstanceRequest,com.google.longrunning.Operation>
NotebookServiceGrpc. getStartInstanceMethod()
static com.google.protobuf.Parser<StartInstanceRequest>
StartInstanceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<StartInstanceRequest,com.google.longrunning.Operation>
NotebookServiceClient. startInstanceCallable()
Starts a notebook instance.com.google.api.gax.rpc.OperationCallable<StartInstanceRequest,Instance,OperationMetadata>
NotebookServiceClient. startInstanceOperationCallable()
Starts a notebook instance.com.google.api.gax.rpc.OperationCallSettings.Builder<StartInstanceRequest,Instance,OperationMetadata>
NotebookServiceSettings.Builder. startInstanceOperationSettings()
Returns the builder for the settings used for calls to startInstance.com.google.api.gax.rpc.OperationCallSettings<StartInstanceRequest,Instance,OperationMetadata>
NotebookServiceSettings. startInstanceOperationSettings()
Returns the object with the settings used for calls to startInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartInstanceRequest,com.google.longrunning.Operation>
NotebookServiceSettings.Builder. startInstanceSettings()
Returns the builder for the settings used for calls to startInstance.com.google.api.gax.rpc.UnaryCallSettings<StartInstanceRequest,com.google.longrunning.Operation>
NotebookServiceSettings. startInstanceSettings()
Returns the object with the settings used for calls to startInstance.Methods in com.google.cloud.notebooks.v1 with parameters of type StartInstanceRequest Modifier and Type Method Description StartInstanceRequest.Builder
StartInstanceRequest.Builder. mergeFrom(StartInstanceRequest other)
static StartInstanceRequest.Builder
StartInstanceRequest. newBuilder(StartInstanceRequest prototype)
default void
NotebookServiceGrpc.AsyncService. startInstance(StartInstanceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a notebook instance.com.google.longrunning.Operation
NotebookServiceGrpc.NotebookServiceBlockingStub. startInstance(StartInstanceRequest request)
Starts a notebook instance.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
NotebookServiceGrpc.NotebookServiceFutureStub. startInstance(StartInstanceRequest request)
Starts a notebook instance.void
NotebookServiceGrpc.NotebookServiceStub. startInstance(StartInstanceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a notebook instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
NotebookServiceClient. startInstanceAsync(StartInstanceRequest request)
Starts a notebook instance. -
Uses of StartInstanceRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type StartInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StartInstanceRequest,com.google.longrunning.Operation>
GrpcNotebookServiceStub. startInstanceCallable()
com.google.api.gax.rpc.UnaryCallable<StartInstanceRequest,com.google.longrunning.Operation>
NotebookServiceStub. startInstanceCallable()
com.google.api.gax.rpc.OperationCallable<StartInstanceRequest,Instance,OperationMetadata>
GrpcNotebookServiceStub. startInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<StartInstanceRequest,Instance,OperationMetadata>
NotebookServiceStub. startInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<StartInstanceRequest,Instance,OperationMetadata>
NotebookServiceStubSettings.Builder. startInstanceOperationSettings()
Returns the builder for the settings used for calls to startInstance.com.google.api.gax.rpc.OperationCallSettings<StartInstanceRequest,Instance,OperationMetadata>
NotebookServiceStubSettings. startInstanceOperationSettings()
Returns the object with the settings used for calls to startInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartInstanceRequest,com.google.longrunning.Operation>
NotebookServiceStubSettings.Builder. startInstanceSettings()
Returns the builder for the settings used for calls to startInstance.com.google.api.gax.rpc.UnaryCallSettings<StartInstanceRequest,com.google.longrunning.Operation>
NotebookServiceStubSettings. startInstanceSettings()
Returns the object with the settings used for calls to startInstance.
-