public sealed class ListGlossariesRequest : IMessage<ListGlossariesRequest>, IEquatable<ListGlossariesRequest>, IDeepCloneable<ListGlossariesRequest>, IBufferMessage, IMessage, IPageRequest
Request message for ListGlossaries.
Implements
IMessage<ListGlossariesRequest>, IEquatable<ListGlossariesRequest>, IDeepCloneable<ListGlossariesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
ListGlossariesRequest()
public ListGlossariesRequest()
ListGlossariesRequest(ListGlossariesRequest)
public ListGlossariesRequest(ListGlossariesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListGlossariesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter specifying constraints of a list operation. Filtering is not supported yet, and the parameter currently has no effect. If missing, no filtering is performed.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Optional. Requested page size. The server may return fewer glossaries than requested. If unspecified, the server picks an appropriate default.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results the server should return.
Typically, this is the value of [ListGlossariesResponse.next_page_token]
returned from the previous call to ListGlossaries
method.
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 name of the project from which to list all of the glossaries.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |