Google Cloud Workflows V1beta Client - Class ListWorkflowsResponse (0.4.2)

Reference documentation and code samples for the Google Cloud Workflows V1beta Client class ListWorkflowsResponse.

Response for the ListWorkflows method.

Generated from protobuf message google.cloud.workflows.v1beta.ListWorkflowsResponse

Namespace

Google \ Cloud \ Workflows \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ workflows array<Google\Cloud\Workflows\V1beta\Workflow>

The workflows which match the request.

↳ 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

Unreachable resources.

getWorkflows

The workflows which match the request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setWorkflows

The workflows which match the request.

Parameter
NameDescription
var array<Google\Cloud\Workflows\V1beta\Workflow>
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

Unreachable resources.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unreachable resources.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this