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 CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse.Builder. build()
CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse.Builder. buildPartial()
CheckInstanceUpgradabilityResponse
NotebookServiceClient. checkInstanceUpgradability(CheckInstanceUpgradabilityRequest request)
Checks whether a notebook instance is upgradable.CheckInstanceUpgradabilityResponse
NotebookServiceGrpc.NotebookServiceBlockingStub. checkInstanceUpgradability(CheckInstanceUpgradabilityRequest request)
Checks whether a notebook instance is upgradable.static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. getDefaultInstance()
CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse.Builder. getDefaultInstanceForType()
CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. getDefaultInstanceForType()
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseDelimitedFrom(InputStream input)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseFrom(byte[] data)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseFrom(com.google.protobuf.ByteString data)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseFrom(InputStream input)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. parseFrom(ByteBuffer data)
static CheckInstanceUpgradabilityResponse
CheckInstanceUpgradabilityResponse. 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.Builder
CheckInstanceUpgradabilityResponse.Builder. mergeFrom(CheckInstanceUpgradabilityResponse other)
static CheckInstanceUpgradabilityResponse.Builder
CheckInstanceUpgradabilityResponse. newBuilder(CheckInstanceUpgradabilityResponse prototype)
Method parameters in com.google.cloud.notebooks.v2 with type arguments of type CheckInstanceUpgradabilityResponse Modifier and Type Method Description default void
NotebookServiceGrpc.AsyncService. checkInstanceUpgradability(CheckInstanceUpgradabilityRequest request, io.grpc.stub.StreamObserver<CheckInstanceUpgradabilityResponse> responseObserver)
Checks whether a notebook instance is upgradable.void
NotebookServiceGrpc.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.
-