Cloud Translation V3 Client - Class ListGlossaryEntriesResponse (1.18.0)

Reference documentation and code samples for the Cloud Translation V3 Client class ListGlossaryEntriesResponse.

Response message for ListGlossaryEntries

Generated from protobuf message google.cloud.translation.v3.ListGlossaryEntriesResponse

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ glossary_entries array<Google\Cloud\Translate\V3\GlossaryEntry>

Optional. The Glossary Entries

↳ next_page_token string

Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.

getGlossaryEntries

Optional. The Glossary Entries

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setGlossaryEntries

Optional. The Glossary Entries

Parameter
Name Description
var array<Google\Cloud\Translate\V3\GlossaryEntry>
Returns
Type Description
$this

getNextPageToken

Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.

Returns
Type Description
string

setNextPageToken

Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.

Parameter
Name Description
var string
Returns
Type Description
$this