Skip to content

Commit 4a86645

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new value PG_SUBSCRIPTION_COUNT is added to enum SqlExternalSyncSettingErrorType
feat: A new value `PG_SYNC_PARALLEL_LEVEL` is added to enum `SqlExternalSyncSettingErrorType` PiperOrigin-RevId: 613313515
1 parent 6af2938 commit 4a86645

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google/cloud/sql/v1beta4/cloud_sql_resources.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,13 @@ message SqlExternalSyncSettingError {
12691269
// If a time out occurs while the subscription counts are calculated, then
12701270
// this value is set to 1. Otherwise, this value is set to 2.
12711271
SUBSCRIPTION_CALCULATION_STATUS = 40;
1272+
1273+
// Count of subscriptions needed to sync source data for PostgreSQL
1274+
// database.
1275+
PG_SUBSCRIPTION_COUNT = 41;
1276+
1277+
// Final parallel level that is used to do migration.
1278+
PG_SYNC_PARALLEL_LEVEL = 42;
12721279
}
12731280

12741281
// Can be `sql#externalSyncSettingError` or

0 commit comments

Comments
 (0)