Class: Google::Cloud::Translate::V3::ListGlossariesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListGlossariesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Response message for ListGlossaries.
Instance Attribute Summary collapse
-
#glossaries ⇒ ::Array<::Google::Cloud::Translate::V3::Glossary>
The list of glossaries for a project.
-
#next_page_token ⇒ ::String
A token to retrieve a page of results.
Instance Attribute Details
#glossaries ⇒ ::Array<::Google::Cloud::Translate::V3::Glossary>
Returns The list of glossaries for a project.
1091 1092 1093 1094 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1091 class ListGlossariesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns 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.
1091 1092 1093 1094 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 1091 class ListGlossariesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |