public static final class SubstitutionFormatString.Builder extends com.google.protobuf.GeneratedMessageV3.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: 6]Protobuf type
envoy.config.core.v4alpha.SubstitutionFormatString| Modifier and Type | Method and Description |
|---|---|
SubstitutionFormatString.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SubstitutionFormatString |
build() |
SubstitutionFormatString |
buildPartial() |
SubstitutionFormatString.Builder |
clear() |
SubstitutionFormatString.Builder |
clearContentType()
Specify a *content_type* field.
|
SubstitutionFormatString.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SubstitutionFormatString.Builder |
clearFormat() |
SubstitutionFormatString.Builder |
clearJsonFormat()
Specify a format with command operators to form a JSON string.
|
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
|
SubstitutionFormatString.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SubstitutionFormatString.Builder |
clearTextFormatSource()
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
clone() |
String |
getContentType()
Specify a *content_type* field.
|
com.google.protobuf.ByteString |
getContentTypeBytes()
Specify a *content_type* field.
|
SubstitutionFormatString |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
SubstitutionFormatString.FormatCase |
getFormatCase() |
com.google.protobuf.Struct |
getJsonFormat()
Specify a format with command operators to form a JSON string.
|
com.google.protobuf.Struct.Builder |
getJsonFormatBuilder()
Specify a format with command operators to form a JSON string.
|
com.google.protobuf.StructOrBuilder |
getJsonFormatOrBuilder()
Specify a format with command operators to form a JSON string.
|
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
|
DataSource |
getTextFormatSource()
Specify a format with command operators to form a text string.
|
DataSource.Builder |
getTextFormatSourceBuilder()
Specify a format with command operators to form a text string.
|
DataSourceOrBuilder |
getTextFormatSourceOrBuilder()
Specify a format with command operators to form a text string.
|
boolean |
hasJsonFormat()
Specify a format with command operators to form a JSON string.
|
boolean |
hasTextFormatSource()
Specify a format with command operators to form a text string.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SubstitutionFormatString.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SubstitutionFormatString.Builder |
mergeFrom(com.google.protobuf.Message other) |
SubstitutionFormatString.Builder |
mergeFrom(SubstitutionFormatString other) |
SubstitutionFormatString.Builder |
mergeJsonFormat(com.google.protobuf.Struct value)
Specify a format with command operators to form a JSON string.
|
SubstitutionFormatString.Builder |
mergeTextFormatSource(DataSource value)
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SubstitutionFormatString.Builder |
setContentType(String value)
Specify a *content_type* field.
|
SubstitutionFormatString.Builder |
setContentTypeBytes(com.google.protobuf.ByteString value)
Specify a *content_type* field.
|
SubstitutionFormatString.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SubstitutionFormatString.Builder |
setJsonFormat(com.google.protobuf.Struct.Builder builderForValue)
Specify a format with command operators to form a JSON string.
|
SubstitutionFormatString.Builder |
setJsonFormat(com.google.protobuf.Struct value)
Specify a format with command operators to form a JSON string.
|
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
|
SubstitutionFormatString.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SubstitutionFormatString.Builder |
setTextFormatSource(DataSource.Builder builderForValue)
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
setTextFormatSource(DataSource value)
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SubstitutionFormatString build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SubstitutionFormatString buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SubstitutionFormatString.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString.Builder mergeFrom(SubstitutionFormatString other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public SubstitutionFormatString.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SubstitutionFormatString.Builder>IOExceptionpublic SubstitutionFormatString.FormatCase getFormatCase()
getFormatCase in interface SubstitutionFormatStringOrBuilderpublic SubstitutionFormatString.Builder clearFormat()
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) = { ... }hasJsonFormat in interface SubstitutionFormatStringOrBuilderpublic 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) = { ... }getJsonFormat in interface SubstitutionFormatStringOrBuilderpublic 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) = { ... }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) = { ... }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) = { ... }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) = { ... }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) = { ... }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) = { ... }getJsonFormatOrBuilder in interface SubstitutionFormatStringOrBuilderpublic 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.v4alpha.DataSource text_format_source = 5;hasTextFormatSource in interface SubstitutionFormatStringOrBuilderpublic 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.v4alpha.DataSource text_format_source = 5;getTextFormatSource in interface SubstitutionFormatStringOrBuilderpublic 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.v4alpha.DataSource text_format_source = 5;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.v4alpha.DataSource text_format_source = 5;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.v4alpha.DataSource text_format_source = 5;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.v4alpha.DataSource text_format_source = 5;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.v4alpha.DataSource text_format_source = 5;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.v4alpha.DataSource text_format_source = 5;getTextFormatSourceOrBuilder in interface SubstitutionFormatStringOrBuilderpublic 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;getOmitEmptyValues in interface SubstitutionFormatStringOrBuilderpublic 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;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;public 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;getContentType in interface SubstitutionFormatStringOrBuilderpublic 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;getContentTypeBytes in interface SubstitutionFormatStringOrBuilderpublic SubstitutionFormatString.Builder setContentType(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;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;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;public final SubstitutionFormatString.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>public final SubstitutionFormatString.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SubstitutionFormatString.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.