Class: Google::Cloud::Translate::V3::ListGlossaryEntriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListGlossaryEntriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Response message for ListGlossaryEntries
Instance Attribute Summary collapse
-
#glossary_entries ⇒ ::Array<::Google::Cloud::Translate::V3::GlossaryEntry>
Optional.
-
#next_page_token ⇒ ::String
Optional.
Instance Attribute Details
#glossary_entries ⇒ ::Array<::Google::Cloud::Translate::V3::GlossaryEntry>
Returns Optional. The Glossary Entries.
1142 1143 1144 1145 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1142 class ListGlossaryEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls.
1142 1143 1144 1145 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1142 class ListGlossaryEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |