Uses of Class
com.google.cloud.metastore.v1beta.RestoreServiceRequest
-
Packages that use RestoreServiceRequest Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore APIcom.google.cloud.metastore.v1beta.stub -
-
Uses of RestoreServiceRequest in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return RestoreServiceRequest Modifier and Type Method Description RestoreServiceRequest
RestoreServiceRequest.Builder. build()
RestoreServiceRequest
RestoreServiceRequest.Builder. buildPartial()
static RestoreServiceRequest
RestoreServiceRequest. getDefaultInstance()
RestoreServiceRequest
RestoreServiceRequest.Builder. getDefaultInstanceForType()
RestoreServiceRequest
RestoreServiceRequest. getDefaultInstanceForType()
static RestoreServiceRequest
RestoreServiceRequest. parseDelimitedFrom(InputStream input)
static RestoreServiceRequest
RestoreServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(byte[] data)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(com.google.protobuf.ByteString data)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(InputStream input)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(ByteBuffer data)
static RestoreServiceRequest
RestoreServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1beta that return types with arguments of type RestoreServiceRequest Modifier and Type Method Description com.google.protobuf.Parser<RestoreServiceRequest>
RestoreServiceRequest. getParserForType()
static io.grpc.MethodDescriptor<RestoreServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreGrpc. getRestoreServiceMethod()
static com.google.protobuf.Parser<RestoreServiceRequest>
RestoreServiceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<RestoreServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreClient. restoreServiceCallable()
Restores a service from a backup.com.google.api.gax.rpc.OperationCallable<RestoreServiceRequest,Restore,OperationMetadata>
DataprocMetastoreClient. restoreServiceOperationCallable()
Restores a service from a backup.com.google.api.gax.rpc.OperationCallSettings.Builder<RestoreServiceRequest,Restore,OperationMetadata>
DataprocMetastoreSettings.Builder. restoreServiceOperationSettings()
Returns the builder for the settings used for calls to restoreService.com.google.api.gax.rpc.OperationCallSettings<RestoreServiceRequest,Restore,OperationMetadata>
DataprocMetastoreSettings. restoreServiceOperationSettings()
Returns the object with the settings used for calls to restoreService.com.google.api.gax.rpc.UnaryCallSettings.Builder<RestoreServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreSettings.Builder. restoreServiceSettings()
Returns the builder for the settings used for calls to restoreService.com.google.api.gax.rpc.UnaryCallSettings<RestoreServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreSettings. restoreServiceSettings()
Returns the object with the settings used for calls to restoreService.Methods in com.google.cloud.metastore.v1beta with parameters of type RestoreServiceRequest Modifier and Type Method Description RestoreServiceRequest.Builder
RestoreServiceRequest.Builder. mergeFrom(RestoreServiceRequest other)
static RestoreServiceRequest.Builder
RestoreServiceRequest. newBuilder(RestoreServiceRequest prototype)
default void
DataprocMetastoreGrpc.AsyncService. restoreService(RestoreServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Restores a service from a backup.com.google.longrunning.Operation
DataprocMetastoreGrpc.DataprocMetastoreBlockingStub. restoreService(RestoreServiceRequest request)
Restores a service from a backup.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DataprocMetastoreGrpc.DataprocMetastoreFutureStub. restoreService(RestoreServiceRequest request)
Restores a service from a backup.void
DataprocMetastoreGrpc.DataprocMetastoreStub. restoreService(RestoreServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Restores a service from a backup.com.google.api.gax.longrunning.OperationFuture<Restore,OperationMetadata>
DataprocMetastoreClient. restoreServiceAsync(RestoreServiceRequest request)
Restores a service from a backup. -
Uses of RestoreServiceRequest in com.google.cloud.metastore.v1beta.stub
Methods in com.google.cloud.metastore.v1beta.stub that return types with arguments of type RestoreServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RestoreServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreStub. restoreServiceCallable()
com.google.api.gax.rpc.UnaryCallable<RestoreServiceRequest,com.google.longrunning.Operation>
GrpcDataprocMetastoreStub. restoreServiceCallable()
com.google.api.gax.rpc.UnaryCallable<RestoreServiceRequest,com.google.longrunning.Operation>
HttpJsonDataprocMetastoreStub. restoreServiceCallable()
com.google.api.gax.rpc.OperationCallable<RestoreServiceRequest,Restore,OperationMetadata>
DataprocMetastoreStub. restoreServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<RestoreServiceRequest,Restore,OperationMetadata>
GrpcDataprocMetastoreStub. restoreServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<RestoreServiceRequest,Restore,OperationMetadata>
HttpJsonDataprocMetastoreStub. restoreServiceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RestoreServiceRequest,Restore,OperationMetadata>
DataprocMetastoreStubSettings.Builder. restoreServiceOperationSettings()
Returns the builder for the settings used for calls to restoreService.com.google.api.gax.rpc.OperationCallSettings<RestoreServiceRequest,Restore,OperationMetadata>
DataprocMetastoreStubSettings. restoreServiceOperationSettings()
Returns the object with the settings used for calls to restoreService.com.google.api.gax.rpc.UnaryCallSettings.Builder<RestoreServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreStubSettings.Builder. restoreServiceSettings()
Returns the builder for the settings used for calls to restoreService.com.google.api.gax.rpc.UnaryCallSettings<RestoreServiceRequest,com.google.longrunning.Operation>
DataprocMetastoreStubSettings. restoreServiceSettings()
Returns the object with the settings used for calls to restoreService.
-