Interface protos.google.cloud.sql.v1beta4.IBackupConfiguration (0.19.1)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a BackupConfiguration.
Package
@google-cloud/sql
Properties
backupRetentionSettings
backupRetentionSettings?: (google.cloud.sql.v1beta4.IBackupRetentionSettings|null);
BackupConfiguration backupRetentionSettings
binaryLogEnabled
binaryLogEnabled?: (google.protobuf.IBoolValue|null);
BackupConfiguration binaryLogEnabled
enabled
enabled?: (google.protobuf.IBoolValue|null);
BackupConfiguration enabled
kind
location
location?: (string|null);
BackupConfiguration location
pointInTimeRecoveryEnabled
pointInTimeRecoveryEnabled?: (google.protobuf.IBoolValue|null);
BackupConfiguration pointInTimeRecoveryEnabled
replicationLogArchivingEnabled
replicationLogArchivingEnabled?: (google.protobuf.IBoolValue|null);
BackupConfiguration replicationLogArchivingEnabled
startTime
startTime?: (string|null);
BackupConfiguration startTime
transactionalLogStorageState
transactionalLogStorageState?: (google.cloud.sql.v1beta4.BackupConfiguration.TransactionalLogStorageState|keyof typeof google.cloud.sql.v1beta4.BackupConfiguration.TransactionalLogStorageState|null);
BackupConfiguration transactionalLogStorageState
transactionLogRetentionDays
transactionLogRetentionDays?: (google.protobuf.IInt32Value|null);
BackupConfiguration transactionLogRetentionDays
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["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 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.sql.v1beta4.IBackupConfiguration (0.19.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.19.1 (latest)](/nodejs/docs/reference/sql/latest/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.19.0](/nodejs/docs/reference/sql/0.19.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.16.0](/nodejs/docs/reference/sql/0.16.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.15.0](/nodejs/docs/reference/sql/0.15.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.14.0](/nodejs/docs/reference/sql/0.14.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.13.0](/nodejs/docs/reference/sql/0.13.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.11.0](/nodejs/docs/reference/sql/0.11.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.8.0](/nodejs/docs/reference/sql/0.8.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.7.0](/nodejs/docs/reference/sql/0.7.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.5.0](/nodejs/docs/reference/sql/0.5.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration)\n- [0.4.0](/nodejs/docs/reference/sql/0.4.0/sql/protos.google.cloud.sql.v1beta4.ibackupconfiguration) \nProperties of a BackupConfiguration.\n\nPackage\n-------\n\n[@google-cloud/sql](../overview.html)\n\nProperties\n----------\n\n### backupRetentionSettings\n\n backupRetentionSettings?: (google.cloud.sql.v1beta4.IBackupRetentionSettings|null);\n\nBackupConfiguration backupRetentionSettings\n\n### binaryLogEnabled\n\n binaryLogEnabled?: (google.protobuf.IBoolValue|null);\n\nBackupConfiguration binaryLogEnabled\n\n### enabled\n\n enabled?: (google.protobuf.IBoolValue|null);\n\nBackupConfiguration enabled\n\n### kind\n\n kind?: (string|null);\n\nBackupConfiguration kind\n\n### location\n\n location?: (string|null);\n\nBackupConfiguration location\n\n### pointInTimeRecoveryEnabled\n\n pointInTimeRecoveryEnabled?: (google.protobuf.IBoolValue|null);\n\nBackupConfiguration pointInTimeRecoveryEnabled\n\n### replicationLogArchivingEnabled\n\n replicationLogArchivingEnabled?: (google.protobuf.IBoolValue|null);\n\nBackupConfiguration replicationLogArchivingEnabled\n\n### startTime\n\n startTime?: (string|null);\n\nBackupConfiguration startTime\n\n### transactionalLogStorageState\n\n transactionalLogStorageState?: (google.cloud.sql.v1beta4.BackupConfiguration.TransactionalLogStorageState|keyof typeof google.cloud.sql.v1beta4.BackupConfiguration.TransactionalLogStorageState|null);\n\nBackupConfiguration transactionalLogStorageState\n\n### transactionLogRetentionDays\n\n transactionLogRetentionDays?: (google.protobuf.IInt32Value|null);\n\nBackupConfiguration transactionLogRetentionDays"]]