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 page details the `GetBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, used for retrieving a specific build trigger."],["The `GetBuildTriggerRequest` class has constructors, `GetBuildTriggerRequest()` and `GetBuildTriggerRequest(GetBuildTriggerRequest other)`, for creating instances."],["Key properties of the class include `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId`, each serving to identify or specify the trigger to be retrieved."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffering."],["There are multiple versions available for the GetBuildTriggerRequest class ranging from version 1.0.0 to 2.15.0, with version 2.15.0 being the latest."]]],[]]