Enum DataFlowEvent.Operation (2.67.0)

public enum DataFlowEvent.Operation extends Enum<DataFlowEvent.Operation> implements ProtocolMessageEnum

The operation of a data flow event.

Protobuf enum google.cloud.securitycenter.v2.DataFlowEvent.Operation

Implements

ProtocolMessageEnum

Static Fields

Name Description
COPY

Represents a copy operation.

COPY = 3;

COPY_VALUE

Represents a copy operation.

COPY = 3;

MOVE

Represents a move operation.

MOVE = 2;

MOVE_VALUE

Represents a move operation.

MOVE = 2;

OPERATION_UNSPECIFIED

The operation is unspecified.

OPERATION_UNSPECIFIED = 0;

OPERATION_UNSPECIFIED_VALUE

The operation is unspecified.

OPERATION_UNSPECIFIED = 0;

READ

Represents a read operation.

READ = 1;

READ_VALUE

Represents a read operation.

READ = 1;

UNRECOGNIZED

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()