Compute V1 Client - Class OptionalMode (2.0.0)

Reference documentation and code samples for the Compute V1 Client class 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.

Protobuf type google.cloud.compute.v1.BackendServiceLogConfig.OptionalMode

Namespace

Google \ Cloud \ Compute \ V1 \ BackendServiceLogConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_OPTIONAL_MODE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_OPTIONAL_MODE = 0;

CUSTOM

Value: 388595569

A subset of optional fields.

Generated from protobuf enum CUSTOM = 388595569;

EXCLUDE_ALL_OPTIONAL

Value: 168636099

None optional fields.

Generated from protobuf enum EXCLUDE_ALL_OPTIONAL = 168636099;

INCLUDE_ALL_OPTIONAL

Value: 535606965

All optional fields.

Generated from protobuf enum INCLUDE_ALL_OPTIONAL = 535606965;