public sealed class ListAdaptiveMtDatasetsRequest : IMessage<ListAdaptiveMtDatasetsRequest>, IEquatable<ListAdaptiveMtDatasetsRequest>, IDeepCloneable<ListAdaptiveMtDatasetsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Translation v3 API class ListAdaptiveMtDatasetsRequest.
Request message for listing all Adaptive MT datasets that the requestor has access to.
Implements
IMessageListAdaptiveMtDatasetsRequest, IEquatableListAdaptiveMtDatasetsRequest, IDeepCloneableListAdaptiveMtDatasetsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
ListAdaptiveMtDatasetsRequest()
public ListAdaptiveMtDatasetsRequest()
ListAdaptiveMtDatasetsRequest(ListAdaptiveMtDatasetsRequest)
public ListAdaptiveMtDatasetsRequest(ListAdaptiveMtDatasetsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListAdaptiveMtDatasetsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. An expression for filtering the results of the request. Filter is not supported yet.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Requested page size. The server may return fewer results than requested. If unspecified, the server picks an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results the server should return.
Typically, this is the value of
ListAdaptiveMtDatasetsResponse.next_page_token returned from the
previous call to ListAdaptiveMtDatasets
method. The first page is
returned if page_token
is empty or missing.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the project from which to list the Adaptive
MT datasets. 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 |