Generated from protobuf message google.cloud.workflows.executions.v1.CreateExecutionRequest
Namespace
Google \ Cloud \ Workflows \ Executions \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.
Required. Name of the workflow for which an execution should be created.
Format: projects/{project}/locations/{location}/workflows/{workflow}
The latest revision of the workflow will be used. Please see
ExecutionsClient::workflowName() for help formatting this field.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Workflows V1 Client - Class CreateExecutionRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-workflows/latest/Executions.V1.CreateExecutionRequest)\n- [1.1.0](/php/docs/reference/cloud-workflows/1.1.0/Executions.V1.CreateExecutionRequest)\n- [1.0.3](/php/docs/reference/cloud-workflows/1.0.3/Executions.V1.CreateExecutionRequest)\n- [0.5.5](/php/docs/reference/cloud-workflows/0.5.5/Executions.V1.CreateExecutionRequest)\n- [0.4.2](/php/docs/reference/cloud-workflows/0.4.2/Executions.V1.CreateExecutionRequest)\n- [0.3.0](/php/docs/reference/cloud-workflows/0.3.0/Executions.V1.CreateExecutionRequest)\n- [0.2.17](/php/docs/reference/cloud-workflows/0.2.17/Executions.V1.CreateExecutionRequest) \nReference documentation and code samples for the Google Cloud Workflows V1 Client class CreateExecutionRequest.\n\nRequest for the\n[CreateExecution](/php/docs/reference/cloud-workflows/latest/Executions.V1.Client.ExecutionsClient#_Google_Cloud_Workflows_Executions_V1_Client_ExecutionsClient__createExecution__)\nmethod.\n\nGenerated from protobuf message `google.cloud.workflows.executions.v1.CreateExecutionRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Workflows \\\\ Executions \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. Name of the workflow for which an execution should be created.\n\nFormat: projects/{project}/locations/{location}/workflows/{workflow}\nThe latest revision of the workflow will be used.\n\n### setParent\n\nRequired. Name of the workflow for which an execution should be created.\n\nFormat: projects/{project}/locations/{location}/workflows/{workflow}\nThe latest revision of the workflow will be used.\n\n### getExecution\n\nRequired. Execution to be created.\n\n### hasExecution\n\n### clearExecution\n\n### setExecution\n\nRequired. Execution to be created.\n\n### static::build"]]