Class: Google::Cloud::Build::V1::ReceiveTriggerWebhookRequest

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

Instance Attribute Details

#body::Google::Api::HttpBody

Returns HTTP request body.

Returns:



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}.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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