Uses of Interface
io.envoyproxy.envoy.type.v3.Int64RangeOrBuilder
-
Packages that use Int64RangeOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.v3 -
-
Uses of Int64RangeOrBuilder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type Int64RangeOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Int64Range,Int64Range.Builder,Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck.Builder. expectedStatusesBuilder_
private com.google.protobuf.RepeatedFieldBuilder<Int64Range,Int64Range.Builder,Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck.Builder. retriableStatusesBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return Int64RangeOrBuilder Modifier and Type Method Description Int64RangeOrBuilder
HealthCheck.HttpHealthCheck.Builder. getExpectedStatusesOrBuilder(int index)
Specifies a list of HTTP response statuses considered healthy.Int64RangeOrBuilder
HealthCheck.HttpHealthCheck. getExpectedStatusesOrBuilder(int index)
Specifies a list of HTTP response statuses considered healthy.Int64RangeOrBuilder
HealthCheck.HttpHealthCheckOrBuilder. getExpectedStatusesOrBuilder(int index)
Specifies a list of HTTP response statuses considered healthy.Int64RangeOrBuilder
HealthCheck.HttpHealthCheck.Builder. getRetriableStatusesOrBuilder(int index)
Specifies a list of HTTP response statuses considered retriable.Int64RangeOrBuilder
HealthCheck.HttpHealthCheck. getRetriableStatusesOrBuilder(int index)
Specifies a list of HTTP response statuses considered retriable.Int64RangeOrBuilder
HealthCheck.HttpHealthCheckOrBuilder. getRetriableStatusesOrBuilder(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 Int64RangeOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Int64Range,Int64Range.Builder,Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck.Builder. getExpectedStatusesFieldBuilder()
java.util.List<? extends Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck.Builder. getExpectedStatusesOrBuilderList()
Specifies a list of HTTP response statuses considered healthy.java.util.List<? extends Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck. getExpectedStatusesOrBuilderList()
Specifies a list of HTTP response statuses considered healthy.java.util.List<? extends Int64RangeOrBuilder>
HealthCheck.HttpHealthCheckOrBuilder. getExpectedStatusesOrBuilderList()
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<? extends Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck.Builder. getRetriableStatusesOrBuilderList()
Specifies a list of HTTP response statuses considered retriable.java.util.List<? extends Int64RangeOrBuilder>
HealthCheck.HttpHealthCheck. getRetriableStatusesOrBuilderList()
Specifies a list of HTTP response statuses considered retriable.java.util.List<? extends Int64RangeOrBuilder>
HealthCheck.HttpHealthCheckOrBuilder. getRetriableStatusesOrBuilderList()
Specifies a list of HTTP response statuses considered retriable. -
Uses of Int64RangeOrBuilder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type Int64RangeOrBuilder 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 Int64RangeOrBuilder Modifier and Type Method Description Int64RangeOrBuilder
HeaderMatcher.Builder. getRangeMatchOrBuilder()
If specified, header match will be performed based on range.Int64RangeOrBuilder
HeaderMatcher. getRangeMatchOrBuilder()
If specified, header match will be performed based on range.Int64RangeOrBuilder
HeaderMatcherOrBuilder. getRangeMatchOrBuilder()
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 Int64RangeOrBuilder 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. -
Uses of Int64RangeOrBuilder in io.envoyproxy.envoy.type.v3
Classes in io.envoyproxy.envoy.type.v3 that implement Int64RangeOrBuilder Modifier and Type Class Description class
Int64Range
Specifies the int64 start and end of the range using half-open interval semantics [start, end).static class
Int64Range.Builder
Specifies the int64 start and end of the range using half-open interval semantics [start, end).
-