RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.clear() |
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.clearPresented() |
If specified, the route will match against whether or not a certificate is presented.
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.clearValidated() |
If specified, the route will match against whether or not a certificate is validated.
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.Builder.getTlsContextBuilder() |
If specified, the client tls context will be matched against the defined
match options.
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.mergeFrom(RouteMatch.TlsContextMatchOptions other) |
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.mergePresented(com.google.protobuf.BoolValue value) |
If specified, the route will match against whether or not a certificate is presented.
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.mergeValidated(com.google.protobuf.BoolValue value) |
If specified, the route will match against whether or not a certificate is validated.
|
static RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.newBuilder() |
|
static RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.newBuilder(RouteMatch.TlsContextMatchOptions prototype) |
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.newBuilderForType() |
|
protected RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.setPresented(com.google.protobuf.BoolValue value) |
If specified, the route will match against whether or not a certificate is presented.
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.setPresented(com.google.protobuf.BoolValue.Builder builderForValue) |
If specified, the route will match against whether or not a certificate is presented.
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.setValidated(com.google.protobuf.BoolValue value) |
If specified, the route will match against whether or not a certificate is validated.
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.Builder.setValidated(com.google.protobuf.BoolValue.Builder builderForValue) |
If specified, the route will match against whether or not a certificate is validated.
|
RouteMatch.TlsContextMatchOptions.Builder |
RouteMatch.TlsContextMatchOptions.toBuilder() |
|