Skip to content

Commit

Permalink
feat: add dialect field to CreateCloudDatabaseAction.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 506654207
  • Loading branch information
Google APIs authored and copybara-github committed Feb 2, 2023
1 parent 13eadaa commit 4967c0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/spanner/executor/v1/cloud_executor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,9 @@ message CreateCloudDatabaseAction {
// The KMS key used to encrypt the database to be created if the database
// should be CMEK protected.
google.spanner.admin.database.v1.EncryptionConfig encryption_config = 5;

// Optional SQL dialect (GOOGLESQL or POSTGRESQL). Default: GOOGLESQL.
optional string dialect = 6;
}

// Action that updates the schema of a Cloud Spanner database.
Expand Down

0 comments on commit 4967c0c

Please sign in to comment.