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 page provides reference documentation for the `GetBuildRequest` class within the Google Cloud Build v1 API for .NET."],["The `GetBuildRequest` class is used to request information about a specific build, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 to the latest 2.15.0, with version 2.14.0 being the focused content of the page."],["Key properties of the `GetBuildRequest` class include `BuildName`, `Id`, `Name`, and `ProjectId`, each with specific descriptions and usage guidelines."],["The `GetBuildRequest` has two constructors: a parameterless constructor and one that takes another instance of `GetBuildRequest`."]]],[]]