Interface Instance.ClientConnectionConfigOrBuilder (0.30.0)

public static interface Instance.ClientConnectionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRequireConnectors()

public abstract boolean getRequireConnectors()

Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.

bool require_connectors = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The requireConnectors.

getSslConfig()

public abstract SslConfig getSslConfig()

Optional. SSL config option for this instance.

.google.cloud.alloydb.v1.SslConfig ssl_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
SslConfig

The sslConfig.

getSslConfigOrBuilder()

public abstract SslConfigOrBuilder getSslConfigOrBuilder()

Optional. SSL config option for this instance.

.google.cloud.alloydb.v1.SslConfig ssl_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
SslConfigOrBuilder

hasSslConfig()

public abstract boolean hasSslConfig()

Optional. SSL config option for this instance.

.google.cloud.alloydb.v1.SslConfig ssl_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the sslConfig field is set.