Google Cloud Vision Ai V1 Client - Class ListProcessesResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ListProcessesResponse.

Message for response to listing Processes.

Generated from protobuf message google.cloud.visionai.v1.ListProcessesResponse

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ processes array<Process>

The list of Processes.

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Locations that could not be reached.

getProcesses

The list of Processes.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setProcesses

The list of Processes.

Parameter
Name Description
var array<Process>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this