Google Cloud Dataform V1beta1 Client - Class CreateWorkflowInvocationRequest (0.3.0)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class CreateWorkflowInvocationRequest.

CreateWorkflowInvocation request message.

Generated from protobuf message google.cloud.dataform.v1beta1.CreateWorkflowInvocationRequest

Namespace

Google \ Cloud \ Dataform \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The repository in which to create the workflow invocation. Must be in the format projects/*/locations/*/repositories/*.

↳ workflow_invocation Google\Cloud\Dataform\V1beta1\WorkflowInvocation

Required. The workflow invocation resource to create.

getParent

Required. The repository in which to create the workflow invocation. Must be in the format projects/*/locations/*/repositories/*.

Returns
TypeDescription
string

setParent

Required. The repository in which to create the workflow invocation. Must be in the format projects/*/locations/*/repositories/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getWorkflowInvocation

Required. The workflow invocation resource to create.

Returns
TypeDescription
Google\Cloud\Dataform\V1beta1\WorkflowInvocation|null

hasWorkflowInvocation

clearWorkflowInvocation

setWorkflowInvocation

Required. The workflow invocation resource to create.

Parameter
NameDescription
var Google\Cloud\Dataform\V1beta1\WorkflowInvocation
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The repository in which to create the workflow invocation. Must be in the format projects/*/locations/*/repositories/*. Please see Google\Cloud\Dataform\V1beta1\DataformClient::repositoryName() for help formatting this field.

workflowInvocation Google\Cloud\Dataform\V1beta1\WorkflowInvocation

Required. The workflow invocation resource to create.

Returns
TypeDescription
Google\Cloud\Dataform\V1beta1\CreateWorkflowInvocationRequest