Reference documentation and code samples for the Google Cloud Build V1 Client class GetBuildRequest.
Request to get a build.
Generated from protobuf message google.devtools.cloudbuild.v1.GetBuildRequest
Namespace
Google \ Cloud \ Build \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the Build
to retrieve. Format: projects/{project}/locations/{location}/builds/{build}
↳ project_id
string
Required. ID of the project.
↳ id
string
Required. ID of the build.
getName
The name of the Build
to retrieve.
Format: projects/{project}/locations/{location}/builds/{build}
string
setName
The name of the Build
to retrieve.
Format: projects/{project}/locations/{location}/builds/{build}
var
string
$this
getProjectId
Required. ID of the project.
string
setProjectId
Required. ID of the project.
var
string
$this
getId
Required. ID of the build.
string
setId
Required. ID of the build.
var
string
$this