Uses of Class
io.envoyproxy.envoy.config.core.v3.SubstitutionFormatString.Builder
Packages that use SubstitutionFormatString.Builder
Package
Description
-
Uses of SubstitutionFormatString.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return SubstitutionFormatString.BuilderModifier and TypeMethodDescriptionSubstitutionFormatString.Builder.addAllFormatters(Iterable<? extends TypedExtensionConfig> values) Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.Builder.addFormatters(int index, TypedExtensionConfig value) Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.Builder.addFormatters(int index, TypedExtensionConfig.Builder builderForValue) Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.Builder.addFormatters(TypedExtensionConfig value) Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.Builder.addFormatters(TypedExtensionConfig.Builder builderForValue) Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.Builder.clear()SubstitutionFormatString.Builder.clearContentType()Specify a ``content_type`` field.SubstitutionFormatString.Builder.clearFormat()SubstitutionFormatString.Builder.clearFormatters()Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.Builder.clearJsonFormat()Specify a format with command operators to form a JSON string.SubstitutionFormatString.Builder.clearJsonFormatOptions()If json_format is used, the options will be applied to the output 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.clearTextFormat()Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated.SubstitutionFormatString.Builder.clearTextFormatSource()Specify a format with command operators to form a text string.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.mergeJsonFormatOptions(JsonFormatOptions value) If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatString.Builder.mergeTextFormatSource(DataSource value) Specify a format with command operators to form a text string.SubstitutionFormatString.newBuilder()SubstitutionFormatString.newBuilder(SubstitutionFormatString prototype) SubstitutionFormatString.newBuilderForType()protected SubstitutionFormatString.BuilderSubstitutionFormatString.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SubstitutionFormatString.Builder.removeFormatters(int index) Specifies a collection of Formatter plugins that can be called from the access log configuration.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.setFormatters(int index, TypedExtensionConfig value) Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.Builder.setFormatters(int index, TypedExtensionConfig.Builder builderForValue) Specifies a collection of Formatter plugins that can be called from the access log configuration.SubstitutionFormatString.Builder.setJsonFormat(com.google.protobuf.Struct value) Specify a format with command operators to form a JSON string.SubstitutionFormatString.Builder.setJsonFormat(com.google.protobuf.Struct.Builder builderForValue) Specify a format with command operators to form a JSON string.SubstitutionFormatString.Builder.setJsonFormatOptions(JsonFormatOptions value) If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatString.Builder.setJsonFormatOptions(JsonFormatOptions.Builder builderForValue) If json_format is used, the options will be applied to the output 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.setTextFormat(String value) Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated.SubstitutionFormatString.Builder.setTextFormatBytes(com.google.protobuf.ByteString value) Deprecated.envoy.config.core.v3.SubstitutionFormatString.text_format is deprecated.SubstitutionFormatString.Builder.setTextFormatSource(DataSource value) Specify a format with command operators to form a text string.SubstitutionFormatString.Builder.setTextFormatSource(DataSource.Builder builderForValue) Specify a format with command operators to form a text string.SubstitutionFormatString.toBuilder() -
Uses of SubstitutionFormatString.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type SubstitutionFormatString.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<SubstitutionFormatString, SubstitutionFormatString.Builder, SubstitutionFormatStringOrBuilder> LocalReplyConfig.Builder.bodyFormatBuilder_private com.google.protobuf.SingleFieldBuilder<SubstitutionFormatString, SubstitutionFormatString.Builder, SubstitutionFormatStringOrBuilder> ResponseMapper.Builder.bodyFormatOverrideBuilder_Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return SubstitutionFormatString.BuilderModifier and TypeMethodDescriptionLocalReplyConfig.Builder.getBodyFormatBuilder()The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>` and to specify response content type as one of: plain/text or application/json.ResponseMapper.Builder.getBodyFormatOverrideBuilder()A per mapper ``body_format`` to override the :ref:`body_format <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.body_format>`.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type SubstitutionFormatString.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<SubstitutionFormatString, SubstitutionFormatString.Builder, SubstitutionFormatStringOrBuilder> LocalReplyConfig.Builder.internalGetBodyFormatFieldBuilder()The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>` and to specify response content type as one of: plain/text or application/json.private com.google.protobuf.SingleFieldBuilder<SubstitutionFormatString, SubstitutionFormatString.Builder, SubstitutionFormatStringOrBuilder> ResponseMapper.Builder.internalGetBodyFormatOverrideFieldBuilder()A per mapper ``body_format`` to override the :ref:`body_format <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.body_format>`.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type SubstitutionFormatString.BuilderModifier and TypeMethodDescriptionLocalReplyConfig.Builder.setBodyFormat(SubstitutionFormatString.Builder builderForValue) The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>` and to specify response content type as one of: plain/text or application/json.ResponseMapper.Builder.setBodyFormatOverride(SubstitutionFormatString.Builder builderForValue) A per mapper ``body_format`` to override the :ref:`body_format <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.body_format>`.