|
|
|
@ -399,6 +399,14 @@ message Database { |
|
|
|
|
// sure to account for the time from the moment when the value is queried to |
|
|
|
|
// the moment when you initiate the recovery. |
|
|
|
|
google.protobuf.Timestamp earliest_version_time = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; |
|
|
|
|
|
|
|
|
|
// Output only. The read-write region which contains the database's leader |
|
|
|
|
// replicas. |
|
|
|
|
// |
|
|
|
|
// This is the same as the value of default_leader |
|
|
|
|
// database option set using DatabaseAdmin.CreateDatabase or |
|
|
|
|
// DatabaseAdmin.UpdateDatabaseDdl. If not explicitly set, this is empty. |
|
|
|
|
string default_leader = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// The request for [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases]. |
|
|
|
|