Skip to content

Commit be00413

Browse files
committed
feat: postgres dialect - review fixes
1 parent da92986 commit be00413

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

google/cloud/spanner_admin_database_v1/types/spanner_database_admin.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ class Database(proto.Message):
143143
DatabaseAdmin.UpdateDatabaseDdl. If not explicitly set, this
144144
is empty.
145145
database_dialect (google.cloud.spanner_admin_database_v1.types.DatabaseDialect):
146-
Output only. The dialect of the Cloud Spanner Database.
146+
Output only. The dialect of the Cloud Spanner
147+
Database.
147148
"""
148149

149150
class State(proto.Enum):
@@ -200,8 +201,6 @@ class State(proto.Enum):
200201
number=10,
201202
enum=common.DatabaseDialect,
202203
)
203-
default_leader = proto.Field(proto.STRING, number=9,)
204-
database_dialect = proto.Field(proto.ENUM, number=10, enum=common.DatabaseDialect,)
205204

206205

207206
class ListDatabasesRequest(proto.Message):
@@ -295,7 +294,8 @@ class CreateDatabaseRequest(proto.Message):
295294
Cloud Spanner will encrypt/decrypt all data at
296295
rest using Google default encryption.
297296
database_dialect (google.cloud.spanner_admin_database_v1.types.DatabaseDialect):
298-
Optional. The dialect of the Cloud Spanner Database.
297+
Output only. The dialect of the Cloud Spanner
298+
Database.
299299
"""
300300

301301
parent = proto.Field(

0 commit comments

Comments
 (0)