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
- (::Array<::Google::Cloud::Translate::V3::GlossaryEntry>) — Optional. The Glossary Entries
#glossary_entries=
def glossary_entries=(value) -> ::Array<::Google::Cloud::Translate::V3::GlossaryEntry>
Parameter
- value (::Array<::Google::Cloud::Translate::V3::GlossaryEntry>) — Optional. The Glossary Entries
Returns
- (::Array<::Google::Cloud::Translate::V3::GlossaryEntry>) — Optional. The Glossary Entries
#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.