BackendServiceLogConfigOptional

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

A subset of optional fields.

Link copied to clipboard

None optional fields.

Link copied to clipboard

All optional fields.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): BackendServiceLogConfigOptional
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.

Properties

Link copied to clipboard
val javaValue: BackendServiceLogConfigOptional
Link copied to clipboard
Link copied to clipboard