Class: Google::Cloud::Build::V2::ProcessWebhookRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#body::Google::Api::HttpBody

Returns HTTP request body.

Returns:



580
581
582
583
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 580

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/*.

Returns:

  • (::String)

    Required. Project and location where the webhook will be received. Format: projects/*/locations/*.



580
581
582
583
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 580

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.

Returns:

  • (::String)

    Arbitrary additional key to find the maching repository for a webhook event if needed.



580
581
582
583
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 580

class ProcessWebhookRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end