| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.core | |
| io.envoyproxy.envoy.api.v2.route | |
| io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 | |
| io.envoyproxy.envoy.type |
| Modifier and Type | Method and Description |
|---|---|
Int64Range.Builder |
HealthCheck.HttpHealthCheck.Builder.addExpectedStatusesBuilder()
Specifies a list of HTTP response statuses considered healthy.
|
Int64Range.Builder |
HealthCheck.HttpHealthCheck.Builder.addExpectedStatusesBuilder(int index)
Specifies a list of HTTP response statuses considered healthy.
|
Int64Range.Builder |
HealthCheck.HttpHealthCheck.Builder.getExpectedStatusesBuilder(int index)
Specifies a list of HTTP response statuses considered healthy.
|
| Modifier and Type | Method and Description |
|---|---|
List<Int64Range.Builder> |
HealthCheck.HttpHealthCheck.Builder.getExpectedStatusesBuilderList()
Specifies a list of HTTP response statuses considered healthy.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses(Int64Range.Builder builderForValue)
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses(int index,
Int64Range.Builder builderForValue)
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setExpectedStatuses(int index,
Int64Range.Builder builderForValue)
Specifies a list of HTTP response statuses considered healthy.
|
| Modifier and Type | Method and Description |
|---|---|
Int64Range.Builder |
HeaderMatcher.Builder.getRangeMatchBuilder()
If specified, header match will be performed based on range.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderMatcher.Builder |
HeaderMatcher.Builder.setRangeMatch(Int64Range.Builder builderForValue)
If specified, header match will be performed based on range.
|
| Modifier and Type | Method and Description |
|---|---|
Int64Range.Builder |
MethodMatch.ParameterMatchSpecifier.Builder.getRangeMatchBuilder()
If specified, header match will be performed based on range.
|
| Modifier and Type | Method and Description |
|---|---|
MethodMatch.ParameterMatchSpecifier.Builder |
MethodMatch.ParameterMatchSpecifier.Builder.setRangeMatch(Int64Range.Builder builderForValue)
If specified, header match will be performed based on range.
|
| Modifier and Type | Method and Description |
|---|---|
Int64Range.Builder |
Int64Range.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Int64Range.Builder |
Int64Range.Builder.clear() |
Int64Range.Builder |
Int64Range.Builder.clearEnd()
end of the range (exclusive)
int64 end = 2; |
Int64Range.Builder |
Int64Range.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Int64Range.Builder |
Int64Range.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Int64Range.Builder |
Int64Range.Builder.clearStart()
start of the range (inclusive)
int64 start = 1; |
Int64Range.Builder |
Int64Range.Builder.clone() |
Int64Range.Builder |
Int64Range.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Int64Range.Builder |
Int64Range.Builder.mergeFrom(Int64Range other) |
Int64Range.Builder |
Int64Range.Builder.mergeFrom(com.google.protobuf.Message other) |
Int64Range.Builder |
Int64Range.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Int64Range.Builder |
Int64Range.newBuilder() |
static Int64Range.Builder |
Int64Range.newBuilder(Int64Range prototype) |
Int64Range.Builder |
Int64Range.newBuilderForType() |
protected Int64Range.Builder |
Int64Range.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Int64Range.Builder |
Int64Range.Builder.setEnd(long value)
end of the range (exclusive)
int64 end = 2; |
Int64Range.Builder |
Int64Range.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Int64Range.Builder |
Int64Range.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Int64Range.Builder |
Int64Range.Builder.setStart(long value)
start of the range (inclusive)
int64 start = 1; |
Int64Range.Builder |
Int64Range.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Int64Range.Builder |
Int64Range.toBuilder() |
Copyright © 2018–2021 The Envoy Project. All rights reserved.