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

Properties of a PushFilter.

Package

@google-cloud/cloudbuild!

Properties

branch

branch?: (string|null);

PushFilter branch

Property Value
TypeDescription
(string|null)

invertRegex

invertRegex?: (boolean|null);

PushFilter invertRegex

Property Value
TypeDescription
(boolean|null)

tag

tag?: (string|null);

PushFilter tag

Property Value
TypeDescription
(string|null)