Uses of Class
io.envoyproxy.envoy.type.v3.Int32Range
-
Packages that use Int32Range Package Description io.envoyproxy.envoy.config.listener.v3 io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.type.v3 io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of Int32Range in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type Int32Range 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 Int32Range Modifier and Type Method Description Int32Range
ListenerFilterChainMatchPredicate.Builder. getDestinationPortRange()
Match destination port.Int32Range
ListenerFilterChainMatchPredicate. getDestinationPortRange()
Match destination port.Int32Range
ListenerFilterChainMatchPredicateOrBuilder. getDestinationPortRange()
Match destination port.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type Int32Range Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Int32Range,Int32Range.Builder,Int32RangeOrBuilder>
ListenerFilterChainMatchPredicate.Builder. getDestinationPortRangeFieldBuilder()
Match destination port.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type Int32Range Modifier and Type Method Description ListenerFilterChainMatchPredicate.Builder
ListenerFilterChainMatchPredicate.Builder. mergeDestinationPortRange(Int32Range value)
Match destination port.ListenerFilterChainMatchPredicate.Builder
ListenerFilterChainMatchPredicate.Builder. setDestinationPortRange(Int32Range value)
Match destination port. -
Uses of Int32Range in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Int32Range 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 Int32Range Modifier and Type Method Description Int32Range
Permission.Builder. getDestinationPortRange()
A port number range that describes a range of destination ports connecting to.Int32Range
Permission. getDestinationPortRange()
A port number range that describes a range of destination ports connecting to.Int32Range
PermissionOrBuilder. getDestinationPortRange()
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 Int32Range 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.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type Int32Range Modifier and Type Method Description Permission.Builder
Permission.Builder. mergeDestinationPortRange(Int32Range value)
A port number range that describes a range of destination ports connecting to.Permission.Builder
Permission.Builder. setDestinationPortRange(Int32Range value)
A port number range that describes a range of destination ports connecting to. -
Uses of Int32Range in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as Int32Range Modifier and Type Field Description private static Int32Range
Int32Range. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.v3 with type parameters of type Int32Range Modifier and Type Field Description private static com.google.protobuf.Parser<Int32Range>
Int32Range. PARSER
Methods in io.envoyproxy.envoy.type.v3 that return Int32Range Modifier and Type Method Description Int32Range
Int32Range.Builder. build()
Int32Range
Int32Range.Builder. buildPartial()
static Int32Range
Int32Range. getDefaultInstance()
Int32Range
Int32Range.Builder. getDefaultInstanceForType()
Int32Range
Int32Range. getDefaultInstanceForType()
static Int32Range
Int32Range. parseDelimitedFrom(java.io.InputStream input)
static Int32Range
Int32Range. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int32Range
Int32Range. parseFrom(byte[] data)
static Int32Range
Int32Range. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int32Range
Int32Range. parseFrom(com.google.protobuf.ByteString data)
static Int32Range
Int32Range. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int32Range
Int32Range. parseFrom(com.google.protobuf.CodedInputStream input)
static Int32Range
Int32Range. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int32Range
Int32Range. parseFrom(java.io.InputStream input)
static Int32Range
Int32Range. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int32Range
Int32Range. parseFrom(java.nio.ByteBuffer data)
static Int32Range
Int32Range. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.v3 that return types with arguments of type Int32Range Modifier and Type Method Description com.google.protobuf.Parser<Int32Range>
Int32Range. getParserForType()
static com.google.protobuf.Parser<Int32Range>
Int32Range. parser()
Methods in io.envoyproxy.envoy.type.v3 with parameters of type Int32Range Modifier and Type Method Description private void
Int32Range.Builder. buildPartial0(Int32Range result)
Int32Range.Builder
Int32Range.Builder. mergeFrom(Int32Range other)
static Int32Range.Builder
Int32Range. newBuilder(Int32Range prototype)
-
Uses of Int32Range in io.grpc.xds
Methods in io.grpc.xds with parameters of type Int32Range Modifier and Type Method Description private static GrpcAuthorizationEngine.DestinationPortRangeMatcher
RbacFilter. parseDestinationPortRangeMatcher(Int32Range range)
-