Interface HttpTrailersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpTrailers,HttpTrailers.Builder
public interface HttpTrailersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeaderMapgetTrailers()The ``trailers`` encoding is based on the runtime guard envoy_reloadable_features_send_header_raw_value setting.HeaderMapOrBuildergetTrailersOrBuilder()The ``trailers`` encoding is based on the runtime guard envoy_reloadable_features_send_header_raw_value setting.booleanhasTrailers()The ``trailers`` encoding is based on the runtime guard envoy_reloadable_features_send_header_raw_value setting.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTrailers
boolean hasTrailers()
The ``trailers`` encoding is based on the runtime guard envoy_reloadable_features_send_header_raw_value setting. When it is true, the header value is encoded in the :ref:`raw_value <envoy_v3_api_field_config.core.v3.HeaderValue.raw_value>` field. When it is false, the header value is encoded in the :ref:`value <envoy_v3_api_field_config.core.v3.HeaderValue.value>` field.
.envoy.config.core.v3.HeaderMap trailers = 1;- Returns:
- Whether the trailers field is set.
-
getTrailers
HeaderMap getTrailers()
The ``trailers`` encoding is based on the runtime guard envoy_reloadable_features_send_header_raw_value setting. When it is true, the header value is encoded in the :ref:`raw_value <envoy_v3_api_field_config.core.v3.HeaderValue.raw_value>` field. When it is false, the header value is encoded in the :ref:`value <envoy_v3_api_field_config.core.v3.HeaderValue.value>` field.
.envoy.config.core.v3.HeaderMap trailers = 1;- Returns:
- The trailers.
-
getTrailersOrBuilder
HeaderMapOrBuilder getTrailersOrBuilder()
The ``trailers`` encoding is based on the runtime guard envoy_reloadable_features_send_header_raw_value setting. When it is true, the header value is encoded in the :ref:`raw_value <envoy_v3_api_field_config.core.v3.HeaderValue.raw_value>` field. When it is false, the header value is encoded in the :ref:`value <envoy_v3_api_field_config.core.v3.HeaderValue.value>` field.
.envoy.config.core.v3.HeaderMap trailers = 1;
-
-