Reference documentation and code samples for the Cloud Translation V3 Client class ListGlossaryEntriesRequest.
Request message for ListGlossaryEntries
Generated from protobuf message google.cloud.translation.v3.ListGlossaryEntriesRequest
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent glossary resource name for listing the glossary's entries.
↳ page_size
int
Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.
↳ page_token
string
Optional. A token identifying a page of results the server should return. Typically, this is the value of [ListGlossaryEntriesResponse.next_page_token] returned from the previous call. The first page is returned if page_token
is empty or missing.
getParent
Required. The parent glossary resource name for listing the glossary's entries.
string
setParent
Required. The parent glossary resource name for listing the glossary's entries.
var
string
$this
getPageSize
Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.
int
setPageSize
Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.
var
int
$this
getPageToken
Optional. A token identifying a page of results the server should return.
Typically, this is the value of
[ListGlossaryEntriesResponse.next_page_token] returned from the previous
call. The first page is returned if page_token
is empty or missing.
string
setPageToken
Optional. A token identifying a page of results the server should return.
Typically, this is the value of
[ListGlossaryEntriesResponse.next_page_token] returned from the previous
call. The first page is returned if page_token
is empty or missing.
var
string
$this
static::build
parent
string
Required. The parent glossary resource name for listing the glossary's entries. Please see Google\Cloud\Translate\V3\TranslationServiceClient::glossaryName() for help formatting this field.