Enum File.FileOperation.OperationType (2.76.0)

public enum File.FileOperation.OperationType extends Enum<File.FileOperation.OperationType> implements ProtocolMessageEnum

The type of the operation

Protobuf enum google.cloud.securitycenter.v2.File.FileOperation.OperationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXECUTE

Represents an execute operation.

EXECUTE = 5;

EXECUTE_VALUE

Represents an execute operation.

EXECUTE = 5;

OPEN

Represents an open operation.

OPEN = 1;

OPEN_VALUE

Represents an open operation.

OPEN = 1;

OPERATION_TYPE_UNSPECIFIED

The operation is unspecified.

OPERATION_TYPE_UNSPECIFIED = 0;

OPERATION_TYPE_UNSPECIFIED_VALUE

The operation is unspecified.

OPERATION_TYPE_UNSPECIFIED = 0;

READ

Represents a read operation.

READ = 2;

READ_VALUE

Represents a read operation.

READ = 2;

RENAME

Represents a rename operation.

RENAME = 3;

RENAME_VALUE

Represents a rename operation.

RENAME = 3;

UNRECOGNIZED
WRITE

Represents a write operation.

WRITE = 4;

WRITE_VALUE

Represents a write operation.

WRITE = 4;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()