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