public sealed class GetBuildRequest : IMessage<GetBuildRequest>, IEquatable<GetBuildRequest>, IDeepCloneable<GetBuildRequest>, IBufferMessage, IMessage
Request to get a build.
Implements
IMessage<GetBuildRequest>, IEquatable<GetBuildRequest>, IDeepCloneable<GetBuildRequest>, 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 |