Cloud Build V1 API - Class Google::Cloud::Build::V1::RetryBuildRequest (v0.27.0)

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

Specifies a build to retry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#id

def id() -> ::String
Returns
  • (::String) — Required. Build ID of the original build.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — Required. Build ID of the original build.
Returns
  • (::String) — Required. Build ID of the original build.

#name

def name() -> ::String
Returns
  • (::String) — The name of the Build to retry. Format: projects/{project}/locations/{location}/builds/{build}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the Build to retry. Format: projects/{project}/locations/{location}/builds/{build}
Returns
  • (::String) — The name of the Build to retry. Format: projects/{project}/locations/{location}/builds/{build}

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