Module Google::Cloud::Functions::V1::OperationType (v0.5.1)

A type of an operation.

Constants

OPERATION_UNSPECIFIED

value: 0
Unknown operation type.

CREATE_FUNCTION

value: 1
Triggered by CreateFunction call

UPDATE_FUNCTION

value: 2
Triggered by UpdateFunction call

DELETE_FUNCTION

value: 3
Triggered by DeleteFunction call.