public static interface Instance.ClientConnectionConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the sslConfig field is set. |