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 `GetBuildRequest` class is used to request a specific build, and is available in version 1.0.0 and above for the Google Cloud Build .NET library."],["The latest version available for this class is 2.15.0, with previous versions from 2.14.0 all the way down to 1.0.0 being listed as well."],["The `GetBuildRequest` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of `GetBuildRequest` include `BuildName`, `Id`, `Name`, and `ProjectId`, which are essential for identifying and retrieving the desired build."],["`GetBuildRequest` contains two constructors, one default and one that takes in another `GetBuildRequest` as a parameter."]]],[]]