Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class OperationType.
The type of the operation
Protobuf type google.cloud.securitycenter.v2.File.FileOperation.OperationType
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ File \ FileOperationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
OPERATION_TYPE_UNSPECIFIED
Value: 0
The operation is unspecified.
Generated from protobuf enum OPERATION_TYPE_UNSPECIFIED = 0;
OPEN
Value: 1
Represents an open operation.
Generated from protobuf enum OPEN = 1;
READ
Value: 2
Represents a read operation.
Generated from protobuf enum READ = 2;
RENAME
Value: 3
Represents a rename operation.
Generated from protobuf enum RENAME = 3;
WRITE
Value: 4
Represents a write operation.
Generated from protobuf enum WRITE = 4;
EXECUTE
Value: 5
Represents an execute operation.
Generated from protobuf enum EXECUTE = 5;