public sealed class CreateWorkflowRequest : IMessage<CreateWorkflowRequest>, IEquatable<CreateWorkflowRequest>, IDeepCloneable<CreateWorkflowRequest>, IBufferMessage, IMessage
Request for the
[CreateWorkflow][google.cloud.workflows.v1beta.Workflows.CreateWorkflow]
method.
[[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreateWorkflowRequest\u003c/code\u003e class is used to create a request for the \u003ccode\u003eCreateWorkflow\u003c/code\u003e method within the Google Cloud Workflows V1Beta API.\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, allowing for message handling, comparison, cloning, and efficient buffering.\u003c/p\u003e\n"],["\u003cp\u003eThe class requires several properties to be set, including \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eWorkflow\u003c/code\u003e, and \u003ccode\u003eWorkflowId\u003c/code\u003e, which specify the project/location, the workflow details, and the unique ID for the workflow being created.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWorkflowId\u003c/code\u003e property must adhere to specific formatting constraints, such as containing only letters, numbers, underscores, and hyphens, and being between 1-64 characters long.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property can be set as a string or as a \u003ccode\u003eLocationName\u003c/code\u003e type for specifying the project and location.\u003c/p\u003e\n"]]],[],null,[]]