public sealed class ProcessWebhookRequest : IMessage<ProcessWebhookRequest>, IEquatable<ProcessWebhookRequest>, IDeepCloneable<ProcessWebhookRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class ProcessWebhookRequest.
RPC request object accepted by the ProcessWebhook RPC method.
[[["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."],[[["This document provides reference documentation for the `ProcessWebhookRequest` class within the Cloud Build v2 API, detailing its structure and functionality."],["`ProcessWebhookRequest` is an RPC request object used by the ProcessWebhook RPC method, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ProcessWebhookRequest` class has two constructors, a default and one that accepts another `ProcessWebhookRequest` instance, as well as properties for `Body`, `Parent`, `ParentAsLocationName`, and `WebhookKey`."],["The `Parent` property is a required field representing the project and location where the webhook is received, while the `WebhookKey` property is an optional field used to find matching repositories for webhook events."],["There are multiple versions of the `ProcessWebhookRequest` class, ranging from version 1.0.0 up to the latest version 1.4.0."]]],[]]