| Modifier and Type | Method and Description |
|---|---|
Int32Range.Builder |
ListenerFilterChainMatchPredicate.Builder.getDestinationPortRangeBuilder()
Match destination port.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerFilterChainMatchPredicate.Builder |
ListenerFilterChainMatchPredicate.Builder.setDestinationPortRange(Int32Range.Builder builderForValue)
Match destination port.
|
| Modifier and Type | Method and Description |
|---|---|
Int32Range.Builder |
ListenerFilterChainMatchPredicate.Builder.getDestinationPortRangeBuilder()
Match destination port.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerFilterChainMatchPredicate.Builder |
ListenerFilterChainMatchPredicate.Builder.setDestinationPortRange(Int32Range.Builder builderForValue)
Match destination port.
|
| Modifier and Type | Method and Description |
|---|---|
Int32Range.Builder |
AdmissionControl.SuccessCriteria.HttpCriteria.Builder.addHttpSuccessStatusBuilder()
Status code ranges that constitute a successful request.
|
Int32Range.Builder |
AdmissionControl.SuccessCriteria.HttpCriteria.Builder.addHttpSuccessStatusBuilder(int index)
Status code ranges that constitute a successful request.
|
Int32Range.Builder |
AdmissionControl.SuccessCriteria.HttpCriteria.Builder.getHttpSuccessStatusBuilder(int index)
Status code ranges that constitute a successful request.
|
| Modifier and Type | Method and Description |
|---|---|
List<Int32Range.Builder> |
AdmissionControl.SuccessCriteria.HttpCriteria.Builder.getHttpSuccessStatusBuilderList()
Status code ranges that constitute a successful request.
|
| Modifier and Type | Method and Description |
|---|---|
AdmissionControl.SuccessCriteria.HttpCriteria.Builder |
AdmissionControl.SuccessCriteria.HttpCriteria.Builder.addHttpSuccessStatus(Int32Range.Builder builderForValue)
Status code ranges that constitute a successful request.
|
AdmissionControl.SuccessCriteria.HttpCriteria.Builder |
AdmissionControl.SuccessCriteria.HttpCriteria.Builder.addHttpSuccessStatus(int index,
Int32Range.Builder builderForValue)
Status code ranges that constitute a successful request.
|
AdmissionControl.SuccessCriteria.HttpCriteria.Builder |
AdmissionControl.SuccessCriteria.HttpCriteria.Builder.setHttpSuccessStatus(int index,
Int32Range.Builder builderForValue)
Status code ranges that constitute a successful request.
|
| Modifier and Type | Method and Description |
|---|---|
Int32Range.Builder |
Int32Range.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Int32Range.Builder |
Int32Range.Builder.clear() |
Int32Range.Builder |
Int32Range.Builder.clearEnd()
end of the range (exclusive)
int32 end = 2; |
Int32Range.Builder |
Int32Range.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Int32Range.Builder |
Int32Range.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Int32Range.Builder |
Int32Range.Builder.clearStart()
start of the range (inclusive)
int32 start = 1; |
Int32Range.Builder |
Int32Range.Builder.clone() |
Int32Range.Builder |
Int32Range.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Int32Range.Builder |
Int32Range.Builder.mergeFrom(Int32Range other) |
Int32Range.Builder |
Int32Range.Builder.mergeFrom(com.google.protobuf.Message other) |
Int32Range.Builder |
Int32Range.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Int32Range.Builder |
Int32Range.newBuilder() |
static Int32Range.Builder |
Int32Range.newBuilder(Int32Range prototype) |
Int32Range.Builder |
Int32Range.newBuilderForType() |
protected Int32Range.Builder |
Int32Range.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Int32Range.Builder |
Int32Range.Builder.setEnd(int value)
end of the range (exclusive)
int32 end = 2; |
Int32Range.Builder |
Int32Range.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Int32Range.Builder |
Int32Range.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Int32Range.Builder |
Int32Range.Builder.setStart(int value)
start of the range (inclusive)
int32 start = 1; |
Int32Range.Builder |
Int32Range.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Int32Range.Builder |
Int32Range.toBuilder() |
Copyright © 2018–2021 The Envoy Project. All rights reserved.