Class: Google::Cloud::Translate::V3::ListGlossaryEntriesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#glossary_entries::Array<::Google::Cloud::Translate::V3::GlossaryEntry>

Returns Optional. The Glossary Entries.

Returns:



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.

Returns:

  • (::String)

    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