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, specifically for .NET development, spanning versions from 1.0.0 to the latest 2.15.0."],["The `GetBuildTriggerRequest` class is used to retrieve a `BuildTrigger` with a specified ID, as indicated by its core functionality, which returns the BuildTrigger by the indicated ID."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering deep clone capabilities and implementing various interfaces for message handling."],["The `GetBuildTriggerRequest` class has three main properties: `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId`, all of which are used to identify and retrieve the specific BuildTrigger instance."],["The documentation includes constructors, inherited members, namespace, assembly information, and a detailed description of the class's properties and their types."]]],[]]