Module: Google::Cloud::Compute::V1::BackendServiceLogConfig::OptionalMode

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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.

Constant Summary collapse

UNDEFINED_OPTIONAL_MODE =

A value indicating that the enum field is not set.

0
CUSTOM =

A subset of optional fields.

388_595_569
EXCLUDE_ALL_OPTIONAL =

None optional fields.

168_636_099
INCLUDE_ALL_OPTIONAL =

All optional fields.

535_606_965