HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.Builder.addAllAlpnProtocols(java.lang.Iterable<java.lang.String> values) |
Specifies the ALPN protocols for health check connections.
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.Builder.addAlpnProtocols(java.lang.String value) |
Specifies the ALPN protocols for health check connections.
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.Builder.addAlpnProtocolsBytes(com.google.protobuf.ByteString value) |
Specifies the ALPN protocols for health check connections.
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.Builder.clear() |
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.Builder.clearAlpnProtocols() |
Specifies the ALPN protocols for health check connections.
|
HealthCheck.TlsOptions.Builder |
HealthCheck.Builder.getTlsOptionsBuilder() |
This allows overriding the cluster TLS settings, just for health check connections.
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.Builder.mergeFrom(HealthCheck.TlsOptions other) |
|
static HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.newBuilder() |
|
static HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.newBuilder(HealthCheck.TlsOptions prototype) |
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.newBuilderForType() |
|
protected HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.Builder.setAlpnProtocols(int index,
java.lang.String value) |
Specifies the ALPN protocols for health check connections.
|
HealthCheck.TlsOptions.Builder |
HealthCheck.TlsOptions.toBuilder() |
|