Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListGlossariesResponse.
Response message for ListGlossaries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#glossaries
def glossaries() -> ::Array<::Google::Cloud::Translate::V3::Glossary>
Returns
- (::Array<::Google::Cloud::Translate::V3::Glossary>) — The list of glossaries for a project.
#glossaries=
def glossaries=(value) -> ::Array<::Google::Cloud::Translate::V3::Glossary>
Parameter
- value (::Array<::Google::Cloud::Translate::V3::Glossary>) — The list of glossaries for a project.
Returns
- (::Array<::Google::Cloud::Translate::V3::Glossary>) — The list of glossaries for a project.
#next_page_token
def next_page_token() -> ::String
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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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.
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.