Google Cloud Sql Admin V1beta4 Client - Class ExternalSyncParallelLevel (0.11.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class ExternalSyncParallelLevel.

External Sync parallel level.

Protobuf type google.cloud.sql.v1beta4.ExternalSyncParallelLevel

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EXTERNAL_SYNC_PARALLEL_LEVEL_UNSPECIFIED

Value: 0

Unknown sync parallel level. Will be defaulted to OPTIMAL.

Generated from protobuf enum EXTERNAL_SYNC_PARALLEL_LEVEL_UNSPECIFIED = 0;

MIN

Value: 1

Minimal parallel level.

Generated from protobuf enum MIN = 1;

OPTIMAL

Value: 2

Optimal parallel level.

Generated from protobuf enum OPTIMAL = 2;

MAX

Value: 3

Maximum parallel level.

Generated from protobuf enum MAX = 3;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月21日 UTC.