Uses of Class
com.google.cloud.notebooks.v1beta1.StopInstanceRequest
-
Packages that use StopInstanceRequest Package Description com.google.cloud.notebooks.v1beta1 A client to Notebooks APIcom.google.cloud.notebooks.v1beta1.stub -
-
Uses of StopInstanceRequest in com.google.cloud.notebooks.v1beta1
Methods in com.google.cloud.notebooks.v1beta1 that return StopInstanceRequest Modifier and Type Method Description StopInstanceRequestStopInstanceRequest.Builder. build()StopInstanceRequestStopInstanceRequest.Builder. buildPartial()static StopInstanceRequestStopInstanceRequest. getDefaultInstance()StopInstanceRequestStopInstanceRequest.Builder. getDefaultInstanceForType()StopInstanceRequestStopInstanceRequest. getDefaultInstanceForType()static StopInstanceRequestStopInstanceRequest. parseDelimitedFrom(InputStream input)static StopInstanceRequestStopInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopInstanceRequestStopInstanceRequest. parseFrom(byte[] data)static StopInstanceRequestStopInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopInstanceRequestStopInstanceRequest. parseFrom(com.google.protobuf.ByteString data)static StopInstanceRequestStopInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopInstanceRequestStopInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StopInstanceRequestStopInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopInstanceRequestStopInstanceRequest. parseFrom(InputStream input)static StopInstanceRequestStopInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopInstanceRequestStopInstanceRequest. parseFrom(ByteBuffer data)static StopInstanceRequestStopInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1beta1 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.v1beta1 with parameters of type StopInstanceRequest Modifier and Type Method Description StopInstanceRequest.BuilderStopInstanceRequest.Builder. mergeFrom(StopInstanceRequest other)static StopInstanceRequest.BuilderStopInstanceRequest. newBuilder(StopInstanceRequest prototype)default voidNotebookServiceGrpc.AsyncService. stopInstance(StopInstanceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Stops a notebook instance.com.google.longrunning.OperationNotebookServiceGrpc.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.voidNotebookServiceGrpc.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.v1beta1.stub
Methods in com.google.cloud.notebooks.v1beta1.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.
-