Uses of Class
com.google.cloud.alloydb.v1.SslConfig
-
Packages that use SslConfig Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of SslConfig in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return SslConfig Modifier and Type Method Description SslConfig
SslConfig.Builder. build()
SslConfig
SslConfig.Builder. buildPartial()
static SslConfig
SslConfig. getDefaultInstance()
SslConfig
SslConfig.Builder. getDefaultInstanceForType()
SslConfig
SslConfig. getDefaultInstanceForType()
SslConfig
Cluster.Builder. getSslConfig()
Deprecated.google.cloud.alloydb.v1.Cluster.ssl_config is deprecated.SslConfig
Cluster. getSslConfig()
Deprecated.google.cloud.alloydb.v1.Cluster.ssl_config is deprecated.SslConfig
ClusterOrBuilder. getSslConfig()
Deprecated.google.cloud.alloydb.v1.Cluster.ssl_config is deprecated.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(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)
static SslConfig
SslConfig. parseFrom(ByteBuffer data)
static SslConfig
SslConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1 that return types with arguments of type SslConfig Modifier and Type Method Description com.google.protobuf.Parser<SslConfig>
SslConfig. getParserForType()
static com.google.protobuf.Parser<SslConfig>
SslConfig. parser()
Methods in com.google.cloud.alloydb.v1 with parameters of type SslConfig Modifier and Type Method Description SslConfig.Builder
SslConfig.Builder. mergeFrom(SslConfig other)
Cluster.Builder
Cluster.Builder. mergeSslConfig(SslConfig value)
Deprecated.static SslConfig.Builder
SslConfig. newBuilder(SslConfig prototype)
Cluster.Builder
Cluster.Builder. setSslConfig(SslConfig value)
Deprecated.
-