CreateDatabaseRequest class

The request for CreateDatabase.

Constructors

CreateDatabaseRequest({String? createStatement, String? databaseDialect, EncryptionConfig? encryptionConfig, List<String>? extraStatements, String? protoDescriptors})
CreateDatabaseRequest.fromJson(Map json_)

Properties

createStatement String?
A `CREATE DATABASE` statement, which specifies the ID of the new database.
getter/setter pair
databaseDialect String?
The dialect of the Cloud Spanner Database.
getter/setter pair
encryptionConfig EncryptionConfig?
The encryption configuration for the database.
getter/setter pair
extraStatements List<String>?
A list of DDL statements to run inside the newly created database.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
protoDescriptors String?
Proto descriptors used by CREATE/ALTER PROTO BUNDLE statements in 'extra_statements' above.
getter/setter pair
protoDescriptorsAsBytes List<int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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