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, specifically for version 2.9.0 of the .NET library."],["The `GetBuildRequest` class is used to request a specific build and inherits from the `object` class while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains constructors such as a default constructor `GetBuildRequest()` and a copy constructor `GetBuildRequest(GetBuildRequest other)`, allowing for the creation of new instances and copies."],["The `GetBuildRequest` class includes properties such as `BuildName`, `Id`, `Name`, and `ProjectId`, to specify the details of the desired build, such as the project ID and build ID."],["The documentation contains a listing of many versions of the `GetBuildRequest` class, showing the history of the versions from 1.0.0 all the way to the latest, 2.15.0."]]],[]]