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, detailing its structure and functionality."],["The `GetBuildRequest` class is used to request and retrieve information about a specific build, and it inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBuildRequest` class includes properties such as `BuildName`, `Id`, `Name`, and `ProjectId`, which are used to identify and specify the build to be retrieved."],["This page lists available versions of the `GetBuildRequest` documentation, ranging from the latest version 2.15.0 down to version 1.0.0, with version 2.1.0 being the version this page pertains to."],["The document shows that you can instantiate the `GetBuildRequest` class using a parameterless constructor or one that accepts another `GetBuildRequest` object to copy its content."]]],[]]