Reference documentation and code samples for the Google Cloud Functions V1 Client class OperationType.
A type of an operation.
Protobuf type google.cloud.functions.v1.OperationType
Namespace
Google \ Cloud \ Functions \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OPERATION_UNSPECIFIED
Value: 0Unknown operation type.
Generated from protobuf enum OPERATION_UNSPECIFIED = 0;
CREATE_FUNCTION
Value: 1Triggered by CreateFunction call
Generated from protobuf enum CREATE_FUNCTION = 1;
UPDATE_FUNCTION
Value: 2Triggered by UpdateFunction call
Generated from protobuf enum UPDATE_FUNCTION = 2;
DELETE_FUNCTION
Value: 3Triggered by DeleteFunction call.
Generated from protobuf enum DELETE_FUNCTION = 3;