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

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

Protobuf type google.cloud.sql.v1beta4.SqlFileType

Methods

name

Parameter
NameDescription
value mixed

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;