FilterChainMatch.Builder |
FilterChainMatch.Builder.addAllApplicationProtocols(java.lang.Iterable<java.lang.String> values) |
If non-empty, a list of application protocols (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addAllDirectSourcePrefixRanges(java.lang.Iterable<? extends CidrRange> values) |
The criteria is satisfied if the directly connected source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addAllPrefixRanges(java.lang.Iterable<? extends CidrRange> values) |
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addAllServerNames(java.lang.Iterable<java.lang.String> values) |
If non-empty, a list of server names (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addAllSourcePorts(java.lang.Iterable<? extends java.lang.Integer> values) |
The criteria is satisfied if the source port of the downstream connection
is contained in at least one of the specified ports.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addAllSourcePrefixRanges(java.lang.Iterable<? extends CidrRange> values) |
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addApplicationProtocols(java.lang.String value) |
If non-empty, a list of application protocols (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addApplicationProtocolsBytes(com.google.protobuf.ByteString value) |
If non-empty, a list of application protocols (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addDirectSourcePrefixRanges(int index,
CidrRange value) |
The criteria is satisfied if the directly connected source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addDirectSourcePrefixRanges(int index,
CidrRange.Builder builderForValue) |
The criteria is satisfied if the directly connected source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addDirectSourcePrefixRanges(CidrRange value) |
The criteria is satisfied if the directly connected source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addDirectSourcePrefixRanges(CidrRange.Builder builderForValue) |
The criteria is satisfied if the directly connected source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addPrefixRanges(int index,
CidrRange value) |
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addPrefixRanges(int index,
CidrRange.Builder builderForValue) |
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addPrefixRanges(CidrRange value) |
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addPrefixRanges(CidrRange.Builder builderForValue) |
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addServerNames(java.lang.String value) |
If non-empty, a list of server names (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addServerNamesBytes(com.google.protobuf.ByteString value) |
If non-empty, a list of server names (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addSourcePorts(int value) |
The criteria is satisfied if the source port of the downstream connection
is contained in at least one of the specified ports.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addSourcePrefixRanges(int index,
CidrRange value) |
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addSourcePrefixRanges(int index,
CidrRange.Builder builderForValue) |
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addSourcePrefixRanges(CidrRange value) |
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.addSourcePrefixRanges(CidrRange.Builder builderForValue) |
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clear() |
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearAddressSuffix() |
If non-empty, an IP address and suffix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearApplicationProtocols() |
If non-empty, a list of application protocols (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearDestinationPort() |
Optional destination port to consider when use_original_dst is set on the
listener in determining a filter chain match.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearDirectSourcePrefixRanges() |
The criteria is satisfied if the directly connected source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearPrefixRanges() |
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearServerNames() |
If non-empty, a list of server names (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearSourcePorts() |
The criteria is satisfied if the source port of the downstream connection
is contained in at least one of the specified ports.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearSourcePrefixRanges() |
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearSourceType() |
Specifies the connection source IP match type.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearSuffixLen() |
[#not-implemented-hide:]
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.clearTransportProtocol() |
If non-empty, a transport protocol to consider when determining a filter chain match.
|
FilterChainMatch.Builder |
FilterChain.Builder.getFilterChainMatchBuilder() |
The criteria to use when matching a connection to this filter chain.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.mergeDestinationPort(com.google.protobuf.UInt32Value value) |
Optional destination port to consider when use_original_dst is set on the
listener in determining a filter chain match.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.mergeFrom(com.google.protobuf.Message other) |
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.mergeFrom(FilterChainMatch other) |
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.mergeSuffixLen(com.google.protobuf.UInt32Value value) |
[#not-implemented-hide:]
|
static FilterChainMatch.Builder |
FilterChainMatch.newBuilder() |
|
static FilterChainMatch.Builder |
FilterChainMatch.newBuilder(FilterChainMatch prototype) |
|
FilterChainMatch.Builder |
FilterChainMatch.newBuilderForType() |
|
protected FilterChainMatch.Builder |
FilterChainMatch.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.removeDirectSourcePrefixRanges(int index) |
The criteria is satisfied if the directly connected source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.removePrefixRanges(int index) |
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.removeSourcePrefixRanges(int index) |
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setAddressSuffix(java.lang.String value) |
If non-empty, an IP address and suffix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setAddressSuffixBytes(com.google.protobuf.ByteString value) |
If non-empty, an IP address and suffix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setApplicationProtocols(int index,
java.lang.String value) |
If non-empty, a list of application protocols (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setDestinationPort(com.google.protobuf.UInt32Value value) |
Optional destination port to consider when use_original_dst is set on the
listener in determining a filter chain match.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setDestinationPort(com.google.protobuf.UInt32Value.Builder builderForValue) |
Optional destination port to consider when use_original_dst is set on the
listener in determining a filter chain match.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setDirectSourcePrefixRanges(int index,
CidrRange value) |
The criteria is satisfied if the directly connected source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setDirectSourcePrefixRanges(int index,
CidrRange.Builder builderForValue) |
The criteria is satisfied if the directly connected source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setPrefixRanges(int index,
CidrRange value) |
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setPrefixRanges(int index,
CidrRange.Builder builderForValue) |
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setServerNames(int index,
java.lang.String value) |
If non-empty, a list of server names (e.g.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setSourcePorts(int index,
int value) |
The criteria is satisfied if the source port of the downstream connection
is contained in at least one of the specified ports.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setSourcePrefixRanges(int index,
CidrRange value) |
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setSourcePrefixRanges(int index,
CidrRange.Builder builderForValue) |
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setSourceType(FilterChainMatch.ConnectionSourceType value) |
Specifies the connection source IP match type.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setSourceTypeValue(int value) |
Specifies the connection source IP match type.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setSuffixLen(com.google.protobuf.UInt32Value value) |
[#not-implemented-hide:]
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setSuffixLen(com.google.protobuf.UInt32Value.Builder builderForValue) |
[#not-implemented-hide:]
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setTransportProtocol(java.lang.String value) |
If non-empty, a transport protocol to consider when determining a filter chain match.
|
FilterChainMatch.Builder |
FilterChainMatch.Builder.setTransportProtocolBytes(com.google.protobuf.ByteString value) |
If non-empty, a transport protocol to consider when determining a filter chain match.
|
FilterChainMatch.Builder |
FilterChainMatch.toBuilder() |
|