[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content outlines various versions of the `PushFilter` class within the `Google.Cloud.CloudBuild.V1` namespace, spanning from version 1.0.0 to the latest 2.15.0."],["`PushFilter` is designed to match GitHub git pushes through filter properties and it also inherits and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PushFilter` class has two constructors: a default one and another that takes an existing `PushFilter` object as a parameter, named `other`, for creating a new instance."],["Key properties of the `PushFilter` class include `Branch`, `GitRefCase`, `InvertRegex`, and `Tag`, which allow for defining branch and tag regexes, inverting regex matching, and identifying the current Git reference case."],["The document provides a complete list of inherited members from `Object` such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, while the syntax for the acceptable regular expression syntax for the `Branch` and `Tag` properties is RE2, as detailed in its wiki."]]],[]]