Uses of Class
com.google.cloud.notebooks.v2.CheckInstanceUpgradabilityResponse
-
Packages that use CheckInstanceUpgradabilityResponse Package Description com.google.cloud.notebooks.v2 A client to Notebooks APIcom.google.cloud.notebooks.v2.stub -
-
Uses of CheckInstanceUpgradabilityResponse in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 that return CheckInstanceUpgradabilityResponse Modifier and Type Method Description CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse.Builder. build()CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse.Builder. buildPartial()CheckInstanceUpgradabilityResponseNotebookServiceClient. checkInstanceUpgradability(CheckInstanceUpgradabilityRequest request)Checks whether a notebook instance is upgradable.CheckInstanceUpgradabilityResponseNotebookServiceGrpc.NotebookServiceBlockingStub. checkInstanceUpgradability(CheckInstanceUpgradabilityRequest request)Checks whether a notebook instance is upgradable.static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. getDefaultInstance()CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse.Builder. getDefaultInstanceForType()CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. getDefaultInstanceForType()static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseDelimitedFrom(InputStream input)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(byte[] data)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(com.google.protobuf.ByteString data)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(InputStream input)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(ByteBuffer data)static CheckInstanceUpgradabilityResponseCheckInstanceUpgradabilityResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v2 that return types with arguments of type CheckInstanceUpgradabilityResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CheckInstanceUpgradabilityResponse>NotebookServiceGrpc.NotebookServiceFutureStub. checkInstanceUpgradability(CheckInstanceUpgradabilityRequest request)Checks whether a notebook instance is upgradable.com.google.api.gax.rpc.UnaryCallable<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>NotebookServiceClient. checkInstanceUpgradabilityCallable()Checks whether a notebook instance is upgradable.com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>NotebookServiceSettings.Builder. checkInstanceUpgradabilitySettings()Returns the builder for the settings used for calls to checkInstanceUpgradability.com.google.api.gax.rpc.UnaryCallSettings<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>NotebookServiceSettings. checkInstanceUpgradabilitySettings()Returns the object with the settings used for calls to checkInstanceUpgradability.static io.grpc.MethodDescriptor<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>NotebookServiceGrpc. getCheckInstanceUpgradabilityMethod()com.google.protobuf.Parser<CheckInstanceUpgradabilityResponse>CheckInstanceUpgradabilityResponse. getParserForType()static com.google.protobuf.Parser<CheckInstanceUpgradabilityResponse>CheckInstanceUpgradabilityResponse. parser()Methods in com.google.cloud.notebooks.v2 with parameters of type CheckInstanceUpgradabilityResponse Modifier and Type Method Description CheckInstanceUpgradabilityResponse.BuilderCheckInstanceUpgradabilityResponse.Builder. mergeFrom(CheckInstanceUpgradabilityResponse other)static CheckInstanceUpgradabilityResponse.BuilderCheckInstanceUpgradabilityResponse. newBuilder(CheckInstanceUpgradabilityResponse prototype)Method parameters in com.google.cloud.notebooks.v2 with type arguments of type CheckInstanceUpgradabilityResponse Modifier and Type Method Description default voidNotebookServiceGrpc.AsyncService. checkInstanceUpgradability(CheckInstanceUpgradabilityRequest request, io.grpc.stub.StreamObserver<CheckInstanceUpgradabilityResponse> responseObserver)Checks whether a notebook instance is upgradable.voidNotebookServiceGrpc.NotebookServiceStub. checkInstanceUpgradability(CheckInstanceUpgradabilityRequest request, io.grpc.stub.StreamObserver<CheckInstanceUpgradabilityResponse> responseObserver)Checks whether a notebook instance is upgradable. -
Uses of CheckInstanceUpgradabilityResponse in com.google.cloud.notebooks.v2.stub
Methods in com.google.cloud.notebooks.v2.stub that return types with arguments of type CheckInstanceUpgradabilityResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>GrpcNotebookServiceStub. checkInstanceUpgradabilityCallable()com.google.api.gax.rpc.UnaryCallable<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>HttpJsonNotebookServiceStub. checkInstanceUpgradabilityCallable()com.google.api.gax.rpc.UnaryCallable<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>NotebookServiceStub. checkInstanceUpgradabilityCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>NotebookServiceStubSettings.Builder. checkInstanceUpgradabilitySettings()Returns the builder for the settings used for calls to checkInstanceUpgradability.com.google.api.gax.rpc.UnaryCallSettings<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>NotebookServiceStubSettings. checkInstanceUpgradabilitySettings()Returns the object with the settings used for calls to checkInstanceUpgradability.
-