| Modifier and Type | Method and Description |
|---|---|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clear() |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearContentType()
Specify a *content_type* field.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearFormat() |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearJsonFormat()
Specify a format with command operators to form a JSON string.
|
SubstitutionFormatString.Builder |
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 |
SubstitutionFormatString.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearTextFormat()
Deprecated.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearTextFormatSource()
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clone() |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.mergeFrom(com.google.protobuf.Message other) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.mergeFrom(SubstitutionFormatString other) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.mergeJsonFormat(com.google.protobuf.Struct value)
Specify a format with command operators to form a JSON string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.mergeTextFormatSource(DataSource value)
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SubstitutionFormatString.Builder |
SubstitutionFormatString.newBuilder() |
static SubstitutionFormatString.Builder |
SubstitutionFormatString.newBuilder(SubstitutionFormatString prototype) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.newBuilderForType() |
protected SubstitutionFormatString.Builder |
SubstitutionFormatString.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setContentType(String value)
Specify a *content_type* field.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setContentTypeBytes(com.google.protobuf.ByteString value)
Specify a *content_type* field.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setJsonFormat(com.google.protobuf.Struct.Builder builderForValue)
Specify a format with command operators to form a JSON string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setJsonFormat(com.google.protobuf.Struct value)
Specify a format with command operators to form a JSON string.
|
SubstitutionFormatString.Builder |
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 |
SubstitutionFormatString.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setTextFormat(String value)
Deprecated.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setTextFormatBytes(com.google.protobuf.ByteString value)
Deprecated.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setTextFormatSource(DataSource.Builder builderForValue)
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setTextFormatSource(DataSource value)
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SubstitutionFormatString.Builder |
SubstitutionFormatString.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SubstitutionFormatString.Builder |
FileAccessLog.Builder.getLogFormatBuilder()
Configuration to form access log data and format.
|
| Modifier and Type | Method and Description |
|---|---|
FileAccessLog.Builder |
FileAccessLog.Builder.setLogFormat(SubstitutionFormatString.Builder builderForValue)
Configuration to form access log data and format.
|
| Modifier and Type | Method and Description |
|---|---|
SubstitutionFormatString.Builder |
LocalReplyConfig.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.
|
SubstitutionFormatString.Builder |
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>`.
|
| Modifier and Type | Method and Description |
|---|---|
LocalReplyConfig.Builder |
LocalReplyConfig.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 |
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>`.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.