Uses of Class
io.envoyproxy.envoy.type.v3.Int32Range.Builder
-
Packages that use Int32Range.Builder Package Description io.envoyproxy.envoy.config.listener.v3 io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.type.v3 -
-
Uses of Int32Range.Builder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type Int32Range.Builder 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.Builder Modifier and Type Method Description Int32Range.Builder
ListenerFilterChainMatchPredicate.Builder. getDestinationPortRangeBuilder()
Match destination port.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type Int32Range.Builder 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.Builder Modifier and Type Method Description ListenerFilterChainMatchPredicate.Builder
ListenerFilterChainMatchPredicate.Builder. setDestinationPortRange(Int32Range.Builder builderForValue)
Match destination port. -
Uses of Int32Range.Builder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Int32Range.Builder 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.Builder Modifier and Type Method Description Int32Range.Builder
Permission.Builder. getDestinationPortRangeBuilder()
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.Builder 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.Builder Modifier and Type Method Description Permission.Builder
Permission.Builder. setDestinationPortRange(Int32Range.Builder builderForValue)
A port number range that describes a range of destination ports connecting to. -
Uses of Int32Range.Builder in io.envoyproxy.envoy.type.v3
Methods in io.envoyproxy.envoy.type.v3 that return Int32Range.Builder Modifier and Type Method Description Int32Range.Builder
Int32Range.Builder. clear()
Int32Range.Builder
Int32Range.Builder. clearEnd()
end of the range (exclusive)Int32Range.Builder
Int32Range.Builder. clearStart()
start of the range (inclusive)Int32Range.Builder
Int32Range.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Int32Range.Builder
Int32Range.Builder. mergeFrom(com.google.protobuf.Message other)
Int32Range.Builder
Int32Range.Builder. mergeFrom(Int32Range other)
static Int32Range.Builder
Int32Range. newBuilder()
static Int32Range.Builder
Int32Range. newBuilder(Int32Range prototype)
Int32Range.Builder
Int32Range. newBuilderForType()
protected Int32Range.Builder
Int32Range. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
Int32Range.Builder
Int32Range.Builder. setEnd(int value)
end of the range (exclusive)Int32Range.Builder
Int32Range.Builder. setStart(int value)
start of the range (inclusive)Int32Range.Builder
Int32Range. toBuilder()
-