Google Cloud Translation v3 API - Class ListModelsRequest (3.8.0)

public sealed class ListModelsRequest : IMessage<ListModelsRequest>, IEquatable<ListModelsRequest>, IDeepCloneable<ListModelsRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for ListModels.

Inheritance

object > ListModelsRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ListModelsRequest()

public ListModelsRequest()

ListModelsRequest(ListModelsRequest)

public ListModelsRequest(ListModelsRequest other)
Parameter
Name Description
other ListModelsRequest

Properties

Filter

public string Filter { get; set; }

Optional. An expression for filtering the models that will be returned. Supported filter: dataset_id=${dataset_id}

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. The server can return fewer results than requested.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListModels call.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName