public sealed class CreateBuildTriggerRequest : IMessage<CreateBuildTriggerRequest>, IEquatable<CreateBuildTriggerRequest>, IDeepCloneable<CreateBuildTriggerRequest>, IBufferMessage, IMessage
[[["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 `CreateBuildTriggerRequest` class is used to request the creation of a new `BuildTrigger` in Google Cloud Build."],["This class is part of the `Google.Cloud.CloudBuild.V1` namespace and is found within the `Google.Cloud.CloudBuild.V1.dll` assembly."],["The class implements several interfaces, including `IMessage\u003cCreateBuildTriggerRequest\u003e`, `IEquatable\u003cCreateBuildTriggerRequest\u003e`, `IDeepCloneable\u003cCreateBuildTriggerRequest\u003e`, `IBufferMessage`, and `IMessage`, and inherits members from the `Object` class."],["The `CreateBuildTriggerRequest` class has two constructors: a default one and another that accepts an existing `CreateBuildTriggerRequest` object as a parameter."],["The `CreateBuildTriggerRequest` requires two properties to be set: the `ProjectId` as a `string` and the `Trigger` of type `BuildTrigger`."]]],[]]