Google Cloud Translation v3 API - Class ListGlossariesResponse (3.7.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
Name Description
other ListGlossariesResponse

Properties

Glossaries

public RepeatedField<Glossary> Glossaries { get; }

The list of glossaries for a project.

Property Value
Type Description
RepeatedFieldGlossary

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
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Glossary> GetEnumerator()

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

Returns
Type Description
IEnumeratorGlossary