Google Cloud Translation v3 API - Class ListExamplesRequest (3.8.0)

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

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

Request message for ListExamples.

Inheritance

object > ListExamplesRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ListExamplesRequest()

public ListExamplesRequest()

ListExamplesRequest(ListExamplesRequest)

public ListExamplesRequest(ListExamplesRequest other)
Parameter
Name Description
other ListExamplesRequest

Properties

Filter

public string Filter { get; set; }

Optional. An expression for filtering the examples that will be returned. Example filter:

  • usage=TRAIN
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 ListExamples call.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

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

Property Value
Type Description
string

ParentAsDatasetName

public DatasetName ParentAsDatasetName { get; set; }

DatasetName-typed view over the Parent resource name property.

Property Value
Type Description
DatasetName