Uses of Class
com.github.xds.type.v3.Int32Range
-
Packages that use Int32Range Package Description com.github.xds.type.matcher.v3 com.github.xds.type.v3 -
-
Uses of Int32Range in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return Int32Range Modifier and Type Method Description Int32RangeInt32RangeMatcher.RangeMatcher.Builder. getRanges(int index)A non-empty set of int32 ranges.Int32RangeInt32RangeMatcher.RangeMatcher. getRanges(int index)A non-empty set of int32 ranges.Int32RangeInt32RangeMatcher.RangeMatcherOrBuilder. getRanges(int index)A non-empty set of int32 ranges.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Int32Range Modifier and Type Method Description List<Int32Range>Int32RangeMatcher.RangeMatcher.Builder. getRangesList()A non-empty set of int32 ranges.List<Int32Range>Int32RangeMatcher.RangeMatcher. getRangesList()A non-empty set of int32 ranges.List<Int32Range>Int32RangeMatcher.RangeMatcherOrBuilder. getRangesList()A non-empty set of int32 ranges.Methods in com.github.xds.type.matcher.v3 with parameters of type Int32Range Modifier and Type Method Description Int32RangeMatcher.RangeMatcher.BuilderInt32RangeMatcher.RangeMatcher.Builder. addRanges(int index, Int32Range value)A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.BuilderInt32RangeMatcher.RangeMatcher.Builder. addRanges(Int32Range value)A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.BuilderInt32RangeMatcher.RangeMatcher.Builder. setRanges(int index, Int32Range value)A non-empty set of int32 ranges.Method parameters in com.github.xds.type.matcher.v3 with type arguments of type Int32Range Modifier and Type Method Description Int32RangeMatcher.RangeMatcher.BuilderInt32RangeMatcher.RangeMatcher.Builder. addAllRanges(Iterable<? extends Int32Range> values)A non-empty set of int32 ranges. -
Uses of Int32Range in com.github.xds.type.v3
Methods in com.github.xds.type.v3 that return Int32Range Modifier and Type Method Description Int32RangeInt32Range.Builder. build()Int32RangeInt32Range.Builder. buildPartial()static Int32RangeInt32Range. getDefaultInstance()Int32RangeInt32Range.Builder. getDefaultInstanceForType()Int32RangeInt32Range. getDefaultInstanceForType()static Int32RangeInt32Range. parseDelimitedFrom(InputStream input)static Int32RangeInt32Range. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32RangeInt32Range. parseFrom(byte[] data)static Int32RangeInt32Range. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32RangeInt32Range. parseFrom(com.google.protobuf.ByteString data)static Int32RangeInt32Range. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32RangeInt32Range. parseFrom(com.google.protobuf.CodedInputStream input)static Int32RangeInt32Range. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32RangeInt32Range. parseFrom(InputStream input)static Int32RangeInt32Range. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32RangeInt32Range. parseFrom(ByteBuffer data)static Int32RangeInt32Range. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.github.xds.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 com.github.xds.type.v3 with parameters of type Int32Range Modifier and Type Method Description Int32Range.BuilderInt32Range.Builder. mergeFrom(Int32Range other)static Int32Range.BuilderInt32Range. newBuilder(Int32Range prototype)
-