Uses of Class
io.envoyproxy.envoy.type.v3.Int64Range.Builder
Packages that use Int64Range.Builder
Package
Description
-
Uses of Int64Range.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type Int64Range.BuilderModifier and TypeFieldDescriptionprivate 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 Int64Range.BuilderModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.addExpectedStatusesBuilder()
Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.addExpectedStatusesBuilder
(int index) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.addRetriableStatusesBuilder()
Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.addRetriableStatusesBuilder
(int index) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.getExpectedStatusesBuilder
(int index) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.getRetriableStatusesBuilder
(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.BuilderModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.getExpectedStatusesBuilderList()
Specifies a list of HTTP response statuses considered healthy.private com.google.protobuf.RepeatedFieldBuilder
<Int64Range, Int64Range.Builder, Int64RangeOrBuilder> HealthCheck.HttpHealthCheck.Builder.getExpectedStatusesFieldBuilder()
HealthCheck.HttpHealthCheck.Builder.getRetriableStatusesBuilderList()
Specifies a list of HTTP response statuses considered retriable.private com.google.protobuf.RepeatedFieldBuilder
<Int64Range, Int64Range.Builder, Int64RangeOrBuilder> HealthCheck.HttpHealthCheck.Builder.getRetriableStatusesFieldBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type Int64Range.BuilderModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.addExpectedStatuses
(int index, Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses
(Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses
(int index, Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses
(Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.setExpectedStatuses
(int index, Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.setRetriableStatuses
(int index, Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered retriable. -
Uses of Int64Range.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type Int64Range.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Int64Range, Int64Range.Builder, Int64RangeOrBuilder> HeaderMatcher.Builder.rangeMatchBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return Int64Range.BuilderModifier and TypeMethodDescriptionHeaderMatcher.Builder.getRangeMatchBuilder()
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.BuilderModifier and TypeMethodDescriptionprivate 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.BuilderModifier and TypeMethodDescriptionHeaderMatcher.Builder.setRangeMatch
(Int64Range.Builder builderForValue) If specified, header match will be performed based on range. -
Uses of Int64Range.Builder in io.envoyproxy.envoy.type.v3
Methods in io.envoyproxy.envoy.type.v3 that return Int64Range.BuilderModifier and TypeMethodDescriptionInt64Range.Builder.clear()
Int64Range.Builder.clearEnd()
end of the range (exclusive)Int64Range.Builder.clearStart()
start of the range (inclusive)Int64Range.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Int64Range.Builder.mergeFrom
(com.google.protobuf.Message other) Int64Range.Builder.mergeFrom
(Int64Range other) static Int64Range.Builder
Int64Range.newBuilder()
static Int64Range.Builder
Int64Range.newBuilder
(Int64Range prototype) Int64Range.newBuilderForType()
protected Int64Range.Builder
Int64Range.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Int64Range.Builder.setEnd
(long value) end of the range (exclusive)Int64Range.Builder.setStart
(long value) start of the range (inclusive)Int64Range.toBuilder()