public static interface RouteAction.HashPolicy.FilterStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The name of the Object in the per-request filterState, which is an
Envoy::Http::Hashable object.
|
com.google.protobuf.ByteString |
getKeyBytes()
The name of the Object in the per-request filterState, which is an
Envoy::Http::Hashable object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
The name of the Object in the per-request filterState, which is an Envoy::Http::Hashable object. If there is no data associated with the key, or the stored object is not Envoy::Http::Hashable, no hash will be produced.
string key = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getKeyBytes()
The name of the Object in the per-request filterState, which is an Envoy::Http::Hashable object. If there is no data associated with the key, or the stored object is not Envoy::Http::Hashable, no hash will be produced.
string key = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.