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

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

Request to get a build.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#id

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

#id=

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

#name

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

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the Build to retrieve. Format: projects/{project}/locations/{location}/builds/{build}
Returns
  • (::String) — The name of the Build to retrieve. 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.