SubstitutionFormatString.Builder |
SubstitutionFormatString.Builder.addAllFormatters(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.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.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.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.removeFormatters(int index) |
Specifies a collection of Formatter plugins that can be called from the access log configuration.
|
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.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.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 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.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
SubstitutionFormatString.Builder |
SubstitutionFormatString.toBuilder() |
|