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 of the `GetBuildRequest` class is 2.15.0, while version 2.5.0 is the current context of the document."],["The `GetBuildRequest` class is part of the Google Cloud Build v1 API and is used to request a specific build."],["The `GetBuildRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `BuildName`, `Id`, `Name`, and `ProjectId`, which are used to specify the build being requested, with `Id` and `ProjectId` being required."],["The class is part of the namespace `Google.Cloud.CloudBuild.V1` and can be found within the `Google.Cloud.CloudBuild.V1.dll` assembly."]]],[]]