Google Cloud Ces V1 Client - Class ListExamplesResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class ListExamplesResponse.

Response message for AgentService.ListExamples.

Generated from protobuf message google.cloud.ces.v1.ListExamplesResponse

Namespace

Google \ Cloud \ Ces \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ examples array<Example>

The list of examples.

↳ next_page_token string

A token that can be sent as ListExamplesRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

getExamples

The list of examples.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setExamples

The list of examples.

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

getNextPageToken

A token that can be sent as ListExamplesRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token that can be sent as ListExamplesRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this