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-04-09 UTC."],[[["The webpage provides reference documentation for the `GetBuildRequest` class within the Google Cloud Build v1 API."],["The latest version of the API is 2.15.0, with previous versions listed, ranging down to version 1.0.0."],["The `GetBuildRequest` class is a request object used to retrieve build information, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetBuildRequest` class has properties like `BuildName`, `Id`, `Name`, and `ProjectId`, which are used to specify the build to be retrieved."],["The `GetBuildRequest` can be constructed with or without an existing `GetBuildRequest` object as a parameter."]]],[]]