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