public static interface Instance.ClientConnectionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRequireConnectors()
Optional.
|
SslConfig |
getSslConfig()
Optional.
|
SslConfigOrBuilder |
getSslConfigOrBuilder()
Optional.
|
boolean |
hasSslConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getRequireConnectors()
Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
bool require_connectors = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasSslConfig()
Optional. SSL configuration option for this instance.
.google.cloud.alloydb.v1.SslConfig ssl_config = 2 [(.google.api.field_behavior) = OPTIONAL];
SslConfig getSslConfig()
Optional. SSL configuration option for this instance.
.google.cloud.alloydb.v1.SslConfig ssl_config = 2 [(.google.api.field_behavior) = OPTIONAL];
SslConfigOrBuilder getSslConfigOrBuilder()
Optional. SSL configuration option for this instance.
.google.cloud.alloydb.v1.SslConfig ssl_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.