public sealed class GetBuildTriggerRequest : IMessage<GetBuildTriggerRequest>, IEquatable<GetBuildTriggerRequest>, IDeepCloneable<GetBuildTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class GetBuildTriggerRequest.
[[["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 Build v1 API for .NET, with the most recent version being 2.15.0."],["The `GetBuildTriggerRequest` class is used to retrieve a specific `BuildTrigger` by its ID, and it includes methods and properties for specifying the project, location, and trigger identifier."],["The page lists all available versions of the `GetBuildTriggerRequest` class, ranging from version 1.0.0 up to the latest version of 2.15.0, which users can navigate to for specific documentation."],["The `GetBuildTriggerRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities and properties to it."],["The class properties `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId` are essential for defining and retrieving the requested `BuildTrigger` information."]]],[]]