Module: Google::Cloud::Functions::V2::OperationType
- Defined in:
- proto_docs/google/cloud/functions/v2/functions.rb
Overview
The type of the long running operation.
Constant Summary collapse
- OPERATIONTYPE_UNSPECIFIED =
Unspecified
0- CREATE_FUNCTION =
CreateFunction
1- UPDATE_FUNCTION =
UpdateFunction
2- DELETE_FUNCTION =
DeleteFunction
3