Cloud Build V2 API - Class Google::Cloud::Build::V2::ProcessWebhookRequest (v0.7.0)

Reference documentation and code samples for the Cloud Build V2 API class Google::Cloud::Build::V2::ProcessWebhookRequest.

RPC request object accepted by the ProcessWebhook RPC method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#body

def body() -> ::Google::Api::HttpBody
Returns

#body=

def body=(value) -> ::Google::Api::HttpBody
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Project and location where the webhook will be received. Format: projects/*/locations/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Project and location where the webhook will be received. Format: projects/*/locations/*.
Returns
  • (::String) — Required. Project and location where the webhook will be received. Format: projects/*/locations/*.

#webhook_key

def webhook_key() -> ::String
Returns
  • (::String) — Arbitrary additional key to find the maching repository for a webhook event if needed.

#webhook_key=

def webhook_key=(value) -> ::String
Parameter
  • value (::String) — Arbitrary additional key to find the maching repository for a webhook event if needed.
Returns
  • (::String) — Arbitrary additional key to find the maching repository for a webhook event if needed.