GoogleCloudDatacatalogV1SqlDatabaseSystemSpec class
Specification that applies to entries that are part SQL_DATABASE
system
(user_specified_type)
Constructors
- GoogleCloudDatacatalogV1SqlDatabaseSystemSpec({String? databaseVersion, String? instanceHost, String? sqlEngine})
- GoogleCloudDatacatalogV1SqlDatabaseSystemSpec.fromJson(Map json_)
Properties
- databaseVersion ↔ String?
-
Version of the database engine.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceHost ↔ String?
-
Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED =
1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing
database instance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sqlEngine ↔ String?
-
SQL Database Engine.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited