public sealed class PullRequestFilter : IMessage<PullRequestFilter>, IEquatable<PullRequestFilter>, IDeepCloneable<PullRequestFilter>, IBufferMessage, IMessage
PullRequestFilter contains filter properties for matching GitHub Pull
Requests.
[[["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-04-09 UTC."],[[["The `PullRequestFilter` class in the `Google.Cloud.CloudBuild.V1` namespace provides properties for filtering GitHub pull requests for build triggers, including `Branch`, `CommentControl`, `GitRefCase`, and `InvertRegex`."],["The latest version of the `PullRequestFilter` documentation is for version 2.15.0, while the content provides a historical reference for versions all the way back to 1.0.0, allowing users to track changes over time."],["`PullRequestFilter` has properties that allow users to specify branch regex patterns, require comments for builds to run and invert the logic of the regex to trigger on non-matching branches, offering granular control over triggering builds."],["The `PullRequestFilter` class implements multiple interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, which provide functionalities for message manipulation, comparison, and deep cloning."],["The `PullRequestFilter` class includes two constructors, one empty and one that receives another `PullRequestFilter` object."]]],[]]