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, and the latest version documented is 2.15.0."],["The `GetBuildTriggerRequest` class is used to retrieve a specific `BuildTrigger` using its ID."],["The documentation details the class's inheritance, including `Object`, and its implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It outlines the available constructors for `GetBuildTriggerRequest`, along with the `ProjectId` and `TriggerId` properties required to define a request, and also the parameter needed to make a copy of an existing request."],["The webpage also lists the previous versions of the documentation, ranging from version 1.0.0 up to the latest version of 2.15.0, allowing users to consult older documentation if necessary."]]],[]]