Reference documentation and code samples for the Google Cloud Workflows V1beta Client class CreateWorkflowRequest.
Request for the CreateWorkflow method.
Generated from protobuf message google.cloud.workflows.v1beta.CreateWorkflowRequest
Namespace
Google \ Cloud \ Workflows \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Project and location in which the workflow should be created. Format: projects/{project}/locations/{location}
↳ workflow
↳ workflow_id
string
Required. The ID of the workflow to be created. It has to fulfill the following requirements: * Must contain only letters, numbers, underscores and hyphens. * Must start with a letter. * Must be between 1-64 characters. * Must end with a number or a letter. * Must be unique within the customer project and location.
getParent
Required. Project and location in which the workflow should be created.
Format: projects/{project}/locations/{location}
string
setParent
Required. Project and location in which the workflow should be created.
Format: projects/{project}/locations/{location}
var
string
$this
getWorkflow
Required. Workflow to be created.
hasWorkflow
clearWorkflow
setWorkflow
Required. Workflow to be created.
$this
getWorkflowId
Required. The ID of the workflow to be created. It has to fulfill the following requirements:
-
Must contain only letters, numbers, underscores and hyphens.
-
Must start with a letter.
- Must be between 1-64 characters.
- Must end with a number or a letter.
- Must be unique within the customer project and location.
string
setWorkflowId
Required. The ID of the workflow to be created. It has to fulfill the following requirements:
-
Must contain only letters, numbers, underscores and hyphens.
-
Must start with a letter.
- Must be between 1-64 characters.
- Must end with a number or a letter.
- Must be unique within the customer project and location.
var
string
$this