Backend Service Log Config Optional
    enum BackendServiceLogConfigOptional : Enum<BackendServiceLogConfigOptional> , ConvertibleToJava<BackendServiceLogConfigOptional> 
Deprecated in favor of optionalMode. This field can only be specified if logging is enabled for this backend service. Configures whether all, none or a subset of optional fields should be added to the reported logs. One of INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM. Default is EXCLUDE_ALL_OPTIONAL.
Entries
Link copied to clipboard
                None optional fields.
Link copied to clipboard
                All optional fields.
Link copied to clipboard
                Types
Functions
Link copied to clipboard
                Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
                Returns an array containing the constants of this enum type, in the order they're declared.