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."],[[["The `GetBuildTriggerRequest` class is used to retrieve a specific `BuildTrigger` by its ID, within the Google Cloud Build v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like comparison and cloning."],["The `GetBuildTriggerRequest` has properties such as `Name`, `ProjectId`, and `TriggerId` which specify the trigger to retrieve, as well as a `BuildTriggerName` property for a resource-name-typed view."],["The latest version of this class available is 2.15.0, and there are multiple older versions ranging down to 1.0.0 with links to each of their specific documentation pages."],["This class can be constructed with no parameters, or a copy of an existing GetBuildTriggerRequest object, and it has several inherited members such as GetHashCode(), GetType() and ToString()."]]],[]]