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 provides documentation for the `GetBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace in the .NET environment."],["The documentation covers various versions of the API, with version 2.15.0 being the latest release, and offering links to previous versions down to version 1.0.0."],["The `GetBuildTriggerRequest` class is used to retrieve a specific `BuildTrigger` using its ID, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, enabling operations like message handling, equality checks, and deep cloning."],["The class has two key properties, `ProjectId` and `TriggerId`, which are both required strings and are used to identify the project and specific build trigger, respectively."],["The `GetBuildTriggerRequest` class inherits from the base `Object` class, and also provides its own constructor."]]],[]]