public sealed class ListGlossaryEntriesResponse : IMessage<ListGlossaryEntriesResponse>, IEquatable<ListGlossaryEntriesResponse>, IDeepCloneable<ListGlossaryEntriesResponse>, IBufferMessage, IMessage, IPageResponse<GlossaryEntry>, IEnumerable<GlossaryEntry>, IEnumerable
Reference documentation and code samples for the Google Cloud Translation v3 API class ListGlossaryEntriesResponse.
Response message for ListGlossaryEntries
Implements
IMessageListGlossaryEntriesResponse, IEquatableListGlossaryEntriesResponse, IDeepCloneableListGlossaryEntriesResponse, IBufferMessage, IMessage, IPageResponseGlossaryEntry, IEnumerableGlossaryEntry, IEnumerableNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
ListGlossaryEntriesResponse()
public ListGlossaryEntriesResponse()
ListGlossaryEntriesResponse(ListGlossaryEntriesResponse)
public ListGlossaryEntriesResponse(ListGlossaryEntriesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListGlossaryEntriesResponse |
Properties
GlossaryEntries
public RepeatedField<GlossaryEntry> GlossaryEntries { get; }
Optional. The Glossary Entries
Property Value | |
---|---|
Type | Description |
RepeatedFieldGlossaryEntry |
NextPageToken
public string NextPageToken { get; set; }
Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<GlossaryEntry> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorGlossaryEntry |