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 provides documentation for the `GetBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace in the .NET environment."],["The class is used to retrieve a `BuildTrigger` by its specified ID, and it supports various versions of the Cloud Build API, ranging from 1.0.0 to 2.15.0 (latest)."],["`GetBuildTriggerRequest` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, one default and one that accepts another `GetBuildTriggerRequest` object, and contains two properties: `ProjectId` and `TriggerId`, both of which are strings and required."],["The page lists all available versions of this class, with the latest version, 2.15.0, being specifically marked."]]],[]]