Class ListGlossariesRequest (2.2.0)

public sealed class ListGlossariesRequest : IMessage<ListGlossariesRequest>, IEquatable<ListGlossariesRequest>, IDeepCloneable<ListGlossariesRequest>, IBufferMessage, IMessage, IPageRequest

Request message for ListGlossaries.

Inheritance

Object > ListGlossariesRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ListGlossariesRequest()

public ListGlossariesRequest()

ListGlossariesRequest(ListGlossariesRequest)

public ListGlossariesRequest(ListGlossariesRequest other)
Parameter
NameDescription
otherListGlossariesRequest

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
TypeDescription
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
TypeDescription
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_tokenis empty or missing.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The name of the project from which to list all of the glossaries.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName