Uses of Interface
io.envoyproxy.envoy.type.v3.Int32RangeOrBuilder
-
Packages that use Int32RangeOrBuilder Package Description io.envoyproxy.envoy.config.listener.v3 io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.type.v3 -
-
Uses of Int32RangeOrBuilder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type Int32RangeOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Int32Range,Int32Range.Builder,Int32RangeOrBuilder>
ListenerFilterChainMatchPredicate.Builder. destinationPortRangeBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return Int32RangeOrBuilder Modifier and Type Method Description Int32RangeOrBuilder
ListenerFilterChainMatchPredicate.Builder. getDestinationPortRangeOrBuilder()
Match destination port.Int32RangeOrBuilder
ListenerFilterChainMatchPredicate. getDestinationPortRangeOrBuilder()
Match destination port.Int32RangeOrBuilder
ListenerFilterChainMatchPredicateOrBuilder. getDestinationPortRangeOrBuilder()
Match destination port.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type Int32RangeOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Int32Range,Int32Range.Builder,Int32RangeOrBuilder>
ListenerFilterChainMatchPredicate.Builder. getDestinationPortRangeFieldBuilder()
Match destination port. -
Uses of Int32RangeOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Int32RangeOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Int32Range,Int32Range.Builder,Int32RangeOrBuilder>
Permission.Builder. destinationPortRangeBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Int32RangeOrBuilder Modifier and Type Method Description Int32RangeOrBuilder
Permission.Builder. getDestinationPortRangeOrBuilder()
A port number range that describes a range of destination ports connecting to.Int32RangeOrBuilder
Permission. getDestinationPortRangeOrBuilder()
A port number range that describes a range of destination ports connecting to.Int32RangeOrBuilder
PermissionOrBuilder. getDestinationPortRangeOrBuilder()
A port number range that describes a range of destination ports connecting to.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type Int32RangeOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Int32Range,Int32Range.Builder,Int32RangeOrBuilder>
Permission.Builder. getDestinationPortRangeFieldBuilder()
A port number range that describes a range of destination ports connecting to. -
Uses of Int32RangeOrBuilder in io.envoyproxy.envoy.type.v3
Classes in io.envoyproxy.envoy.type.v3 that implement Int32RangeOrBuilder Modifier and Type Class Description class
Int32Range
Specifies the int32 start and end of the range using half-open interval semantics [start, end).static class
Int32Range.Builder
Specifies the int32 start and end of the range using half-open interval semantics [start, end).
-