public sealed class GetBuildTriggerRequest : IMessage<GetBuildTriggerRequest>, IEquatable<GetBuildTriggerRequest>, IDeepCloneable<GetBuildTriggerRequest>, IBufferMessage, IMessage
[[["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 webpage details the `GetBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, used for retrieving a specific build trigger."],["The latest version available is 2.15.0, with a range of previous versions listed down to 1.0.0, and version 1.4.0 being the one this documentation focuses on."],["`GetBuildTriggerRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` showing its functionality."],["The class contains properties such as `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId`, which are necessary to identify and fetch the desired build trigger."],["The core function of the class is to retrieve a `BuildTrigger` using its specified ID."]]],[]]