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, detailing its properties, constructors, and inherited members."],["The `GetBuildTriggerRequest` class is used to retrieve a specific `BuildTrigger` by its ID and is part of the `Google.Cloud.CloudBuild.V1` namespace within the `Google.Cloud.CloudBuild.V1.dll` assembly."],["Key properties of `GetBuildTriggerRequest` include `Name`, `ProjectId`, `TriggerId`, and `BuildTriggerName`, which are essential for identifying and accessing the requested build trigger."],["The page also lists different versions of the `GetBuildTriggerRequest`, starting from version 1.0.0 up to the latest version 2.15.0, allowing users to navigate documentation for older versions if necessary."],["The class `GetBuildTriggerRequest` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]