com.google.api.gax.longrunning.OperationFuture<Backup,OperationMetadata> |
AlloyDBAdminClient.createBackupAsync(LocationName parent,
Backup backup,
String backupId) |
Creates a new Backup in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata> |
AlloyDBAdminClient.createClusterAsync(LocationName parent,
Cluster cluster,
String clusterId) |
Creates a new Cluster in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata> |
AlloyDBAdminClient.createSecondaryClusterAsync(LocationName parent,
Cluster cluster,
String clusterId) |
Creates a cluster of type SECONDARY in the given location using the primary cluster as the
source.
|
AlloyDBAdminClient.ListBackupsPagedResponse |
AlloyDBAdminClient.listBackups(LocationName parent) |
Lists Backups in a given project and location.
|
AlloyDBAdminClient.ListClustersPagedResponse |
AlloyDBAdminClient.listClusters(LocationName parent) |
Lists Clusters in a given project and location.
|
AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse |
AlloyDBAdminClient.listSupportedDatabaseFlags(LocationName parent) |
Lists SupportedDatabaseFlags for a given project and location.
|