Interface JsonFormatOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JsonFormatOptions,JsonFormatOptions.Builder
public interface JsonFormatOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.envoy.config.core.v3.JsonFormatOptions.sort_properties is deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSortProperties
Deprecated.envoy.config.core.v3.JsonFormatOptions.sort_properties is deprecated. See envoy/config/core/v3/substitution_format_string.proto;l=28The output JSON string properties will be sorted. .. note:: As the properties are always sorted, this option has no effect and is deprecated.
bool sort_properties = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Returns:
- The sortProperties.
-