Uses of Class
com.google.cloud.metastore.v1alpha.BackupName
-
Packages that use BackupName Package Description com.google.cloud.metastore.v1alpha A client to Dataproc Metastore API -
-
Uses of BackupName in com.google.cloud.metastore.v1alpha
Methods in com.google.cloud.metastore.v1alpha that return BackupName Modifier and Type Method Description BackupNameBackupName.Builder. build()static BackupNameBackupName. of(String project, String location, String service, String backup)static BackupNameBackupName. parse(String formattedString)Methods in com.google.cloud.metastore.v1alpha that return types with arguments of type BackupName Modifier and Type Method Description static List<BackupName>BackupName. parseList(List<String> formattedStrings)Methods in com.google.cloud.metastore.v1alpha with parameters of type BackupName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>DataprocMetastoreClient. deleteBackupAsync(BackupName name)Deletes a single backup.BackupDataprocMetastoreClient. getBackup(BackupName name)Gets details of a single backup.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(String service, BackupName backup)Restores a service from a backup.Method parameters in com.google.cloud.metastore.v1alpha with type arguments of type BackupName Modifier and Type Method Description static List<String>BackupName. toStringList(List<BackupName> values)
-