SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.addAllFormatters(java.lang.Iterable<? extends TypedExtensionConfig> values) |
Specifies a collection of Formatter plugins that can be called from the access log configuration.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.addFormatters(int index,
TypedExtensionConfig value) |
Specifies a collection of Formatter plugins that can be called from the access log configuration.
|
SubstitutionFormatString.Builder |
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 |
SubstitutionFormatString.Builder.addFormatters(TypedExtensionConfig value) |
Specifies a collection of Formatter plugins that can be called from the access log configuration.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.addFormatters(TypedExtensionConfig.Builder builderForValue) |
Specifies a collection of Formatter plugins that can be called from the access log configuration.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clear() |
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearContentType() |
Specify a ``content_type`` field.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearFormat() |
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearFormatters() |
Specifies a collection of Formatter plugins that can be called from the access log configuration.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearJsonFormat() |
Specify a format with command operators to form a JSON string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearJsonFormatOptions() |
If json_format is used, the options will be applied to the output 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.clearTextFormat() |
Deprecated.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.clearTextFormatSource() |
Specify a format with command operators to form a text string.
|
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.mergeJsonFormatOptions(JsonFormatOptions value) |
If json_format is used, the options will be applied to the output JSON string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.mergeTextFormatSource(DataSource value) |
Specify a format with command operators to form a text string.
|
static SubstitutionFormatString.Builder |
SubstitutionFormatString.newBuilder() |
|
static SubstitutionFormatString.Builder |
SubstitutionFormatString.newBuilder(SubstitutionFormatString prototype) |
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.newBuilderForType() |
|
protected SubstitutionFormatString.Builder |
SubstitutionFormatString.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.removeFormatters(int index) |
Specifies a collection of Formatter plugins that can be called from the access log configuration.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setContentType(java.lang.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.setFormatters(int index,
TypedExtensionConfig value) |
Specifies a collection of Formatter plugins that can be called from the access log configuration.
|
SubstitutionFormatString.Builder |
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 |
SubstitutionFormatString.Builder.setJsonFormat(com.google.protobuf.Struct value) |
Specify a format with command operators to form a JSON string.
|
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.setJsonFormatOptions(JsonFormatOptions value) |
If json_format is used, the options will be applied to the output JSON string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setJsonFormatOptions(JsonFormatOptions.Builder builderForValue) |
If json_format is used, the options will be applied to the output 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.setTextFormat(java.lang.String value) |
Deprecated.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setTextFormatBytes(com.google.protobuf.ByteString value) |
Deprecated.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setTextFormatSource(DataSource value) |
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.setTextFormatSource(DataSource.Builder builderForValue) |
Specify a format with command operators to form a text string.
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.toBuilder() |
|