Interface ProxyProtocol.KeyValuePairOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProxyProtocol.KeyValuePair,ProxyProtocol.KeyValuePair.Builder
- Enclosing class:
- ProxyProtocol
public static interface ProxyProtocol.KeyValuePairOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()The key to use within the namespace.com.google.protobuf.ByteStringgetKeyBytes()The key to use within the namespace.StringgetMetadataNamespace()The namespace — if this is empty, the filter's namespace will be used.com.google.protobuf.ByteStringgetMetadataNamespaceBytes()The namespace — if this is empty, the filter's namespace will be used.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetadataNamespace
String getMetadataNamespace()
The namespace — if this is empty, the filter's namespace will be used.
string metadata_namespace = 1;- Returns:
- The metadataNamespace.
-
getMetadataNamespaceBytes
com.google.protobuf.ByteString getMetadataNamespaceBytes()
The namespace — if this is empty, the filter's namespace will be used.
string metadata_namespace = 1;- Returns:
- The bytes for metadataNamespace.
-
getKey
String getKey()
The key to use within the namespace.
string key = 2 [(.validate.rules) = { ... }- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
The key to use within the namespace.
string key = 2 [(.validate.rules) = { ... }- Returns:
- The bytes for key.
-
-