Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListModelsResponse.
Response message for ListModels.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#models
def models() -> ::Array<::Google::Cloud::Translate::V3::Model>
Returns
- (::Array<::Google::Cloud::Translate::V3::Model>) — The models read.
#models=
def models=(value) -> ::Array<::Google::Cloud::Translate::V3::Model>
Parameter
- value (::Array<::Google::Cloud::Translate::V3::Model>) — The models read.
Returns
- (::Array<::Google::Cloud::Translate::V3::Model>) — The models read.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results. Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results. Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.
Returns
- (::String) — A token to retrieve next page of results. Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.