CloudSqlSettings_SqlDatabaseVersion class
The database engine type and version.
- Inheritance
-
- Object
- ProtobufEnum
- CloudSqlSettings_SqlDatabaseVersion
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → CloudSqlSettings_SqlDatabaseVersion?
Constants
- MYSQL_5_6 → const CloudSqlSettings_SqlDatabaseVersion
- MYSQL_5_7 → const CloudSqlSettings_SqlDatabaseVersion
- MYSQL_8_0 → const CloudSqlSettings_SqlDatabaseVersion
- POSTGRES_9_6 → const CloudSqlSettings_SqlDatabaseVersion
- POSTGRES_10 → const CloudSqlSettings_SqlDatabaseVersion
- POSTGRES_11 → const CloudSqlSettings_SqlDatabaseVersion
- POSTGRES_12 → const CloudSqlSettings_SqlDatabaseVersion
- POSTGRES_13 → const CloudSqlSettings_SqlDatabaseVersion
- POSTGRES_14 → const CloudSqlSettings_SqlDatabaseVersion
- SQL_DATABASE_VERSION_UNSPECIFIED → const CloudSqlSettings_SqlDatabaseVersion
-
values
→ const List<
CloudSqlSettings_SqlDatabaseVersion>