public sealed class CreateBuildRequest : IMessage<CreateBuildRequest>, IEquatable<CreateBuildRequest>, IDeepCloneable<CreateBuildRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreateBuildRequest\u003c/code\u003e class is used to request the creation of a new build within the Google Cloud Build service, specifically within the context of the \u003ccode\u003eGoogle.Cloud.CloudBuild.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class, making it a fundamental component for build requests.\u003c/p\u003e\n"],["\u003cp\u003eKey properties within \u003ccode\u003eCreateBuildRequest\u003c/code\u003e include \u003ccode\u003eBuild\u003c/code\u003e, which specifies the details of the build to be created, and \u003ccode\u003eParent\u003c/code\u003e, which defines the resource location where the build will be created, like a project or a location.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property has different type-view versions, such as \u003ccode\u003eParentAsLocationName\u003c/code\u003e, \u003ccode\u003eParentAsProjectName\u003c/code\u003e, and \u003ccode\u003eParentAsResourceName\u003c/code\u003e, allowing it to be defined by varying types.\u003c/p\u003e\n"],["\u003cp\u003eThe project id is required and stored in the \u003ccode\u003eProjectId\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,[]]