Uses of Class
com.github.xds.type.v3.Int64Range
-
Packages that use Int64Range Package Description com.github.xds.type.matcher.v3 com.github.xds.type.v3 -
-
Uses of Int64Range in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return Int64Range Modifier and Type Method Description Int64RangeInt64RangeMatcher.RangeMatcher.Builder. getRanges(int index)A non-empty set of int64 ranges.Int64RangeInt64RangeMatcher.RangeMatcher. getRanges(int index)A non-empty set of int64 ranges.Int64RangeInt64RangeMatcher.RangeMatcherOrBuilder. getRanges(int index)A non-empty set of int64 ranges.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Int64Range Modifier and Type Method Description List<Int64Range>Int64RangeMatcher.RangeMatcher.Builder. getRangesList()A non-empty set of int64 ranges.List<Int64Range>Int64RangeMatcher.RangeMatcher. getRangesList()A non-empty set of int64 ranges.List<Int64Range>Int64RangeMatcher.RangeMatcherOrBuilder. getRangesList()A non-empty set of int64 ranges.Methods in com.github.xds.type.matcher.v3 with parameters of type Int64Range Modifier and Type Method Description Int64RangeMatcher.RangeMatcher.BuilderInt64RangeMatcher.RangeMatcher.Builder. addRanges(int index, Int64Range value)A non-empty set of int64 ranges.Int64RangeMatcher.RangeMatcher.BuilderInt64RangeMatcher.RangeMatcher.Builder. addRanges(Int64Range value)A non-empty set of int64 ranges.Int64RangeMatcher.RangeMatcher.BuilderInt64RangeMatcher.RangeMatcher.Builder. setRanges(int index, Int64Range value)A non-empty set of int64 ranges.Method parameters in com.github.xds.type.matcher.v3 with type arguments of type Int64Range Modifier and Type Method Description Int64RangeMatcher.RangeMatcher.BuilderInt64RangeMatcher.RangeMatcher.Builder. addAllRanges(Iterable<? extends Int64Range> values)A non-empty set of int64 ranges. -
Uses of Int64Range in com.github.xds.type.v3
Methods in com.github.xds.type.v3 that return Int64Range Modifier and Type Method Description Int64RangeInt64Range.Builder. build()Int64RangeInt64Range.Builder. buildPartial()static Int64RangeInt64Range. getDefaultInstance()Int64RangeInt64Range.Builder. getDefaultInstanceForType()Int64RangeInt64Range. getDefaultInstanceForType()static Int64RangeInt64Range. parseDelimitedFrom(InputStream input)static Int64RangeInt64Range. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int64RangeInt64Range. parseFrom(byte[] data)static Int64RangeInt64Range. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int64RangeInt64Range. parseFrom(com.google.protobuf.ByteString data)static Int64RangeInt64Range. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int64RangeInt64Range. parseFrom(com.google.protobuf.CodedInputStream input)static Int64RangeInt64Range. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int64RangeInt64Range. parseFrom(InputStream input)static Int64RangeInt64Range. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int64RangeInt64Range. parseFrom(ByteBuffer data)static Int64RangeInt64Range. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.github.xds.type.v3 that return types with arguments of type Int64Range Modifier and Type Method Description com.google.protobuf.Parser<Int64Range>Int64Range. getParserForType()static com.google.protobuf.Parser<Int64Range>Int64Range. parser()Methods in com.github.xds.type.v3 with parameters of type Int64Range Modifier and Type Method Description Int64Range.BuilderInt64Range.Builder. mergeFrom(Int64Range other)static Int64Range.BuilderInt64Range. newBuilder(Int64Range prototype)
-