Uses of Class
io.envoyproxy.envoy.config.core.v3.JsonFormatOptions
Packages that use JsonFormatOptions
-
Uses of JsonFormatOptions in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as JsonFormatOptionsModifier and TypeFieldDescriptionprivate static final JsonFormatOptions
JsonFormatOptions.DEFAULT_INSTANCE
private JsonFormatOptions
SubstitutionFormatString.Builder.jsonFormatOptions_
private JsonFormatOptions
SubstitutionFormatString.jsonFormatOptions_
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type JsonFormatOptionsModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<JsonFormatOptions, JsonFormatOptions.Builder, JsonFormatOptionsOrBuilder> SubstitutionFormatString.Builder.jsonFormatOptionsBuilder_
private static final com.google.protobuf.Parser
<JsonFormatOptions> JsonFormatOptions.PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return JsonFormatOptionsModifier and TypeMethodDescriptionJsonFormatOptions.Builder.build()
JsonFormatOptions.Builder.buildPartial()
static JsonFormatOptions
JsonFormatOptions.getDefaultInstance()
JsonFormatOptions.Builder.getDefaultInstanceForType()
JsonFormatOptions.getDefaultInstanceForType()
SubstitutionFormatString.Builder.getJsonFormatOptions()
If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatString.getJsonFormatOptions()
If json_format is used, the options will be applied to the output JSON string.SubstitutionFormatStringOrBuilder.getJsonFormatOptions()
If json_format is used, the options will be applied to the output JSON string.static JsonFormatOptions
JsonFormatOptions.parseDelimitedFrom
(InputStream input) static JsonFormatOptions
JsonFormatOptions.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonFormatOptions
JsonFormatOptions.parseFrom
(byte[] data) static JsonFormatOptions
JsonFormatOptions.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonFormatOptions
JsonFormatOptions.parseFrom
(com.google.protobuf.ByteString data) static JsonFormatOptions
JsonFormatOptions.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonFormatOptions
JsonFormatOptions.parseFrom
(com.google.protobuf.CodedInputStream input) static JsonFormatOptions
JsonFormatOptions.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonFormatOptions
JsonFormatOptions.parseFrom
(InputStream input) static JsonFormatOptions
JsonFormatOptions.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonFormatOptions
JsonFormatOptions.parseFrom
(ByteBuffer data) static JsonFormatOptions
JsonFormatOptions.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type JsonFormatOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<JsonFormatOptions> JsonFormatOptions.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<JsonFormatOptions, JsonFormatOptions.Builder, JsonFormatOptionsOrBuilder> SubstitutionFormatString.Builder.internalGetJsonFormatOptionsFieldBuilder()
If json_format is used, the options will be applied to the output JSON string.static com.google.protobuf.Parser
<JsonFormatOptions> JsonFormatOptions.parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type JsonFormatOptionsModifier and TypeMethodDescriptionprivate void
JsonFormatOptions.Builder.buildPartial0
(JsonFormatOptions result) JsonFormatOptions.Builder.mergeFrom
(JsonFormatOptions other) SubstitutionFormatString.Builder.mergeJsonFormatOptions
(JsonFormatOptions value) If json_format is used, the options will be applied to the output JSON string.static JsonFormatOptions.Builder
JsonFormatOptions.newBuilder
(JsonFormatOptions prototype) SubstitutionFormatString.Builder.setJsonFormatOptions
(JsonFormatOptions value) If json_format is used, the options will be applied to the output JSON string.