Class ListDatasetsRequest
Request message for ListDataset.
Inheritance
System.Object
ListDatasetsRequest
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 ListDatasetsRequest : IMessage<ListDatasetsRequest>, IEquatable<ListDatasetsRequest>, IDeepCloneable<ListDatasetsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListDatasetsRequest()
Declaration
public ListDatasetsRequest()
ListDatasetsRequest(ListDatasetsRequest)
Declaration
public ListDatasetsRequest(ListDatasetsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListDatasetsRequest | other |
Properties
Filter
Optional. Filter on dataset 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 [ListDatasetsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListDatasetsResponse.next_page_token] of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Parent
Required. Dataset resource parent, format: projects/{project_id}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParentAsProjectName
ProjectName-typed view over the Parent resource name property.
Declaration
public ProjectName ParentAsProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectName |