public sealed class GetBuildRequest : IMessage<GetBuildRequest>, IEquatable<GetBuildRequest>, IDeepCloneable<GetBuildRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Build v1 API class GetBuildRequest.
Request to get a build.
Implements
IMessageGetBuildRequest, IEquatableGetBuildRequest, IDeepCloneableGetBuildRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
GetBuildRequest()
public GetBuildRequest()GetBuildRequest(GetBuildRequest)
public GetBuildRequest(GetBuildRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetBuildRequest |
Properties
BuildName
public BuildName BuildName { get; set; }| Property Value | |
|---|---|
| Type | Description |
BuildName |
|
Id
public string Id { get; set; }Required. ID of the build.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }The name of the Build to retrieve.
Format: projects/{project}/locations/{location}/builds/{build}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }Required. ID of the project.
| Property Value | |
|---|---|
| Type | Description |
string |
|