Module: Google::Cloud::Functions::V1::OperationType
- Defined in:
- proto_docs/google/cloud/functions/v1/operations.rb
Overview
A type of an operation.
Constant Summary collapse
- OPERATION_UNSPECIFIED =
Unknown operation type.
0
- CREATE_FUNCTION =
Triggered by CreateFunction call
1
- UPDATE_FUNCTION =
Triggered by UpdateFunction call
2
- DELETE_FUNCTION =
Triggered by DeleteFunction call.
3