Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class HookEventType.
Protobuf type google.cloud.securesourcemanager.v1.Hook.HookEventType
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ HookMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum UNSPECIFIED = 0;
PUSH
Value: 1Push events are triggered when pushing to the repository.
Generated from protobuf enum PUSH = 1;
PULL_REQUEST
Value: 2Pull request events are triggered when a pull request is opened, closed, reopened, or edited.
Generated from protobuf enum PULL_REQUEST = 2;