public sealed class ListGlossaryEntriesRequest : IMessage<ListGlossaryEntriesRequest>, IEquatable<ListGlossaryEntriesRequest>, IDeepCloneable<ListGlossaryEntriesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Translation v3 API class ListGlossaryEntriesRequest.
Request message for ListGlossaryEntries
Implements
IMessageListGlossaryEntriesRequest, IEquatableListGlossaryEntriesRequest, IDeepCloneableListGlossaryEntriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
ListGlossaryEntriesRequest()
public ListGlossaryEntriesRequest()
ListGlossaryEntriesRequest(ListGlossaryEntriesRequest)
public ListGlossaryEntriesRequest(ListGlossaryEntriesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListGlossaryEntriesRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent glossary resource name for listing the glossary's entries.
Property Value | |
---|---|
Type | Description |
string |
ParentAsGlossaryName
public GlossaryName ParentAsGlossaryName { get; set; }
GlossaryName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
GlossaryName |