public static interface ClusterLoadAssignment.Policy.DropOverloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Identifier for the policy specifying the drop.
|
com.google.protobuf.ByteString |
getCategoryBytes()
Identifier for the policy specifying the drop.
|
FractionalPercent |
getDropPercentage()
Percentage of traffic that should be dropped for the category.
|
FractionalPercentOrBuilder |
getDropPercentageOrBuilder()
Percentage of traffic that should be dropped for the category.
|
boolean |
hasDropPercentage()
Percentage of traffic that should be dropped for the category.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCategory()
Identifier for the policy specifying the drop.
string category = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getCategoryBytes()
Identifier for the policy specifying the drop.
string category = 1 [(.validate.rules) = { ... }boolean hasDropPercentage()
Percentage of traffic that should be dropped for the category.
.envoy.type.v3.FractionalPercent drop_percentage = 2;FractionalPercent getDropPercentage()
Percentage of traffic that should be dropped for the category.
.envoy.type.v3.FractionalPercent drop_percentage = 2;FractionalPercentOrBuilder getDropPercentageOrBuilder()
Percentage of traffic that should be dropped for the category.
.envoy.type.v3.FractionalPercent drop_percentage = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.