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 reference documentation for the `GetBuildTriggerRequest` class within the Cloud Build v1 API, specifically for the .NET framework."],["The `GetBuildTriggerRequest` class is used to retrieve a `BuildTrigger` by its specified ID, it is the class in use for various versions of the API from version 1.0.0 to the current latest 2.15.0."],["The documentation details the class's constructors, properties such as `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId`, along with their descriptions and data types."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various operations and functionalities within the API."],["The page also includes a list of available API versions, allowing users to access the documentation for older releases of `GetBuildTriggerRequest`."]]],[]]