public sealed class ListDatasetsRequest : IMessage<ListDatasetsRequest>, IEquatable<ListDatasetsRequest>, IDeepCloneable<ListDatasetsRequest>, IBufferMessage, IMessage, IPageRequest
Request message for ListDataset.
Implements
IMessage<ListDatasetsRequest>, IEquatable<ListDatasetsRequest>, IDeepCloneable<ListDatasetsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ListDatasetsRequest()
public ListDatasetsRequest()
ListDatasetsRequest(ListDatasetsRequest)
public ListDatasetsRequest(ListDatasetsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDatasetsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter on dataset 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 |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results for the server to return. Typically obtained by [ListDatasetsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListDatasetsResponse.next_page_token] of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. Dataset resource parent, format: projects/{project_id}
Property Value | |
---|---|
Type | Description |
String |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |