Alloydb Functions
object AlloydbFunctions
Functions
Link copied to clipboard
Use this data source to get information about the available locations. For more details refer the API docs.
suspend fun getLocations(argument: suspend GetLocationsPlainArgsBuilder.() -> Unit): GetLocationsResult
Link copied to clipboard
suspend fun getSupportedDatabaseFlags(argument: GetSupportedDatabaseFlagsPlainArgs): GetSupportedDatabaseFlagsResult
Use this data source to get information about the supported alloydb database flags in a location.
suspend fun getSupportedDatabaseFlags(argument: suspend GetSupportedDatabaseFlagsPlainArgsBuilder.() -> Unit): GetSupportedDatabaseFlagsResult
suspend fun getSupportedDatabaseFlags(location: String, project: String? = null): GetSupportedDatabaseFlagsResult