Interface protos.google.devtools.cloudbuild.v1.IGitHubEventsConfig (2.5.0)

Properties of a GitHubEventsConfig.

Package

@google-cloud/cloudbuild!

Properties

installationId

installationId?: (number|Long|string|null);

GitHubEventsConfig installationId

Property Value
TypeDescription
(number|Long|string|null)

name

name?: (string|null);

GitHubEventsConfig name

Property Value
TypeDescription
(string|null)

owner

owner?: (string|null);

GitHubEventsConfig owner

Property Value
TypeDescription
(string|null)

pullRequest

pullRequest?: (google.devtools.cloudbuild.v1.IPullRequestFilter|null);

GitHubEventsConfig pullRequest

Property Value
TypeDescription
(google.devtools.cloudbuild.v1.IPullRequestFilter|null)

push

push?: (google.devtools.cloudbuild.v1.IPushFilter|null);

GitHubEventsConfig push

Property Value
TypeDescription
(google.devtools.cloudbuild.v1.IPushFilter|null)