Uses of Class
io.envoyproxy.envoy.type.v3.Int64Range
-
Packages that use Int64Range Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.v3 -
-
Uses of Int64Range in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type Int64Range Modifier and Type Field Description private java.util.List<Int64Range>
HealthCheck.HttpHealthCheck.Builder. expectedStatuses_
private java.util.List<Int64Range>
HealthCheck.HttpHealthCheck. expectedStatuses_
private com.google.protobuf.RepeatedFieldBuilder<Int64Range,Int64Range.Builder,Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck.Builder. expectedStatusesBuilder_
private java.util.List<Int64Range>
HealthCheck.HttpHealthCheck.Builder. retriableStatuses_
private java.util.List<Int64Range>
HealthCheck.HttpHealthCheck. retriableStatuses_
private com.google.protobuf.RepeatedFieldBuilder<Int64Range,Int64Range.Builder,Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck.Builder. retriableStatusesBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return Int64Range Modifier and Type Method Description Int64Range
HealthCheck.HttpHealthCheck.Builder. getExpectedStatuses(int index)
Specifies a list of HTTP response statuses considered healthy.Int64Range
HealthCheck.HttpHealthCheck. getExpectedStatuses(int index)
Specifies a list of HTTP response statuses considered healthy.Int64Range
HealthCheck.HttpHealthCheckOrBuilder. getExpectedStatuses(int index)
Specifies a list of HTTP response statuses considered healthy.Int64Range
HealthCheck.HttpHealthCheck.Builder. getRetriableStatuses(int index)
Specifies a list of HTTP response statuses considered retriable.Int64Range
HealthCheck.HttpHealthCheck. getRetriableStatuses(int index)
Specifies a list of HTTP response statuses considered retriable.Int64Range
HealthCheck.HttpHealthCheckOrBuilder. getRetriableStatuses(int index)
Specifies a list of HTTP response statuses considered retriable.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type Int64Range Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Int64Range,Int64Range.Builder,Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck.Builder. getExpectedStatusesFieldBuilder()
java.util.List<Int64Range>
HealthCheck.HttpHealthCheck.Builder. getExpectedStatusesList()
Specifies a list of HTTP response statuses considered healthy.java.util.List<Int64Range>
HealthCheck.HttpHealthCheck. getExpectedStatusesList()
Specifies a list of HTTP response statuses considered healthy.java.util.List<Int64Range>
HealthCheck.HttpHealthCheckOrBuilder. getExpectedStatusesList()
Specifies a list of HTTP response statuses considered healthy.private com.google.protobuf.RepeatedFieldBuilder<Int64Range,Int64Range.Builder,Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck.Builder. getRetriableStatusesFieldBuilder()
java.util.List<Int64Range>
HealthCheck.HttpHealthCheck.Builder. getRetriableStatusesList()
Specifies a list of HTTP response statuses considered retriable.java.util.List<Int64Range>
HealthCheck.HttpHealthCheck. getRetriableStatusesList()
Specifies a list of HTTP response statuses considered retriable.java.util.List<Int64Range>
HealthCheck.HttpHealthCheckOrBuilder. getRetriableStatusesList()
Specifies a list of HTTP response statuses considered retriable.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type Int64Range Modifier and Type Method Description HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.Builder. addExpectedStatuses(int index, Int64Range value)
Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.Builder. addExpectedStatuses(Int64Range value)
Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.Builder. addRetriableStatuses(int index, Int64Range value)
Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.Builder. addRetriableStatuses(Int64Range value)
Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.Builder. setExpectedStatuses(int index, Int64Range value)
Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.Builder. setRetriableStatuses(int index, Int64Range value)
Specifies a list of HTTP response statuses considered retriable.Method parameters in io.envoyproxy.envoy.config.core.v3 with type arguments of type Int64Range Modifier and Type Method Description HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.Builder. addAllExpectedStatuses(java.lang.Iterable<? extends Int64Range> values)
Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.Builder. addAllRetriableStatuses(java.lang.Iterable<? extends Int64Range> values)
Specifies a list of HTTP response statuses considered retriable. -
Uses of Int64Range in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type Int64Range Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Int64Range,Int64Range.Builder,Int64RangeOrBuilder>
HeaderMatcher.Builder. rangeMatchBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return Int64Range Modifier and Type Method Description Int64Range
HeaderMatcher.Builder. getRangeMatch()
If specified, header match will be performed based on range.Int64Range
HeaderMatcher. getRangeMatch()
If specified, header match will be performed based on range.Int64Range
HeaderMatcherOrBuilder. getRangeMatch()
If specified, header match will be performed based on range.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type Int64Range Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Int64Range,Int64Range.Builder,Int64RangeOrBuilder>
HeaderMatcher.Builder. getRangeMatchFieldBuilder()
If specified, header match will be performed based on range.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type Int64Range Modifier and Type Method Description HeaderMatcher.Builder
HeaderMatcher.Builder. mergeRangeMatch(Int64Range value)
If specified, header match will be performed based on range.HeaderMatcher.Builder
HeaderMatcher.Builder. setRangeMatch(Int64Range value)
If specified, header match will be performed based on range. -
Uses of Int64Range in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as Int64Range Modifier and Type Field Description private static Int64Range
Int64Range. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.v3 with type parameters of type Int64Range Modifier and Type Field Description private static com.google.protobuf.Parser<Int64Range>
Int64Range. PARSER
Methods in io.envoyproxy.envoy.type.v3 that return Int64Range Modifier and Type Method Description Int64Range
Int64Range.Builder. build()
Int64Range
Int64Range.Builder. buildPartial()
static Int64Range
Int64Range. getDefaultInstance()
Int64Range
Int64Range.Builder. getDefaultInstanceForType()
Int64Range
Int64Range. getDefaultInstanceForType()
static Int64Range
Int64Range. parseDelimitedFrom(java.io.InputStream input)
static Int64Range
Int64Range. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64Range
Int64Range. parseFrom(byte[] data)
static Int64Range
Int64Range. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64Range
Int64Range. parseFrom(com.google.protobuf.ByteString data)
static Int64Range
Int64Range. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64Range
Int64Range. parseFrom(com.google.protobuf.CodedInputStream input)
static Int64Range
Int64Range. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64Range
Int64Range. parseFrom(java.io.InputStream input)
static Int64Range
Int64Range. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64Range
Int64Range. parseFrom(java.nio.ByteBuffer data)
static Int64Range
Int64Range. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.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 io.envoyproxy.envoy.type.v3 with parameters of type Int64Range Modifier and Type Method Description private void
Int64Range.Builder. buildPartial0(Int64Range result)
Int64Range.Builder
Int64Range.Builder. mergeFrom(Int64Range other)
static Int64Range.Builder
Int64Range. newBuilder(Int64Range prototype)
-