Class: Google::Cloud::Translate::V3::ListGlossariesResponse

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 ListGlossaries.

Instance Attribute Summary collapse

Instance Attribute Details

#glossaries::Array<::Google::Cloud::Translate::V3::Glossary>

Returns The list of glossaries for a project.

Returns:



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.

Returns:

  • (::String)

    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