public sealed class GetBuildRequest : IMessage<GetBuildRequest>, IEquatable<GetBuildRequest>, IDeepCloneable<GetBuildRequest>, IBufferMessage, IMessage
[[["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` is 2.15.0, and multiple prior versions are also available, dating back to version 1.0.0."],["`GetBuildRequest` is a class used to request a specific build within the Google Cloud Build service, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, `GetBuildRequest`, inherits from the base `Object` class and includes properties such as `BuildName`, `Id`, `Name`, and `ProjectId`."],["There are two constructors available for `GetBuildRequest`: one default constructor, and one that accepts another `GetBuildRequest` object as a parameter."],["This class belongs to the namespace `Google.Cloud.CloudBuild.V1` and is found in the `Google.Cloud.CloudBuild.V1.dll` assembly."]]],[]]