public static interface ClusterStats.DroppedRequestsOrBuilder
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.
|
long |
getDroppedCount()
Total number of deliberately dropped requests 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) = { ... }long getDroppedCount()
Total number of deliberately dropped requests for the category.
uint64 dropped_count = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.