Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlFileType.
Protobuf type google.cloud.sql.v1.SqlFileType
Namespace
Google \ Cloud \ Sql \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SQL_FILE_TYPE_UNSPECIFIED
Value: 0Unknown file type.
Generated from protobuf enum SQL_FILE_TYPE_UNSPECIFIED = 0;
SQL
Value: 1File containing SQL statements.
Generated from protobuf enum SQL = 1;
CSV
Value: 2File in CSV format.
Generated from protobuf enum CSV = 2;
BAK
Value: 4Generated from protobuf enum BAK = 4;
TDE
Value: 8TDE certificate.
Generated from protobuf enum TDE = 8;