Google Cloud Sql Admin V1beta4 Client - Class SqlFileType (0.7.0)

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

Protobuf type google.cloud.sql.v1beta4.SqlFileType

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SQL_FILE_TYPE_UNSPECIFIED

Value: 0

Unknown file type.

Generated from protobuf enum SQL_FILE_TYPE_UNSPECIFIED = 0;

SQL

Value: 1

File containing SQL statements.

Generated from protobuf enum SQL = 1;

CSV

Value: 2

File in CSV format.

Generated from protobuf enum CSV = 2;

BAK

Value: 4

Generated from protobuf enum BAK = 4;