Show / Hide Table of Contents

Class ListDatasetsRequest

Request to list datasets for the project.

Inheritance
object
ListDatasetsRequest
Implements
IMessage<ListDatasetsRequest>
IEquatable<ListDatasetsRequest>
IDeepCloneable<ListDatasetsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.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

PageSize

The maximum number of datasets to return per page.

If unspecified (or zero), all datasets will be returned.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

The page token, received from a previous ListDatasets call. Provide this to retrieve the subsequent page.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The name of the project to list all the datasets for. Format: projects/{project}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsProjectName

ProjectName-typed view over the Parent resource name property.

Declaration
public ProjectName ParentAsProjectName { get; set; }
Property Value
Type Description
ProjectName

Tag

The tag that specifies the desired version for each dataset.

Note that when pagination is also specified, some filtering can happen after pagination, which may cause the response to contain fewer datasets than the page size, even if it's not the last page.

Tag "active": Each dataset in the response will include the info of its latest completed version, and the dataset will be skipped if it does not have one.

Declaration
public string Tag { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX