Google Cloud Translation v3 API - Class ListModelsResponse (3.8.0)

public sealed class ListModelsResponse : IMessage<ListModelsResponse>, IEquatable<ListModelsResponse>, IDeepCloneable<ListModelsResponse>, IBufferMessage, IMessage, IPageResponse<Model>, IEnumerable<Model>, IEnumerable

Reference documentation and code samples for the Google Cloud Translation v3 API class ListModelsResponse.

Response message for ListModels.

Inheritance

object > ListModelsResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ListModelsResponse()

public ListModelsResponse()

ListModelsResponse(ListModelsResponse)

public ListModelsResponse(ListModelsResponse other)
Parameter
Name Description
other ListModelsResponse

Properties

Models

public RepeatedField<Model> Models { get; }

The models read.

Property Value
Type Description
RepeatedField Model

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Model> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumerator Model

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.