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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `GetBuildRequest` API class is 2.15.0, and the documentation provides links to older versions ranging from 2.14.0 down to 1.0.0."],["`GetBuildRequest` is a request to get a build within the Cloud Build v1 API, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetBuildRequest` includes constructors such as `GetBuildRequest()` and `GetBuildRequest(GetBuildRequest other)`, and has properties like `BuildName`, `Id`, `Name`, and `ProjectId`, which are used to specify and retrieve build details."],["`GetBuildRequest` requires both a project ID and a build ID to retrieve a specific build, and the `Name` property specifies the build's location and project in a specific format."],["The documentation covers the `Google.Cloud.CloudBuild.V1` namespace, and is included in the `Google.Cloud.CloudBuild.V1.dll` assembly."]]],[]]