Interface protos.google.devtools.cloudbuild.v1.IPullRequestFilter (2.3.2)

Properties of a PullRequestFilter.

Package

@google-cloud/cloudbuild!

Properties

branch

branch?: (string|null);

PullRequestFilter branch

Property Value
TypeDescription
(string|null)

commentControl

commentControl?: (google.devtools.cloudbuild.v1.PullRequestFilter.CommentControl|keyof typeof google.devtools.cloudbuild.v1.PullRequestFilter.CommentControl|null);

PullRequestFilter commentControl

Property Value
TypeDescription
(google.devtools.cloudbuild.v1.PullRequestFilter.CommentControl|keyof typeof google.devtools.cloudbuild.v1.PullRequestFilter.CommentControl|null)

invertRegex

invertRegex?: (boolean|null);

PullRequestFilter invertRegex

Property Value
TypeDescription
(boolean|null)