Cloud Build v1 API - Class GetBuildRequest (2.9.0)

public sealed class GetBuildRequest : IMessage<GetBuildRequest>, IEquatable<GetBuildRequest>, IDeepCloneable<GetBuildRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Build v1 API class GetBuildRequest.

Request to get a build.

Inheritance

object > GetBuildRequest

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

GetBuildRequest()

public GetBuildRequest()

GetBuildRequest(GetBuildRequest)

public GetBuildRequest(GetBuildRequest other)
Parameter
NameDescription
otherGetBuildRequest

Properties

BuildName

public BuildName BuildName { get; set; }

BuildName-typed view over the Name resource name property.

Property Value
TypeDescription
BuildName

Id

public string Id { get; set; }

Required. ID of the build.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

The name of the Build to retrieve. Format: projects/{project}/locations/{location}/builds/{build}

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Required. ID of the project.

Property Value
TypeDescription
string