Cloud Translation V3 API - Class Google::Cloud::Translate::V3::ListGlossaryEntriesResponse (v1.1.1)

Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListGlossaryEntriesResponse.

Response message for ListGlossaryEntries

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#glossary_entries

def glossary_entries() -> ::Array<::Google::Cloud::Translate::V3::GlossaryEntry>
Returns

#glossary_entries=

def glossary_entries=(value) -> ::Array<::Google::Cloud::Translate::V3::GlossaryEntry>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.
Returns
  • (::String) — Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.