Interface SqlInstancesSwitchoverRequestOrBuilder (0.1.0)

public interface SqlInstancesSwitchoverRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDbTimeout()

public abstract Duration getDbTimeout()

Optional. (MySQL and PostgreSQL only) Cloud SQL instance operations timeout, which is a sum of all database operations. Default value is 10 minutes and can be modified to a maximum value of 24 hours.

.google.protobuf.Duration db_timeout = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Duration

The dbTimeout.

getDbTimeoutOrBuilder()

public abstract DurationOrBuilder getDbTimeoutOrBuilder()

Optional. (MySQL and PostgreSQL only) Cloud SQL instance operations timeout, which is a sum of all database operations. Default value is 10 minutes and can be modified to a maximum value of 24 hours.

.google.protobuf.Duration db_timeout = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DurationOrBuilder

getInstance()

public abstract String getInstance()

Cloud SQL read replica instance name.

string instance = 1;

Returns
Type Description
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

Cloud SQL read replica instance name.

string instance = 1;

Returns
Type Description
ByteString

The bytes for instance.

getProject()

public abstract String getProject()

ID of the project that contains the replica.

string project = 2;

Returns
Type Description
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

ID of the project that contains the replica.

string project = 2;

Returns
Type Description
ByteString

The bytes for project.

hasDbTimeout()

public abstract boolean hasDbTimeout()

Optional. (MySQL and PostgreSQL only) Cloud SQL instance operations timeout, which is a sum of all database operations. Default value is 10 minutes and can be modified to a maximum value of 24 hours.

.google.protobuf.Duration db_timeout = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the dbTimeout field is set.