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."],[[["This document provides reference documentation for the `GetBuildRequest` class within the Google Cloud Build v1 API for .NET, specifically version 2.7.0."],["`GetBuildRequest` is a class used to request information about a specific build, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has constructors to create instances, either empty or by cloning another `GetBuildRequest`, as well as properties to set the build's `Id`, `Name`, and `ProjectId`, and a typed view via `BuildName`."],["The document also lists all versions of the `GetBuildRequest` class from 1.0.0 to the latest 2.15.0, as a reference for previous versions of the API."]]],[]]