Cloud Build V1 API - Class Google::Cloud::Build::V1::RunBuildTriggerRequest (v0.14.0)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::RunBuildTriggerRequest.

Specifies a build trigger to run and the source to use.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — The name of the Trigger to run. Format: projects/{project}/locations/{location}/triggers/{trigger}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the Trigger to run. Format: projects/{project}/locations/{location}/triggers/{trigger}
Returns
  • (::String) — The name of the Trigger to run. Format: projects/{project}/locations/{location}/triggers/{trigger}

#project_id

def project_id() -> ::String
Returns
  • (::String) — Required. ID of the project.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the project.
Returns
  • (::String) — Required. ID of the project.

#source

def source() -> ::Google::Cloud::Build::V1::RepoSource
Returns

#source=

def source=(value) -> ::Google::Cloud::Build::V1::RepoSource
Parameter
Returns

#trigger_id

def trigger_id() -> ::String
Returns
  • (::String) — Required. ID of the trigger.

#trigger_id=

def trigger_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the trigger.
Returns
  • (::String) — Required. ID of the trigger.