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
Fields in io.envoyproxy.envoy.config.core.v3 declared as JsonFormatOptions Modifier and Type Field Description private static 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 JsonFormatOptions Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<JsonFormatOptions,JsonFormatOptions.Builder,JsonFormatOptionsOrBuilder>
SubstitutionFormatString.Builder. jsonFormatOptionsBuilder_
private static com.google.protobuf.Parser<JsonFormatOptions>
JsonFormatOptions. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return JsonFormatOptions Modifier and Type Method Description JsonFormatOptions
JsonFormatOptions.Builder. build()
JsonFormatOptions
JsonFormatOptions.Builder. buildPartial()
static JsonFormatOptions
JsonFormatOptions. getDefaultInstance()
JsonFormatOptions
JsonFormatOptions.Builder. getDefaultInstanceForType()
JsonFormatOptions
JsonFormatOptions. getDefaultInstanceForType()
JsonFormatOptions
SubstitutionFormatString.Builder. getJsonFormatOptions()
If json_format is used, the options will be applied to the output JSON string.JsonFormatOptions
SubstitutionFormatString. getJsonFormatOptions()
If json_format is used, the options will be applied to the output JSON string.JsonFormatOptions
SubstitutionFormatStringOrBuilder. getJsonFormatOptions()
If json_format is used, the options will be applied to the output JSON string.static JsonFormatOptions
JsonFormatOptions. parseDelimitedFrom(java.io.InputStream input)
static JsonFormatOptions
JsonFormatOptions. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static JsonFormatOptions
JsonFormatOptions. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JsonFormatOptions
JsonFormatOptions. parseFrom(java.nio.ByteBuffer data)
static JsonFormatOptions
JsonFormatOptions. parseFrom(java.nio.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 private com.google.protobuf.SingleFieldBuilder<JsonFormatOptions,JsonFormatOptions.Builder,JsonFormatOptionsOrBuilder>
SubstitutionFormatString.Builder. getJsonFormatOptionsFieldBuilder()
If json_format is used, the options will be applied to the output JSON string.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 private void
JsonFormatOptions.Builder. buildPartial0(JsonFormatOptions result)
JsonFormatOptions.Builder
JsonFormatOptions.Builder. mergeFrom(JsonFormatOptions other)
SubstitutionFormatString.Builder
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
SubstitutionFormatString.Builder. setJsonFormatOptions(JsonFormatOptions value)
If json_format is used, the options will be applied to the output JSON string.
-