Google Cloud Translation v3 API - Class ListDatasetsRequest (3.9.0)

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

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

Request message for ListDatasets.

Inheritance

object > ListDatasetsRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ListDatasetsRequest()

public ListDatasetsRequest()

ListDatasetsRequest(ListDatasetsRequest)

public ListDatasetsRequest(ListDatasetsRequest other)
Parameter
Name Description
other ListDatasetsRequest

Properties

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 ListDatasets 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