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."],[[["This webpage provides documentation for the `CreateBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, outlining its purpose and usage."],["The `CreateBuildTriggerRequest` class is used to initiate a request for creating a new `BuildTrigger`, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one parameterless and one that takes another `CreateBuildTriggerRequest` instance as input, used for copying."],["The `CreateBuildTriggerRequest` class has two properties: `ProjectId`, which is the ID of the project, and `Trigger`, the `BuildTrigger` to be created, both of which are required fields."],["This page lists various versions of the `CreateBuildTriggerRequest` class, from the latest version 2.15.0 down to 1.0.0, with links to each version's documentation."]]],[]]