Google Cloud Sql Admin V1beta4 Client - Class SqlBackupKind (0.17.1)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlBackupKind.

Defines the supported backup kinds

Protobuf type google.cloud.sql.v1beta4.SqlBackupKind

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SQL_BACKUP_KIND_UNSPECIFIED

Value: 0

This is an unknown BackupKind.

Generated from protobuf enum SQL_BACKUP_KIND_UNSPECIFIED = 0;

SNAPSHOT

Value: 1

The snapshot based backups

Generated from protobuf enum SNAPSHOT = 1;

PHYSICAL

Value: 2

Physical backups

Generated from protobuf enum PHYSICAL = 2;

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年11月21日 UTC.