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