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, specifically version 2.13.0."],["The `GetBuildTriggerRequest` class is used to retrieve a specific `BuildTrigger` by its ID and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's inheritance from `object` and lists its implemented interfaces, as well as providing information on inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors, a default constructor and a copy constructor that takes another `GetBuildTriggerRequest` object as a parameter."],["The `GetBuildTriggerRequest` class contains properties for `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId`, which are essential for specifying the build trigger to be retrieved."]]],[]]