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 StartInstanceRequestStartInstanceRequest.Builder. build()StartInstanceRequestStartInstanceRequest.Builder. buildPartial()static StartInstanceRequestStartInstanceRequest. getDefaultInstance()StartInstanceRequestStartInstanceRequest.Builder. getDefaultInstanceForType()StartInstanceRequestStartInstanceRequest. getDefaultInstanceForType()static StartInstanceRequestStartInstanceRequest. parseDelimitedFrom(InputStream input)static StartInstanceRequestStartInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartInstanceRequestStartInstanceRequest. parseFrom(byte[] data)static StartInstanceRequestStartInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartInstanceRequestStartInstanceRequest. parseFrom(com.google.protobuf.ByteString data)static StartInstanceRequestStartInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartInstanceRequestStartInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StartInstanceRequestStartInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartInstanceRequestStartInstanceRequest. parseFrom(InputStream input)static StartInstanceRequestStartInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartInstanceRequestStartInstanceRequest. parseFrom(ByteBuffer data)static StartInstanceRequestStartInstanceRequest. 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.BuilderStartInstanceRequest.Builder. mergeFrom(StartInstanceRequest other)static StartInstanceRequest.BuilderStartInstanceRequest. newBuilder(StartInstanceRequest prototype)default voidNotebookServiceGrpc.AsyncService. startInstance(StartInstanceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Starts a notebook instance.com.google.longrunning.OperationNotebookServiceGrpc.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.voidNotebookServiceGrpc.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.
-