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 details the `CreateBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, serving as a request to initiate a new `BuildTrigger`."],["The latest version of this class is 2.15.0, with multiple previous versions ranging from 2.14.0 down to 1.0.0 also being accessible on this page."],["The `CreateBuildTriggerRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties, `ProjectId` (a string representing the project ID) and `Trigger` (a `BuildTrigger` object to be created), both of which are required."],["The class inherits members from the Object class, such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]