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` class is 2.15.0, while this page specifically documents version 2.6.0."],["The `GetBuildRequest` class, which can be used to retrieve a build, is part of the `Google.Cloud.CloudBuild.V1` namespace within the `Google.Cloud.CloudBuild.V1.dll` assembly."],["This class implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from `object`."],["The `GetBuildRequest` class includes properties such as `BuildName`, `Id`, `Name`, and `ProjectId` for interacting with build resources."],["There are two constructors provided for `GetBuildRequest`, one parameterless and one that takes another instance of `GetBuildRequest`."]]],[]]