Google Cloud Dataform V1beta1 Client - Class QueryWorkflowInvocationActionsResponse (0.3.0)

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

QueryWorkflowInvocationActions response message.

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

Namespace

Google \ Cloud \ Dataform \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ workflow_invocation_actions array<Google\Cloud\Dataform\V1beta1\WorkflowInvocationAction>

List of workflow invocation actions.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getWorkflowInvocationActions

List of workflow invocation actions.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setWorkflowInvocationActions

List of workflow invocation actions.

Parameter
NameDescription
var array<Google\Cloud\Dataform\V1beta1\WorkflowInvocationAction>
Returns
TypeDescription
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this