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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetryPolicy.ResetHeaderFormatgetFormat()The format of the reset header.intgetFormatValue()The format of the reset header.StringgetName()The name of the reset header. .. note:: If the header appears multiple times only the first value is used.com.google.protobuf.ByteStringgetNameBytes()The name of the reset header. .. note:: If the header appears multiple times only the first value is used.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
RetryPolicy.ResetHeaderFormat getFormat()
The format of the reset header.
.envoy.config.route.v3.RetryPolicy.ResetHeaderFormat format = 2 [(.validate.rules) = { ... }- Returns:
- The format.
-
-