Interface RetryPolicy.ResetHeaderOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RetryPolicy.ResetHeader, RetryPolicy.ResetHeader.Builder
Enclosing class:
RetryPolicy

public static interface RetryPolicy.ResetHeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The format of the reset header.
    int
    The format of the reset header.
    The name of the reset header.
    com.google.protobuf.ByteString
    The name of the reset header.

    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 Details

    • getName

      String getName()
       The name of the reset header.
      
       .. note::
      
       If the header appears multiple times only the first value is used.
       
      string name = 1 [(.validate.rules) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The name of the reset header.
      
       .. note::
      
       If the header appears multiple times only the first value is used.
       
      string name = 1 [(.validate.rules) = { ... }
      Returns:
      The bytes for name.
    • getFormatValue

      int getFormatValue()
       The format of the reset header.
       
      .envoy.config.route.v3.RetryPolicy.ResetHeaderFormat format = 2 [(.validate.rules) = { ... }
      Returns:
      The enum numeric value on the wire for format.
    • getFormat

       The format of the reset header.
       
      .envoy.config.route.v3.RetryPolicy.ResetHeaderFormat format = 2 [(.validate.rules) = { ... }
      Returns:
      The format.