Google Cloud Dataform V1beta1 Client - Class ListWorkflowInvocationsResponse (0.1.6)

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

ListWorkflowInvocations response message.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ workflow_invocations array<Google\Cloud\Dataform\V1beta1\WorkflowInvocation>

List of workflow invocations.

↳ 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.

↳ unreachable array

Locations which could not be reached.

getWorkflowInvocations

List of workflow invocations.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setWorkflowInvocations

List of workflow invocations.

Parameter
NameDescription
var array<Google\Cloud\Dataform\V1beta1\WorkflowInvocation>
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

getUnreachable

Locations which could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations which could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this