Cloud Functions V1 API - Module Google::Cloud::Functions::V1::OperationType (v0.7.0)

Reference documentation and code samples for the Cloud Functions V1 API module Google::Cloud::Functions::V1::OperationType.

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.