public sealed class PullRequestFilter : IMessage<PullRequestFilter>, IEquatable<PullRequestFilter>, IDeepCloneable<PullRequestFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class PullRequestFilter.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePullRequestFilter\u003c/code\u003e class in the Cloud Build v1 API is used to define criteria for matching GitHub pull requests for build triggers, offering a way to filter which pull requests initiate a build.\u003c/p\u003e\n"],["\u003cp\u003eThe API offers a range of versions from 1.0.0 up to 2.15.0 with the latter being the latest, with each version representing specific iterations or changes to the functionality.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePullRequestFilter\u003c/code\u003e class properties allow configuration of branch matching through regular expressions, as well as specifying whether a comment from a repository owner is required to initiate a build.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePullRequestFilter\u003c/code\u003e can be configured to trigger builds based on branches that either match or do not match (using \u003ccode\u003eInvertRegex\u003c/code\u003e) a specified regular expression, offering flexibility in setting up triggers.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, providing functionality for message handling, equality checks, and deep cloning, respectively, within the context of the Google Cloud .NET library.\u003c/p\u003e\n"]]],[],null,[]]