Interface Config.TagOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Config.Tag,Config.Tag.Builder
- Enclosing class:
- Config
public static interface Config.TagOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of the tag.com.google.protobuf.ByteStringThe name of the tag.The value of the tag, using :ref:`command operators <config_access_log_command_operators>`.com.google.protobuf.ByteStringThe value of the tag, using :ref:`command operators <config_access_log_command_operators>`.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 tag.
string name = 1 [(.validate.rules) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the tag.
string name = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for name.
-
getValueFormat
String getValueFormat()The value of the tag, using :ref:`command operators <config_access_log_command_operators>`.
string value_format = 2 [(.validate.rules) = { ... }- Returns:
- The valueFormat.
-
getValueFormatBytes
com.google.protobuf.ByteString getValueFormatBytes()The value of the tag, using :ref:`command operators <config_access_log_command_operators>`.
string value_format = 2 [(.validate.rules) = { ... }- Returns:
- The bytes for valueFormat.
-