Class: Google::Cloud::Build::V1::ReceiveTriggerWebhookRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::ReceiveTriggerWebhookRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
ReceiveTriggerWebhookRequest [Experimental] is the request object accepted by the ReceiveTriggerWebhook method.
Instance Attribute Summary collapse
-
#body ⇒ ::Google::Api::HttpBody
HTTP request body.
-
#name ⇒ ::String
The name of the
ReceiveTriggerWebhook
to retrieve. -
#project_id ⇒ ::String
Project in which the specified trigger lives.
-
#secret ⇒ ::String
Secret token used for authorization if an OAuth token isn't provided.
-
#trigger ⇒ ::String
Name of the trigger to run the payload against.
Instance Attribute Details
#body ⇒ ::Google::Api::HttpBody
Returns HTTP request body.
2007 2008 2009 2010 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2007 class ReceiveTriggerWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the ReceiveTriggerWebhook
to retrieve.
Format: projects/{project}/locations/{location}/triggers/{trigger}
.
2007 2008 2009 2010 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2007 class ReceiveTriggerWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Project in which the specified trigger lives.
2007 2008 2009 2010 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2007 class ReceiveTriggerWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret ⇒ ::String
Returns Secret token used for authorization if an OAuth token isn't provided.
2007 2008 2009 2010 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2007 class ReceiveTriggerWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger ⇒ ::String
Returns Name of the trigger to run the payload against.
2007 2008 2009 2010 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2007 class ReceiveTriggerWebhookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |