Uses of Class
io.envoyproxy.envoy.config.core.v3.JsonFormatOptions
-
Packages that use JsonFormatOptions Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of JsonFormatOptions in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return JsonFormatOptions Modifier and Type Method Description JsonFormatOptionsJsonFormatOptions.Builder. build()JsonFormatOptionsJsonFormatOptions.Builder. buildPartial()static JsonFormatOptionsJsonFormatOptions. getDefaultInstance()JsonFormatOptionsJsonFormatOptions.Builder. getDefaultInstanceForType()JsonFormatOptionsJsonFormatOptions. getDefaultInstanceForType()JsonFormatOptionsSubstitutionFormatString.Builder. getJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.JsonFormatOptionsSubstitutionFormatString. getJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.JsonFormatOptionsSubstitutionFormatStringOrBuilder. getJsonFormatOptions()If json_format is used, the options will be applied to the output JSON string.static JsonFormatOptionsJsonFormatOptions. parseDelimitedFrom(InputStream input)static JsonFormatOptionsJsonFormatOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(byte[] data)static JsonFormatOptionsJsonFormatOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(com.google.protobuf.ByteString data)static JsonFormatOptionsJsonFormatOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(com.google.protobuf.CodedInputStream input)static JsonFormatOptionsJsonFormatOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(InputStream input)static JsonFormatOptionsJsonFormatOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JsonFormatOptionsJsonFormatOptions. parseFrom(ByteBuffer data)static JsonFormatOptionsJsonFormatOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type JsonFormatOptions Modifier and Type Method Description com.google.protobuf.Parser<JsonFormatOptions>JsonFormatOptions. getParserForType()static com.google.protobuf.Parser<JsonFormatOptions>JsonFormatOptions. parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type JsonFormatOptions Modifier and Type Method Description JsonFormatOptions.BuilderJsonFormatOptions.Builder. mergeFrom(JsonFormatOptions other)SubstitutionFormatString.BuilderSubstitutionFormatString.Builder. mergeJsonFormatOptions(JsonFormatOptions value)If json_format is used, the options will be applied to the output JSON string.static JsonFormatOptions.BuilderJsonFormatOptions. newBuilder(JsonFormatOptions prototype)SubstitutionFormatString.BuilderSubstitutionFormatString.Builder. setJsonFormatOptions(JsonFormatOptions value)If json_format is used, the options will be applied to the output JSON string.
-