Interface HttpResponseTrailerMatchInputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpResponseTrailerMatchInput
,HttpResponseTrailerMatchInput.Builder
public interface HttpResponseTrailerMatchInputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHeaderName()
The response trailer to match on.com.google.protobuf.ByteString
getHeaderNameBytes()
The response trailer to match on.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHeaderName
java.lang.String getHeaderName()
The response trailer to match on.
string header_name = 1 [(.validate.rules) = { ... }
- Returns:
- The headerName.
-
getHeaderNameBytes
com.google.protobuf.ByteString getHeaderNameBytes()
The response trailer to match on.
string header_name = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for headerName.
-
-