Class SubstitutionFormatString.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<SubstitutionFormatString.Builder>
-
- io.envoyproxy.envoy.config.core.v3.SubstitutionFormatString.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,SubstitutionFormatStringOrBuilder,java.lang.Cloneable
- Enclosing class:
- SubstitutionFormatString
public static final class SubstitutionFormatString.Builder extends com.google.protobuf.GeneratedMessage.Builder<SubstitutionFormatString.Builder> implements SubstitutionFormatStringOrBuilder
Configuration to use multiple :ref:`command operators <config_access_log_command_operators>` to generate a new string in either plain text or JSON format. [#next-free-field: 8]
Protobuf typeenvoy.config.core.v3.SubstitutionFormatString
-
-
Field Summary
Fields Modifier and Type Field Description private intbitField0_private java.lang.ObjectcontentType_private java.lang.Objectformat_private intformatCase_private java.util.List<TypedExtensionConfig>formatters_private com.google.protobuf.RepeatedFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>formattersBuilder_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Struct,com.google.protobuf.Struct.Builder,com.google.protobuf.StructOrBuilder>jsonFormatBuilder_private JsonFormatOptionsjsonFormatOptions_private com.google.protobuf.SingleFieldBuilder<JsonFormatOptions,JsonFormatOptions.Builder,JsonFormatOptionsOrBuilder>jsonFormatOptionsBuilder_private booleanomitEmptyValues_private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>textFormatSourceBuilder_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SubstitutionFormatString.BuilderaddAllFormatters(java.lang.Iterable<? extends TypedExtensionConfig> values)Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.BuilderaddFormatters(int index, TypedExtensionConfig value)Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.BuilderaddFormatters(int index, TypedExtensionConfig.Builder builderForValue)Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.BuilderaddFormatters(TypedExtensionConfig value)Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.BuilderaddFormatters(TypedExtensionConfig.Builder builderForValue)Specifies a collection of Formatter plugins that can be called from the access log configuration.TypedExtensionConfig.BuilderaddFormattersBuilder()Specifies a collection of Formatter plugins that can be called from the access log configuration.TypedExtensionConfig.BuilderaddFormattersBuilder(int index)Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatStringbuild()SubstitutionFormatStringbuildPartial()private voidbuildPartial0(SubstitutionFormatString result)private voidbuildPartialOneofs(SubstitutionFormatString result)private voidbuildPartialRepeatedFields(SubstitutionFormatString result)SubstitutionFormatString.Builderclear()SubstitutionFormatString.BuilderclearContentType()Specify a ``content_type`` field.SubstitutionFormatString.BuilderclearFormat()SubstitutionFormatString.BuilderclearFormatters()Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.BuilderclearJsonFormat()Specify a format with command operators to form a JSON string.SubstitutionFormatString.BuilderclearJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatString.BuilderclearOmitEmptyValues()If set to true, when command operators are evaluated to null, * for ``text_format``, the output of the empty operator is changed from ``-`` to an empty string, so that empty values are omitted entirely.SubstitutionFormatString.BuilderclearTextFormat()Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated.SubstitutionFormatString.BuilderclearTextFormatSource()Specify a format with command operators to form a text string.private voidensureFormattersIsMutable()java.lang.StringgetContentType()Specify a ``content_type`` field.com.google.protobuf.ByteStringgetContentTypeBytes()Specify a ``content_type`` field.SubstitutionFormatStringgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()SubstitutionFormatString.FormatCasegetFormatCase()TypedExtensionConfiggetFormatters(int index)Specifies a collection of Formatter plugins that can be called from the access log configuration.TypedExtensionConfig.BuildergetFormattersBuilder(int index)Specifies a collection of Formatter plugins that can be called from the access log configuration.java.util.List<TypedExtensionConfig.Builder>getFormattersBuilderList()Specifies a collection of Formatter plugins that can be called from the access log configuration.intgetFormattersCount()Specifies a collection of Formatter plugins that can be called from the access log configuration.private com.google.protobuf.RepeatedFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder>getFormattersFieldBuilder()java.util.List<TypedExtensionConfig>getFormattersList()Specifies a collection of Formatter plugins that can be called from the access log configuration.TypedExtensionConfigOrBuildergetFormattersOrBuilder(int index)Specifies a collection of Formatter plugins that can be called from the access log configuration.java.util.List<? extends TypedExtensionConfigOrBuilder>getFormattersOrBuilderList()Specifies a collection of Formatter plugins that can be called from the access log configuration.com.google.protobuf.StructgetJsonFormat()Specify a format with command operators to form a JSON string.com.google.protobuf.Struct.BuildergetJsonFormatBuilder()Specify a format with command operators to form a JSON string.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Struct,com.google.protobuf.Struct.Builder,com.google.protobuf.StructOrBuilder>getJsonFormatFieldBuilder()Specify a format with command operators to form a JSON string.JsonFormatOptionsgetJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.JsonFormatOptions.BuildergetJsonFormatOptionsBuilder()If json_format is used, the options will be applied to the output JSON string.private com.google.protobuf.SingleFieldBuilder<JsonFormatOptions,JsonFormatOptions.Builder,JsonFormatOptionsOrBuilder>getJsonFormatOptionsFieldBuilder()If json_format is used, the options will be applied to the output JSON string.JsonFormatOptionsOrBuildergetJsonFormatOptionsOrBuilder()If json_format is used, the options will be applied to the output JSON string.com.google.protobuf.StructOrBuildergetJsonFormatOrBuilder()Specify a format with command operators to form a JSON string.booleangetOmitEmptyValues()If set to true, when command operators are evaluated to null, * for ``text_format``, the output of the empty operator is changed from ``-`` to an empty string, so that empty values are omitted entirely.java.lang.StringgetTextFormat()Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated.com.google.protobuf.ByteStringgetTextFormatBytes()Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated.DataSourcegetTextFormatSource()Specify a format with command operators to form a text string.DataSource.BuildergetTextFormatSourceBuilder()Specify a format with command operators to form a text string.private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder>getTextFormatSourceFieldBuilder()Specify a format with command operators to form a text string.DataSourceOrBuildergetTextFormatSourceOrBuilder()Specify a format with command operators to form a text string.booleanhasJsonFormat()Specify a format with command operators to form a JSON string.booleanhasJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.booleanhasTextFormat()Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated.booleanhasTextFormatSource()Specify a format with command operators to form a text string.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()private voidmaybeForceBuilderInitialization()SubstitutionFormatString.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SubstitutionFormatString.BuildermergeFrom(com.google.protobuf.Message other)SubstitutionFormatString.BuildermergeFrom(SubstitutionFormatString other)SubstitutionFormatString.BuildermergeJsonFormat(com.google.protobuf.Struct value)Specify a format with command operators to form a JSON string.SubstitutionFormatString.BuildermergeJsonFormatOptions(JsonFormatOptions value)If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatString.BuildermergeTextFormatSource(DataSource value)Specify a format with command operators to form a text string.SubstitutionFormatString.BuilderremoveFormatters(int index)Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.BuildersetContentType(java.lang.String value)Specify a ``content_type`` field.SubstitutionFormatString.BuildersetContentTypeBytes(com.google.protobuf.ByteString value)Specify a ``content_type`` field.SubstitutionFormatString.BuildersetFormatters(int index, TypedExtensionConfig value)Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.BuildersetFormatters(int index, TypedExtensionConfig.Builder builderForValue)Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.BuildersetJsonFormat(com.google.protobuf.Struct value)Specify a format with command operators to form a JSON string.SubstitutionFormatString.BuildersetJsonFormat(com.google.protobuf.Struct.Builder builderForValue)Specify a format with command operators to form a JSON string.SubstitutionFormatString.BuildersetJsonFormatOptions(JsonFormatOptions value)If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatString.BuildersetJsonFormatOptions(JsonFormatOptions.Builder builderForValue)If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatString.BuildersetOmitEmptyValues(boolean value)If set to true, when command operators are evaluated to null, * for ``text_format``, the output of the empty operator is changed from ``-`` to an empty string, so that empty values are omitted entirely.SubstitutionFormatString.BuildersetTextFormat(java.lang.String value)Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated.SubstitutionFormatString.BuildersetTextFormatBytes(com.google.protobuf.ByteString value)Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated.SubstitutionFormatString.BuildersetTextFormatSource(DataSource value)Specify a format with command operators to form a text string.SubstitutionFormatString.BuildersetTextFormatSource(DataSource.Builder builderForValue)Specify a format with command operators to form a text string.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
formatCase_
private int formatCase_
-
format_
private java.lang.Object format_
-
bitField0_
private int bitField0_
-
jsonFormatBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Struct,com.google.protobuf.Struct.Builder,com.google.protobuf.StructOrBuilder> jsonFormatBuilder_
-
textFormatSourceBuilder_
private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder> textFormatSourceBuilder_
-
omitEmptyValues_
private boolean omitEmptyValues_
-
contentType_
private java.lang.Object contentType_
-
formatters_
private java.util.List<TypedExtensionConfig> formatters_
-
formattersBuilder_
private com.google.protobuf.RepeatedFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder> formattersBuilder_
-
jsonFormatOptions_
private JsonFormatOptions jsonFormatOptions_
-
jsonFormatOptionsBuilder_
private com.google.protobuf.SingleFieldBuilder<JsonFormatOptions,JsonFormatOptions.Builder,JsonFormatOptionsOrBuilder> jsonFormatOptionsBuilder_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<SubstitutionFormatString.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public SubstitutionFormatString.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<SubstitutionFormatString.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<SubstitutionFormatString.Builder>
-
getDefaultInstanceForType
public SubstitutionFormatString getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public SubstitutionFormatString build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SubstitutionFormatString buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartialRepeatedFields
private void buildPartialRepeatedFields(SubstitutionFormatString result)
-
buildPartial0
private void buildPartial0(SubstitutionFormatString result)
-
buildPartialOneofs
private void buildPartialOneofs(SubstitutionFormatString result)
-
mergeFrom
public SubstitutionFormatString.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SubstitutionFormatString.Builder>
-
mergeFrom
public SubstitutionFormatString.Builder mergeFrom(SubstitutionFormatString other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<SubstitutionFormatString.Builder>
-
mergeFrom
public SubstitutionFormatString.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SubstitutionFormatString.Builder>- Throws:
java.io.IOException
-
getFormatCase
public SubstitutionFormatString.FormatCase getFormatCase()
- Specified by:
getFormatCasein interfaceSubstitutionFormatStringOrBuilder
-
clearFormat
public SubstitutionFormatString.Builder clearFormat()
-
hasTextFormat
@Deprecated public boolean hasTextFormat()
Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated. See envoy/config/core/v3/substitution_format_string.proto;l=51Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo Deprecated in favor of :ref:`text_format_source <envoy_v3_api_field_config.core.v3.SubstitutionFormatString.text_format_source>`. To migrate text format strings, use the :ref:`inline_string <envoy_v3_api_field_config.core.v3.DataSource.inline_string>` field.
string text_format = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
hasTextFormatin interfaceSubstitutionFormatStringOrBuilder- Returns:
- Whether the textFormat field is set.
-
getTextFormat
@Deprecated public java.lang.String getTextFormat()
Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated. See envoy/config/core/v3/substitution_format_string.proto;l=51Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo Deprecated in favor of :ref:`text_format_source <envoy_v3_api_field_config.core.v3.SubstitutionFormatString.text_format_source>`. To migrate text format strings, use the :ref:`inline_string <envoy_v3_api_field_config.core.v3.DataSource.inline_string>` field.
string text_format = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
getTextFormatin interfaceSubstitutionFormatStringOrBuilder- Returns:
- The textFormat.
-
getTextFormatBytes
@Deprecated public com.google.protobuf.ByteString getTextFormatBytes()
Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated. See envoy/config/core/v3/substitution_format_string.proto;l=51Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo Deprecated in favor of :ref:`text_format_source <envoy_v3_api_field_config.core.v3.SubstitutionFormatString.text_format_source>`. To migrate text format strings, use the :ref:`inline_string <envoy_v3_api_field_config.core.v3.DataSource.inline_string>` field.
string text_format = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
getTextFormatBytesin interfaceSubstitutionFormatStringOrBuilder- Returns:
- The bytes for textFormat.
-
setTextFormat
@Deprecated public SubstitutionFormatString.Builder setTextFormat(java.lang.String value)
Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated. See envoy/config/core/v3/substitution_format_string.proto;l=51Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo Deprecated in favor of :ref:`text_format_source <envoy_v3_api_field_config.core.v3.SubstitutionFormatString.text_format_source>`. To migrate text format strings, use the :ref:`inline_string <envoy_v3_api_field_config.core.v3.DataSource.inline_string>` field.
string text_format = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Parameters:
value- The textFormat to set.- Returns:
- This builder for chaining.
-
clearTextFormat
@Deprecated public SubstitutionFormatString.Builder clearTextFormat()
Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated. See envoy/config/core/v3/substitution_format_string.proto;l=51Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo Deprecated in favor of :ref:`text_format_source <envoy_v3_api_field_config.core.v3.SubstitutionFormatString.text_format_source>`. To migrate text format strings, use the :ref:`inline_string <envoy_v3_api_field_config.core.v3.DataSource.inline_string>` field.
string text_format = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Returns:
- This builder for chaining.
-
setTextFormatBytes
@Deprecated public SubstitutionFormatString.Builder setTextFormatBytes(com.google.protobuf.ByteString value)
Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated. See envoy/config/core/v3/substitution_format_string.proto;l=51Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo Deprecated in favor of :ref:`text_format_source <envoy_v3_api_field_config.core.v3.SubstitutionFormatString.text_format_source>`. To migrate text format strings, use the :ref:`inline_string <envoy_v3_api_field_config.core.v3.DataSource.inline_string>` field.
string text_format = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Parameters:
value- The bytes for textFormat to set.- Returns:
- This builder for chaining.
-
hasJsonFormat
public boolean hasJsonFormat()
Specify a format with command operators to form a JSON string. Its details is described in :ref:`format dictionary<config_access_log_format_dictionaries>`. Values are rendered as strings, numbers, or boolean values as appropriate. Nested JSON objects may be produced by some command operators (e.g. FILTER_STATE or DYNAMIC_METADATA). See the documentation for a specific command operator for details. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString json_format: status: "%RESPONSE_CODE%" message: "%LOCAL_REPLY_BODY%" The following JSON object would be created: .. code-block:: json { "status": 500, "message": "My error message" }.google.protobuf.Struct json_format = 2 [(.validate.rules) = { ... }- Specified by:
hasJsonFormatin interfaceSubstitutionFormatStringOrBuilder- Returns:
- Whether the jsonFormat field is set.
-
getJsonFormat
public com.google.protobuf.Struct getJsonFormat()
Specify a format with command operators to form a JSON string. Its details is described in :ref:`format dictionary<config_access_log_format_dictionaries>`. Values are rendered as strings, numbers, or boolean values as appropriate. Nested JSON objects may be produced by some command operators (e.g. FILTER_STATE or DYNAMIC_METADATA). See the documentation for a specific command operator for details. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString json_format: status: "%RESPONSE_CODE%" message: "%LOCAL_REPLY_BODY%" The following JSON object would be created: .. code-block:: json { "status": 500, "message": "My error message" }.google.protobuf.Struct json_format = 2 [(.validate.rules) = { ... }- Specified by:
getJsonFormatin interfaceSubstitutionFormatStringOrBuilder- Returns:
- The jsonFormat.
-
setJsonFormat
public SubstitutionFormatString.Builder setJsonFormat(com.google.protobuf.Struct value)
Specify a format with command operators to form a JSON string. Its details is described in :ref:`format dictionary<config_access_log_format_dictionaries>`. Values are rendered as strings, numbers, or boolean values as appropriate. Nested JSON objects may be produced by some command operators (e.g. FILTER_STATE or DYNAMIC_METADATA). See the documentation for a specific command operator for details. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString json_format: status: "%RESPONSE_CODE%" message: "%LOCAL_REPLY_BODY%" The following JSON object would be created: .. code-block:: json { "status": 500, "message": "My error message" }.google.protobuf.Struct json_format = 2 [(.validate.rules) = { ... }
-
setJsonFormat
public SubstitutionFormatString.Builder setJsonFormat(com.google.protobuf.Struct.Builder builderForValue)
Specify a format with command operators to form a JSON string. Its details is described in :ref:`format dictionary<config_access_log_format_dictionaries>`. Values are rendered as strings, numbers, or boolean values as appropriate. Nested JSON objects may be produced by some command operators (e.g. FILTER_STATE or DYNAMIC_METADATA). See the documentation for a specific command operator for details. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString json_format: status: "%RESPONSE_CODE%" message: "%LOCAL_REPLY_BODY%" The following JSON object would be created: .. code-block:: json { "status": 500, "message": "My error message" }.google.protobuf.Struct json_format = 2 [(.validate.rules) = { ... }
-
mergeJsonFormat
public SubstitutionFormatString.Builder mergeJsonFormat(com.google.protobuf.Struct value)
Specify a format with command operators to form a JSON string. Its details is described in :ref:`format dictionary<config_access_log_format_dictionaries>`. Values are rendered as strings, numbers, or boolean values as appropriate. Nested JSON objects may be produced by some command operators (e.g. FILTER_STATE or DYNAMIC_METADATA). See the documentation for a specific command operator for details. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString json_format: status: "%RESPONSE_CODE%" message: "%LOCAL_REPLY_BODY%" The following JSON object would be created: .. code-block:: json { "status": 500, "message": "My error message" }.google.protobuf.Struct json_format = 2 [(.validate.rules) = { ... }
-
clearJsonFormat
public SubstitutionFormatString.Builder clearJsonFormat()
Specify a format with command operators to form a JSON string. Its details is described in :ref:`format dictionary<config_access_log_format_dictionaries>`. Values are rendered as strings, numbers, or boolean values as appropriate. Nested JSON objects may be produced by some command operators (e.g. FILTER_STATE or DYNAMIC_METADATA). See the documentation for a specific command operator for details. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString json_format: status: "%RESPONSE_CODE%" message: "%LOCAL_REPLY_BODY%" The following JSON object would be created: .. code-block:: json { "status": 500, "message": "My error message" }.google.protobuf.Struct json_format = 2 [(.validate.rules) = { ... }
-
getJsonFormatBuilder
public com.google.protobuf.Struct.Builder getJsonFormatBuilder()
Specify a format with command operators to form a JSON string. Its details is described in :ref:`format dictionary<config_access_log_format_dictionaries>`. Values are rendered as strings, numbers, or boolean values as appropriate. Nested JSON objects may be produced by some command operators (e.g. FILTER_STATE or DYNAMIC_METADATA). See the documentation for a specific command operator for details. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString json_format: status: "%RESPONSE_CODE%" message: "%LOCAL_REPLY_BODY%" The following JSON object would be created: .. code-block:: json { "status": 500, "message": "My error message" }.google.protobuf.Struct json_format = 2 [(.validate.rules) = { ... }
-
getJsonFormatOrBuilder
public com.google.protobuf.StructOrBuilder getJsonFormatOrBuilder()
Specify a format with command operators to form a JSON string. Its details is described in :ref:`format dictionary<config_access_log_format_dictionaries>`. Values are rendered as strings, numbers, or boolean values as appropriate. Nested JSON objects may be produced by some command operators (e.g. FILTER_STATE or DYNAMIC_METADATA). See the documentation for a specific command operator for details. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString json_format: status: "%RESPONSE_CODE%" message: "%LOCAL_REPLY_BODY%" The following JSON object would be created: .. code-block:: json { "status": 500, "message": "My error message" }.google.protobuf.Struct json_format = 2 [(.validate.rules) = { ... }- Specified by:
getJsonFormatOrBuilderin interfaceSubstitutionFormatStringOrBuilder
-
getJsonFormatFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Struct,com.google.protobuf.Struct.Builder,com.google.protobuf.StructOrBuilder> getJsonFormatFieldBuilder()
Specify a format with command operators to form a JSON string. Its details is described in :ref:`format dictionary<config_access_log_format_dictionaries>`. Values are rendered as strings, numbers, or boolean values as appropriate. Nested JSON objects may be produced by some command operators (e.g. FILTER_STATE or DYNAMIC_METADATA). See the documentation for a specific command operator for details. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString json_format: status: "%RESPONSE_CODE%" message: "%LOCAL_REPLY_BODY%" The following JSON object would be created: .. code-block:: json { "status": 500, "message": "My error message" }.google.protobuf.Struct json_format = 2 [(.validate.rules) = { ... }
-
hasTextFormatSource
public boolean hasTextFormatSource()
Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format_source: inline_string: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo
.envoy.config.core.v3.DataSource text_format_source = 5;- Specified by:
hasTextFormatSourcein interfaceSubstitutionFormatStringOrBuilder- Returns:
- Whether the textFormatSource field is set.
-
getTextFormatSource
public DataSource getTextFormatSource()
Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format_source: inline_string: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo
.envoy.config.core.v3.DataSource text_format_source = 5;- Specified by:
getTextFormatSourcein interfaceSubstitutionFormatStringOrBuilder- Returns:
- The textFormatSource.
-
setTextFormatSource
public SubstitutionFormatString.Builder setTextFormatSource(DataSource value)
Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format_source: inline_string: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo
.envoy.config.core.v3.DataSource text_format_source = 5;
-
setTextFormatSource
public SubstitutionFormatString.Builder setTextFormatSource(DataSource.Builder builderForValue)
Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format_source: inline_string: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo
.envoy.config.core.v3.DataSource text_format_source = 5;
-
mergeTextFormatSource
public SubstitutionFormatString.Builder mergeTextFormatSource(DataSource value)
Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format_source: inline_string: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo
.envoy.config.core.v3.DataSource text_format_source = 5;
-
clearTextFormatSource
public SubstitutionFormatString.Builder clearTextFormatSource()
Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format_source: inline_string: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo
.envoy.config.core.v3.DataSource text_format_source = 5;
-
getTextFormatSourceBuilder
public DataSource.Builder getTextFormatSourceBuilder()
Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format_source: inline_string: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo
.envoy.config.core.v3.DataSource text_format_source = 5;
-
getTextFormatSourceOrBuilder
public DataSourceOrBuilder getTextFormatSourceOrBuilder()
Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format_source: inline_string: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo
.envoy.config.core.v3.DataSource text_format_source = 5;- Specified by:
getTextFormatSourceOrBuilderin interfaceSubstitutionFormatStringOrBuilder
-
getTextFormatSourceFieldBuilder
private com.google.protobuf.SingleFieldBuilder<DataSource,DataSource.Builder,DataSourceOrBuilder> getTextFormatSourceFieldBuilder()
Specify a format with command operators to form a text string. Its details is described in :ref:`format string<config_access_log_format_strings>`. For example, setting ``text_format`` like below, .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString text_format_source: inline_string: "%LOCAL_REPLY_BODY%:%RESPONSE_CODE%:path=%REQ(:path)%\n" generates plain text similar to: .. code-block:: text upstream connect error:503:path=/foo
.envoy.config.core.v3.DataSource text_format_source = 5;
-
getOmitEmptyValues
public boolean getOmitEmptyValues()
If set to true, when command operators are evaluated to null, * for ``text_format``, the output of the empty operator is changed from ``-`` to an empty string, so that empty values are omitted entirely. * for ``json_format`` the keys with null values are omitted in the output structure.
bool omit_empty_values = 3;- Specified by:
getOmitEmptyValuesin interfaceSubstitutionFormatStringOrBuilder- Returns:
- The omitEmptyValues.
-
setOmitEmptyValues
public SubstitutionFormatString.Builder setOmitEmptyValues(boolean value)
If set to true, when command operators are evaluated to null, * for ``text_format``, the output of the empty operator is changed from ``-`` to an empty string, so that empty values are omitted entirely. * for ``json_format`` the keys with null values are omitted in the output structure.
bool omit_empty_values = 3;- Parameters:
value- The omitEmptyValues to set.- Returns:
- This builder for chaining.
-
clearOmitEmptyValues
public SubstitutionFormatString.Builder clearOmitEmptyValues()
If set to true, when command operators are evaluated to null, * for ``text_format``, the output of the empty operator is changed from ``-`` to an empty string, so that empty values are omitted entirely. * for ``json_format`` the keys with null values are omitted in the output structure.
bool omit_empty_values = 3;- Returns:
- This builder for chaining.
-
getContentType
public java.lang.String getContentType()
Specify a ``content_type`` field. If this field is not set then ``text/plain`` is used for ``text_format`` and ``application/json`` is used for ``json_format``. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString content_type: "text/html; charset=UTF-8"
string content_type = 4 [(.validate.rules) = { ... }- Specified by:
getContentTypein interfaceSubstitutionFormatStringOrBuilder- Returns:
- The contentType.
-
getContentTypeBytes
public com.google.protobuf.ByteString getContentTypeBytes()
Specify a ``content_type`` field. If this field is not set then ``text/plain`` is used for ``text_format`` and ``application/json`` is used for ``json_format``. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString content_type: "text/html; charset=UTF-8"
string content_type = 4 [(.validate.rules) = { ... }- Specified by:
getContentTypeBytesin interfaceSubstitutionFormatStringOrBuilder- Returns:
- The bytes for contentType.
-
setContentType
public SubstitutionFormatString.Builder setContentType(java.lang.String value)
Specify a ``content_type`` field. If this field is not set then ``text/plain`` is used for ``text_format`` and ``application/json`` is used for ``json_format``. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString content_type: "text/html; charset=UTF-8"
string content_type = 4 [(.validate.rules) = { ... }- Parameters:
value- The contentType to set.- Returns:
- This builder for chaining.
-
clearContentType
public SubstitutionFormatString.Builder clearContentType()
Specify a ``content_type`` field. If this field is not set then ``text/plain`` is used for ``text_format`` and ``application/json`` is used for ``json_format``. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString content_type: "text/html; charset=UTF-8"
string content_type = 4 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
setContentTypeBytes
public SubstitutionFormatString.Builder setContentTypeBytes(com.google.protobuf.ByteString value)
Specify a ``content_type`` field. If this field is not set then ``text/plain`` is used for ``text_format`` and ``application/json`` is used for ``json_format``. .. validated-code-block:: yaml :type-name: envoy.config.core.v3.SubstitutionFormatString content_type: "text/html; charset=UTF-8"
string content_type = 4 [(.validate.rules) = { ... }- Parameters:
value- The bytes for contentType to set.- Returns:
- This builder for chaining.
-
ensureFormattersIsMutable
private void ensureFormattersIsMutable()
-
getFormattersList
public java.util.List<TypedExtensionConfig> getFormattersList()
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;- Specified by:
getFormattersListin interfaceSubstitutionFormatStringOrBuilder
-
getFormattersCount
public int getFormattersCount()
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;- Specified by:
getFormattersCountin interfaceSubstitutionFormatStringOrBuilder
-
getFormatters
public TypedExtensionConfig getFormatters(int index)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;- Specified by:
getFormattersin interfaceSubstitutionFormatStringOrBuilder
-
setFormatters
public SubstitutionFormatString.Builder setFormatters(int index, TypedExtensionConfig value)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
setFormatters
public SubstitutionFormatString.Builder setFormatters(int index, TypedExtensionConfig.Builder builderForValue)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
addFormatters
public SubstitutionFormatString.Builder addFormatters(TypedExtensionConfig value)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
addFormatters
public SubstitutionFormatString.Builder addFormatters(int index, TypedExtensionConfig value)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
addFormatters
public SubstitutionFormatString.Builder addFormatters(TypedExtensionConfig.Builder builderForValue)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
addFormatters
public SubstitutionFormatString.Builder addFormatters(int index, TypedExtensionConfig.Builder builderForValue)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
addAllFormatters
public SubstitutionFormatString.Builder addAllFormatters(java.lang.Iterable<? extends TypedExtensionConfig> values)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
clearFormatters
public SubstitutionFormatString.Builder clearFormatters()
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
removeFormatters
public SubstitutionFormatString.Builder removeFormatters(int index)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
getFormattersBuilder
public TypedExtensionConfig.Builder getFormattersBuilder(int index)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
getFormattersOrBuilder
public TypedExtensionConfigOrBuilder getFormattersOrBuilder(int index)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;- Specified by:
getFormattersOrBuilderin interfaceSubstitutionFormatStringOrBuilder
-
getFormattersOrBuilderList
public java.util.List<? extends TypedExtensionConfigOrBuilder> getFormattersOrBuilderList()
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;- Specified by:
getFormattersOrBuilderListin interfaceSubstitutionFormatStringOrBuilder
-
addFormattersBuilder
public TypedExtensionConfig.Builder addFormattersBuilder()
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
addFormattersBuilder
public TypedExtensionConfig.Builder addFormattersBuilder(int index)
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
getFormattersBuilderList
public java.util.List<TypedExtensionConfig.Builder> getFormattersBuilderList()
Specifies a collection of Formatter plugins that can be called from the access log configuration. See the formatters extensions documentation for details. [#extension-category: envoy.formatter]
repeated .envoy.config.core.v3.TypedExtensionConfig formatters = 6;
-
getFormattersFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<TypedExtensionConfig,TypedExtensionConfig.Builder,TypedExtensionConfigOrBuilder> getFormattersFieldBuilder()
-
hasJsonFormatOptions
public boolean hasJsonFormatOptions()
If json_format is used, the options will be applied to the output JSON string.
.envoy.config.core.v3.JsonFormatOptions json_format_options = 7;- Specified by:
hasJsonFormatOptionsin interfaceSubstitutionFormatStringOrBuilder- Returns:
- Whether the jsonFormatOptions field is set.
-
getJsonFormatOptions
public JsonFormatOptions getJsonFormatOptions()
If json_format is used, the options will be applied to the output JSON string.
.envoy.config.core.v3.JsonFormatOptions json_format_options = 7;- Specified by:
getJsonFormatOptionsin interfaceSubstitutionFormatStringOrBuilder- Returns:
- The jsonFormatOptions.
-
setJsonFormatOptions
public SubstitutionFormatString.Builder setJsonFormatOptions(JsonFormatOptions value)
If json_format is used, the options will be applied to the output JSON string.
.envoy.config.core.v3.JsonFormatOptions json_format_options = 7;
-
setJsonFormatOptions
public SubstitutionFormatString.Builder setJsonFormatOptions(JsonFormatOptions.Builder builderForValue)
If json_format is used, the options will be applied to the output JSON string.
.envoy.config.core.v3.JsonFormatOptions json_format_options = 7;
-
mergeJsonFormatOptions
public SubstitutionFormatString.Builder mergeJsonFormatOptions(JsonFormatOptions value)
If json_format is used, the options will be applied to the output JSON string.
.envoy.config.core.v3.JsonFormatOptions json_format_options = 7;
-
clearJsonFormatOptions
public SubstitutionFormatString.Builder clearJsonFormatOptions()
If json_format is used, the options will be applied to the output JSON string.
.envoy.config.core.v3.JsonFormatOptions json_format_options = 7;
-
getJsonFormatOptionsBuilder
public JsonFormatOptions.Builder getJsonFormatOptionsBuilder()
If json_format is used, the options will be applied to the output JSON string.
.envoy.config.core.v3.JsonFormatOptions json_format_options = 7;
-
getJsonFormatOptionsOrBuilder
public JsonFormatOptionsOrBuilder getJsonFormatOptionsOrBuilder()
If json_format is used, the options will be applied to the output JSON string.
.envoy.config.core.v3.JsonFormatOptions json_format_options = 7;- Specified by:
getJsonFormatOptionsOrBuilderin interfaceSubstitutionFormatStringOrBuilder
-
getJsonFormatOptionsFieldBuilder
private com.google.protobuf.SingleFieldBuilder<JsonFormatOptions,JsonFormatOptions.Builder,JsonFormatOptionsOrBuilder> getJsonFormatOptionsFieldBuilder()
If json_format is used, the options will be applied to the output JSON string.
.envoy.config.core.v3.JsonFormatOptions json_format_options = 7;
-
-