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<MetadataImport,OperationMetadata> |
DataprocMetastoreClient.createMetadataImportAsync(ServiceName parent,
MetadataImport metadataImport,
String metadataImportId) |
Creates a new MetadataImport in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
DataprocMetastoreClient.deleteServiceAsync(ServiceName name) |
Deletes a single service.
|
Service |
DataprocMetastoreClient.getService(ServiceName name) |
Gets the details of a single service.
|
DataprocMetastoreClient.ListBackupsPagedResponse |
DataprocMetastoreClient.listBackups(ServiceName parent) |
Lists backups in a service.
|
DataprocMetastoreClient.ListMetadataImportsPagedResponse |
DataprocMetastoreClient.listMetadataImports(ServiceName parent) |
Lists imports in a service.
|
com.google.api.gax.longrunning.OperationFuture<Restore,OperationMetadata> |
DataprocMetastoreClient.restoreServiceAsync(ServiceName service,
BackupName backup) |
Restores a service from a backup.
|
com.google.api.gax.longrunning.OperationFuture<Restore,OperationMetadata> |
DataprocMetastoreClient.restoreServiceAsync(ServiceName service,
String backup) |
Restores a service from a backup.
|