Class: Google::Cloud::Build::V2::ProcessWebhookRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::ProcessWebhookRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
RPC request object accepted by the ProcessWebhook RPC method.
Instance Attribute Summary collapse
-
#body ⇒ ::Google::Api::HttpBody
HTTP request body.
-
#parent ⇒ ::String
Required.
-
#webhook_key ⇒ ::String
Arbitrary additional key to find the maching repository for a webhook event if needed.
Instance Attribute Details
#body ⇒ ::Google::Api::HttpBody
Returns HTTP request body.
646 647 648 649 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 646 class ProcessWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Project and location where the webhook will be received.
Format: projects/*/locations/*
.
646 647 648 649 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 646 class ProcessWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#webhook_key ⇒ ::String
Returns Arbitrary additional key to find the maching repository for a webhook event if needed.
646 647 648 649 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 646 class ProcessWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |