databaseType property

String? databaseType
getter/setter pair

The type of database used to store customer data

Required. Possible string values are:

  • "DB_UNKNOWN" : This value is required by protobuf best practices
  • "DB_INFRA_SPANNER" : Internal Spanner
  • "DB_CLOUD_SQL_POSTGRES" : Cloud Sql with a Postgres Sql instance

Implementation

core.String? databaseType;