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, version 1.3.0, for .NET developers."],["The latest version for `GetBuildTriggerRequest` is 2.15.0, with documentation available for versions dating back to 1.0.0."],["The `GetBuildTriggerRequest` class is used to retrieve a specific `BuildTrigger` by its ID and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetBuildTriggerRequest` class include `Name`, `ProjectId`, `TriggerId`, and `BuildTriggerName`, which are used to define and identify the requested trigger."],["The class has two constructors: a default constructor and a constructor that takes another `GetBuildTriggerRequest` object as a parameter for creating a copy."]]],[]]