Interface HashPolicy.FilterStateOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    HashPolicy.FilterState, HashPolicy.FilterState.Builder
    Enclosing class:
    HashPolicy

    public static interface HashPolicy.FilterStateOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getKey()
      The name of the Object in the filterState, which is an Envoy::Hashable object.
      com.google.protobuf.ByteString getKeyBytes()
      The name of the Object in the filterState, which is an Envoy::Hashable object.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getKey

        String getKey()
         The name of the Object in the filterState, which is an Envoy::Hashable object. If there is no
         data associated with the key, or the stored object is not Envoy::Hashable, no hash will be
         produced.
         
        string key = 1 [(.validate.rules) = { ... }
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
         The name of the Object in the filterState, which is an Envoy::Hashable object. If there is no
         data associated with the key, or the stored object is not Envoy::Hashable, no hash will be
         produced.
         
        string key = 1 [(.validate.rules) = { ... }
        Returns:
        The bytes for key.