Compute V1 Client - Class LogType (2.0.0)

Reference documentation and code samples for the Compute V1 Client class LogType.

The log type that this config enables.

Protobuf type google.cloud.compute.v1.AuditLogConfig.LogType

Namespace

Google \ Cloud \ Compute \ V1 \ AuditLogConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_LOG_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_LOG_TYPE = 0;

ADMIN_READ

Value: 128951462

Admin reads. Example: CloudIAM getIamPolicy

Generated from protobuf enum ADMIN_READ = 128951462;

DATA_READ

Value: 305224971

Data reads. Example: CloudSQL Users list

Generated from protobuf enum DATA_READ = 305224971;

DATA_WRITE

Value: 340181738

Data writes. Example: CloudSQL Users create

Generated from protobuf enum DATA_WRITE = 340181738;

LOG_TYPE_UNSPECIFIED

Value: 154527053

Default case. Should never be this.

Generated from protobuf enum LOG_TYPE_UNSPECIFIED = 154527053;