Class ListAnnotatedDatasetsRequest
Request message for ListAnnotatedDatasets.
Inheritance
System.Object
ListAnnotatedDatasetsRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ListAnnotatedDatasetsRequest : IMessage<ListAnnotatedDatasetsRequest>, IEquatable<ListAnnotatedDatasetsRequest>, IDeepCloneable<ListAnnotatedDatasetsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListAnnotatedDatasetsRequest()
Declaration
public ListAnnotatedDatasetsRequest()
ListAnnotatedDatasetsRequest(ListAnnotatedDatasetsRequest)
Declaration
public ListAnnotatedDatasetsRequest(ListAnnotatedDatasetsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAnnotatedDatasetsRequest | other |
Properties
Filter
Optional. Filter is not supported at this moment.
Declaration
public string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PageSize
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
PageToken
Optional. A token identifying a page of results for the server to return. Typically obtained by [ListAnnotatedDatasetsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsResponse.next_page_token] of the previous [DataLabelingService.ListAnnotatedDatasets] call. Return first page if empty.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Parent
Required. Name of the dataset to list annotated datasets, format: projects/{project_id}/datasets/{dataset_id}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParentAsDatasetName
DatasetName-typed view over the Parent resource name property.
Declaration
public DatasetName ParentAsDatasetName { get; set; }
Property Value
| Type | Description |
|---|---|
| DatasetName |