Interface RouteAction.HashPolicy.FilterStateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      The name of the Object in the per-request filterState, which is an Envoy::Hashable object.
      com.google.protobuf.ByteString getKeyBytes()
      The name of the Object in the per-request 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

        java.lang.String getKey()
         The name of the Object in the per-request 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 per-request 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.