Google Cloud Secure Source Manager V1 Client - Class HookEventType (1.5.0)

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 \ Hook

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum UNSPECIFIED = 0;

PUSH

Value: 1

Push events are triggered when pushing to the repository.

Generated from protobuf enum PUSH = 1;

PULL_REQUEST

Value: 2

Pull request events are triggered when a pull request is opened, closed, reopened, or edited.

Generated from protobuf enum PULL_REQUEST = 2;