Google Cloud Security Command Center V2 Client - Class Operation (2.1.0)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Operation.

The operation of a data access event.

Protobuf type google.cloud.securitycenter.v2.DataAccessEvent.Operation

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ DataAccessEvent

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OPERATION_UNSPECIFIED

Value: 0

The operation is unspecified.

Generated from protobuf enum OPERATION_UNSPECIFIED = 0;

READ

Value: 1

Represents a read operation.

Generated from protobuf enum READ = 1;

MOVE

Value: 2

Represents a move operation.

Generated from protobuf enum MOVE = 2;

COPY

Value: 3

Represents a copy operation.

Generated from protobuf enum COPY = 3;