Google Cloud Translation v3 API - Class ListGlossariesResponse (3.1.0)

public sealed class ListGlossariesResponse : IMessage<ListGlossariesResponse>, IEquatable<ListGlossariesResponse>, IDeepCloneable<ListGlossariesResponse>, IBufferMessage, IMessage, IPageResponse<Glossary>, IEnumerable<Glossary>, IEnumerable

Reference documentation and code samples for the Google Cloud Translation v3 API class ListGlossariesResponse.

Response message for ListGlossaries.

Inheritance

Object > ListGlossariesResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ListGlossariesResponse()

public ListGlossariesResponse()

ListGlossariesResponse(ListGlossariesResponse)

public ListGlossariesResponse(ListGlossariesResponse other)
Parameter
NameDescription
otherListGlossariesResponse

Properties

Glossaries

public RepeatedField<Glossary> Glossaries { get; }

The list of glossaries for a project.

Property Value
TypeDescription
RepeatedField<Glossary>

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve a page of results. Pass this value in the [ListGlossariesRequest.page_token] field in the subsequent call to ListGlossaries method to retrieve the next page of results.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Glossary> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<Glossary>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator