| Modifier and Type | Method and Description |
|---|---|
SslConfig |
SslConfig.Builder.build() |
SslConfig |
SslConfig.Builder.buildPartial() |
static SslConfig |
SslConfig.getDefaultInstance() |
SslConfig |
SslConfig.getDefaultInstanceForType() |
SslConfig |
SslConfig.Builder.getDefaultInstanceForType() |
SslConfig |
Cluster.getSslConfig()
Deprecated.
google.cloud.alloydb.v1.Cluster.ssl_config is deprecated. See
google/cloud/alloydb/v1/resources.proto;l=659
|
SslConfig |
Cluster.Builder.getSslConfig()
Deprecated.
google.cloud.alloydb.v1.Cluster.ssl_config is deprecated. See
google/cloud/alloydb/v1/resources.proto;l=659
|
SslConfig |
Instance.ClientConnectionConfigOrBuilder.getSslConfig()
Optional.
|
SslConfig |
Instance.ClientConnectionConfig.getSslConfig()
Optional.
|
SslConfig |
Instance.ClientConnectionConfig.Builder.getSslConfig()
Optional.
|
SslConfig |
ClusterOrBuilder.getSslConfig()
Deprecated.
google.cloud.alloydb.v1.Cluster.ssl_config is deprecated. See
google/cloud/alloydb/v1/resources.proto;l=659
|
static SslConfig |
SslConfig.parseDelimitedFrom(InputStream input) |
static SslConfig |
SslConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(byte[] data) |
static SslConfig |
SslConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(ByteBuffer data) |
static SslConfig |
SslConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(com.google.protobuf.ByteString data) |
static SslConfig |
SslConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static SslConfig |
SslConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslConfig |
SslConfig.parseFrom(InputStream input) |
static SslConfig |
SslConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SslConfig> |
SslConfig.getParserForType() |
static com.google.protobuf.Parser<SslConfig> |
SslConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
SslConfig.Builder |
SslConfig.Builder.mergeFrom(SslConfig other) |
Cluster.Builder |
Cluster.Builder.mergeSslConfig(SslConfig value)
Deprecated.
|
Instance.ClientConnectionConfig.Builder |
Instance.ClientConnectionConfig.Builder.mergeSslConfig(SslConfig value)
Optional.
|
static SslConfig.Builder |
SslConfig.newBuilder(SslConfig prototype) |
Cluster.Builder |
Cluster.Builder.setSslConfig(SslConfig value)
Deprecated.
|
Instance.ClientConnectionConfig.Builder |
Instance.ClientConnectionConfig.Builder.setSslConfig(SslConfig value)
Optional.
|
Copyright © 2025 Google LLC. All rights reserved.