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 Int32RangeOrBuilderListenerFilterChainMatchPredicate.Builder. getDestinationPortRangeOrBuilder()Match destination port.Int32RangeOrBuilderListenerFilterChainMatchPredicate. getDestinationPortRangeOrBuilder()Match destination port.Int32RangeOrBuilderListenerFilterChainMatchPredicateOrBuilder. 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 Int32RangeOrBuilderPermission.Builder. getDestinationPortRangeOrBuilder()A port number range that describes a range of destination ports connecting to.Int32RangeOrBuilderPermission. getDestinationPortRangeOrBuilder()A port number range that describes a range of destination ports connecting to.Int32RangeOrBuilderPermissionOrBuilder. 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 classInt32RangeSpecifies the int32 start and end of the range using half-open interval semantics [start, end).static classInt32Range.BuilderSpecifies the int32 start and end of the range using half-open interval semantics [start, end).
-