public sealed class ListDataItemsRequest : IMessage<ListDataItemsRequest>, IEquatable<ListDataItemsRequest>, IDeepCloneable<ListDataItemsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Data Labeling v1beta1 API class ListDataItemsRequest.
Request message for ListDataItems.
Implements
IMessageListDataItemsRequest, IEquatableListDataItemsRequest, IDeepCloneableListDataItemsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ListDataItemsRequest()
public ListDataItemsRequest()
ListDataItemsRequest(ListDataItemsRequest)
public ListDataItemsRequest(ListDataItemsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListDataItemsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter is not supported at this moment.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
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 by [ListDataItemsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListDataItemsResponse.next_page_token] of the previous [DataLabelingService.ListDataItems] call. Return first page if empty.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Name of the dataset to list data items, format: projects/{project_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 |