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 available for the `GetBuildRequest` class is 2.15.0, and the documentation lists versions back to 1.0.0, providing a range of options for developers."],["`GetBuildRequest` is a class in the Google Cloud Build v1 API, used to request information about a specific build and it implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class inherits from `object` and includes properties such as `BuildName`, `Id`, `Name`, and `ProjectId`, which are essential for identifying and retrieving a build."],["The `GetBuildRequest` class offers two constructors, a parameterless one and one that accepts another `GetBuildRequest` object as a parameter for copying its data."],["The documentation provides detailed information about the properties and methods, including their types and descriptions, to facilitate a deep understanding and implementation of the `GetBuildRequest` class."]]],[]]