Uses of Class
com.google.cloud.metastore.v1alpha.Backup
-
Packages that use Backup Package Description com.google.cloud.metastore.v1alpha A client to Dataproc Metastore APIcom.google.cloud.metastore.v1alpha.stub -
-
Uses of Backup in com.google.cloud.metastore.v1alpha
Methods in com.google.cloud.metastore.v1alpha that return Backup Modifier and Type Method Description Backup
Backup.Builder. build()
Backup
Backup.Builder. buildPartial()
Backup
CreateBackupRequest.Builder. getBackup()
Required.Backup
CreateBackupRequest. getBackup()
Required.Backup
CreateBackupRequestOrBuilder. getBackup()
Required.Backup
DataprocMetastoreClient. getBackup(BackupName name)
Gets details of a single backup.Backup
DataprocMetastoreClient. getBackup(GetBackupRequest request)
Gets details of a single backup.Backup
DataprocMetastoreClient. getBackup(String name)
Gets details of a single backup.Backup
DataprocMetastoreGrpc.DataprocMetastoreBlockingStub. getBackup(GetBackupRequest request)
Gets details of a single backup.Backup
ListBackupsResponse.Builder. getBackups(int index)
The backups of the specified service.Backup
ListBackupsResponse. getBackups(int index)
The backups of the specified service.Backup
ListBackupsResponseOrBuilder. getBackups(int index)
The backups of the specified service.static Backup
Backup. getDefaultInstance()
Backup
Backup.Builder. getDefaultInstanceForType()
Backup
Backup. getDefaultInstanceForType()
static Backup
Backup. parseDelimitedFrom(InputStream input)
static Backup
Backup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Backup
Backup. parseFrom(byte[] data)
static Backup
Backup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Backup
Backup. parseFrom(com.google.protobuf.ByteString data)
static Backup
Backup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Backup
Backup. parseFrom(com.google.protobuf.CodedInputStream input)
static Backup
Backup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Backup
Backup. parseFrom(InputStream input)
static Backup
Backup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Backup
Backup. parseFrom(ByteBuffer data)
static Backup
Backup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1alpha that return types with arguments of type Backup Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Backup,OperationMetadata>
DataprocMetastoreClient. createBackupAsync(CreateBackupRequest request)
Creates a new backup in a given project and location.com.google.api.gax.longrunning.OperationFuture<Backup,OperationMetadata>
DataprocMetastoreClient. createBackupAsync(ServiceName parent, Backup backup, String backupId)
Creates a new backup in a given project and location.com.google.api.gax.longrunning.OperationFuture<Backup,OperationMetadata>
DataprocMetastoreClient. createBackupAsync(String parent, Backup backup, String backupId)
Creates a new backup in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateBackupRequest,Backup,OperationMetadata>
DataprocMetastoreClient. createBackupOperationCallable()
Creates a new backup in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBackupRequest,Backup,OperationMetadata>
DataprocMetastoreSettings.Builder. createBackupOperationSettings()
Returns the builder for the settings used for calls to createBackup.com.google.api.gax.rpc.OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata>
DataprocMetastoreSettings. createBackupOperationSettings()
Returns the object with the settings used for calls to createBackup.com.google.common.util.concurrent.ListenableFuture<Backup>
DataprocMetastoreGrpc.DataprocMetastoreFutureStub. getBackup(GetBackupRequest request)
Gets details of a single backup.com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>
DataprocMetastoreClient. getBackupCallable()
Gets details of a single backup.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupRequest,Backup>
DataprocMetastoreSettings.Builder. getBackupSettings()
Returns the builder for the settings used for calls to getBackup.com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup>
DataprocMetastoreSettings. getBackupSettings()
Returns the object with the settings used for calls to getBackup.List<Backup>
ListBackupsResponse.Builder. getBackupsList()
The backups of the specified service.List<Backup>
ListBackupsResponse. getBackupsList()
The backups of the specified service.List<Backup>
ListBackupsResponseOrBuilder. getBackupsList()
The backups of the specified service.static io.grpc.MethodDescriptor<GetBackupRequest,Backup>
DataprocMetastoreGrpc. getGetBackupMethod()
com.google.protobuf.Parser<Backup>
Backup. getParserForType()
static com.google.protobuf.Parser<Backup>
Backup. parser()
Methods in com.google.cloud.metastore.v1alpha with parameters of type Backup Modifier and Type Method Description ListBackupsResponse.Builder
ListBackupsResponse.Builder. addBackups(int index, Backup value)
The backups of the specified service.ListBackupsResponse.Builder
ListBackupsResponse.Builder. addBackups(Backup value)
The backups of the specified service.com.google.api.gax.longrunning.OperationFuture<Backup,OperationMetadata>
DataprocMetastoreClient. createBackupAsync(ServiceName parent, Backup backup, String backupId)
Creates a new backup in a given project and location.com.google.api.gax.longrunning.OperationFuture<Backup,OperationMetadata>
DataprocMetastoreClient. createBackupAsync(String parent, Backup backup, String backupId)
Creates a new backup in a given project and location.CreateBackupRequest.Builder
CreateBackupRequest.Builder. mergeBackup(Backup value)
Required.Backup.Builder
Backup.Builder. mergeFrom(Backup other)
static Backup.Builder
Backup. newBuilder(Backup prototype)
CreateBackupRequest.Builder
CreateBackupRequest.Builder. setBackup(Backup value)
Required.ListBackupsResponse.Builder
ListBackupsResponse.Builder. setBackups(int index, Backup value)
The backups of the specified service.Method parameters in com.google.cloud.metastore.v1alpha with type arguments of type Backup Modifier and Type Method Description ListBackupsResponse.Builder
ListBackupsResponse.Builder. addAllBackups(Iterable<? extends Backup> values)
The backups of the specified service.static com.google.api.core.ApiFuture<DataprocMetastoreClient.ListBackupsPagedResponse>
DataprocMetastoreClient.ListBackupsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, com.google.api.core.ApiFuture<ListBackupsResponse> futureResponse)
protected DataprocMetastoreClient.ListBackupsPage
DataprocMetastoreClient.ListBackupsPage. createPage(com.google.api.gax.rpc.PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, ListBackupsResponse response)
com.google.api.core.ApiFuture<DataprocMetastoreClient.ListBackupsPage>
DataprocMetastoreClient.ListBackupsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, com.google.api.core.ApiFuture<ListBackupsResponse> futureResponse)
default void
DataprocMetastoreGrpc.AsyncService. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)
Gets details of a single backup.void
DataprocMetastoreGrpc.DataprocMetastoreStub. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)
Gets details of a single backup. -
Uses of Backup in com.google.cloud.metastore.v1alpha.stub
Methods in com.google.cloud.metastore.v1alpha.stub that return types with arguments of type Backup Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateBackupRequest,Backup,OperationMetadata>
DataprocMetastoreStub. createBackupOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateBackupRequest,Backup,OperationMetadata>
GrpcDataprocMetastoreStub. createBackupOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateBackupRequest,Backup,OperationMetadata>
HttpJsonDataprocMetastoreStub. createBackupOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBackupRequest,Backup,OperationMetadata>
DataprocMetastoreStubSettings.Builder. createBackupOperationSettings()
Returns the builder for the settings used for calls to createBackup.com.google.api.gax.rpc.OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata>
DataprocMetastoreStubSettings. createBackupOperationSettings()
Returns the object with the settings used for calls to createBackup.com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>
DataprocMetastoreStub. getBackupCallable()
com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>
GrpcDataprocMetastoreStub. getBackupCallable()
com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>
HttpJsonDataprocMetastoreStub. getBackupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupRequest,Backup>
DataprocMetastoreStubSettings.Builder. getBackupSettings()
Returns the builder for the settings used for calls to getBackup.com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup>
DataprocMetastoreStubSettings. getBackupSettings()
Returns the object with the settings used for calls to getBackup.
-