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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EXECUTE |
Represents an execute operation. |
EXECUTE_VALUE |
Represents an execute operation. |
OPEN |
Represents an open operation. |
OPEN_VALUE |
Represents an open operation. |
OPERATION_TYPE_UNSPECIFIED |
The operation is unspecified. |
OPERATION_TYPE_UNSPECIFIED_VALUE |
The operation is unspecified. |
READ |
Represents a read operation. |
READ_VALUE |
Represents a read operation. |
RENAME |
Represents a rename operation. |
RENAME_VALUE |
Represents a rename operation. |
UNRECOGNIZED |
|
WRITE |
Represents a write operation. |
WRITE_VALUE |
Represents a write operation. |
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() |