Reference documentation and code samples for the Google Cloud Build V2 Client class ProcessWebhookRequest.
RPC request object accepted by the ProcessWebhook RPC method.
Generated from protobuf message google.devtools.cloudbuild.v2.ProcessWebhookRequest
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Project and location where the webhook will be received. Format: projects/*/locations/*
.
↳ body
↳ webhook_key
string
Arbitrary additional key to find the maching repository for a webhook event if needed.
getParent
Required. Project and location where the webhook will be received.
Format: projects/*/locations/*
.
string
setParent
Required. Project and location where the webhook will be received.
Format: projects/*/locations/*
.
var
string
$this
getBody
HTTP request body.
hasBody
clearBody
setBody
HTTP request body.
$this
getWebhookKey
Arbitrary additional key to find the maching repository for a webhook event if needed.
string
setWebhookKey
Arbitrary additional key to find the maching repository for a webhook event if needed.
var
string
$this