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, with the latest version being 2.15.0, and ranging all the way down to version 1.0.0."],["The `GetBuildTriggerRequest` class is used to retrieve a `BuildTrigger` by its specified ID, and is found in the namespace `Google.Cloud.CloudBuild.V1`."],["This `GetBuildTriggerRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBuildTriggerRequest` class includes properties such as `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId` for specifying and accessing trigger-related information."],["The provided documentation covers the constructors, properties, and inherited members associated with the `GetBuildTriggerRequest` class, providing a detailed reference for developers."]]],[]]