Cloud SQL Admin V1 API - Module Google::Cloud::Sql::V1::BackupConfiguration::TransactionalLogStorageState (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::BackupConfiguration::TransactionalLogStorageState.
This value contains the storage location of the transactional logs
used to perform point-in-time recovery (PITR) for the database.
Constants
TRANSACTIONAL_LOG_STORAGE_STATE_UNSPECIFIED
value: 0 Unspecified.
DISK
value: 1 The transaction logs used for PITR for the instance are stored
on a data disk.
SWITCHING_TO_CLOUD_STORAGE
value: 2 The transaction logs used for PITR for the instance are switching from
being stored on a data disk to being stored in Cloud Storage.
Only applicable to MySQL.
SWITCHED_TO_CLOUD_STORAGE
value: 3 The transaction logs used for PITR for the instance are now stored
in Cloud Storage. Previously, they were stored on a data disk.
Only applicable to MySQL.
CLOUD_STORAGE
value: 4 The transaction logs used for PITR for the instance are stored in
Cloud Storage. Only applicable to MySQL and PostgreSQL.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-24 UTC."],[],[]]