Uses of Class
io.envoyproxy.envoy.config.core.v3.SubstitutionFormatString
Packages that use SubstitutionFormatString
Package
Description
-
Uses of SubstitutionFormatString in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return SubstitutionFormatStringModifier and TypeMethodDescriptionSubstitutionFormatString.Builder.build()SubstitutionFormatString.Builder.buildPartial()static SubstitutionFormatStringSubstitutionFormatString.getDefaultInstance()SubstitutionFormatString.Builder.getDefaultInstanceForType()SubstitutionFormatString.getDefaultInstanceForType()static SubstitutionFormatStringSubstitutionFormatString.parseDelimitedFrom(InputStream input) static SubstitutionFormatStringSubstitutionFormatString.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(byte[] data) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(com.google.protobuf.ByteString data) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(com.google.protobuf.CodedInputStream input) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(InputStream input) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(ByteBuffer data) static SubstitutionFormatStringSubstitutionFormatString.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type SubstitutionFormatStringModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SubstitutionFormatString> SubstitutionFormatString.getParserForType()static com.google.protobuf.Parser<SubstitutionFormatString> SubstitutionFormatString.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type SubstitutionFormatStringModifier and TypeMethodDescriptionSubstitutionFormatString.Builder.mergeFrom(SubstitutionFormatString other) SubstitutionFormatString.newBuilder(SubstitutionFormatString prototype) -
Uses of SubstitutionFormatString in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return SubstitutionFormatStringModifier and TypeMethodDescriptionLocalReplyConfig.Builder.getBodyFormat()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.LocalReplyConfig.getBodyFormat()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.LocalReplyConfigOrBuilder.getBodyFormat()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.getBodyFormatOverride()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>`.ResponseMapper.getBodyFormatOverride()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>`.ResponseMapperOrBuilder.getBodyFormatOverride()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 SubstitutionFormatStringModifier and TypeMethodDescriptionLocalReplyConfig.Builder.mergeBodyFormat(SubstitutionFormatString value) 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.mergeBodyFormatOverride(SubstitutionFormatString value) 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>`.LocalReplyConfig.Builder.setBodyFormat(SubstitutionFormatString value) 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 value) 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>`.