Show / Hide Table of Contents

Class ListDatasetVersionsRequest

Request to list of all versions of the dataset.

Inheritance
object
ListDatasetVersionsRequest
Implements
IMessage<ListDatasetVersionsRequest>
IEquatable<ListDatasetVersionsRequest>
IDeepCloneable<ListDatasetVersionsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapsPlatformDatasets.V1Alpha
Assembly: Google.Maps.MapsPlatformDatasets.V1Alpha.dll
Syntax
public sealed class ListDatasetVersionsRequest : IMessage<ListDatasetVersionsRequest>, IEquatable<ListDatasetVersionsRequest>, IDeepCloneable<ListDatasetVersionsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListDatasetVersionsRequest()

Declaration
public ListDatasetVersionsRequest()

ListDatasetVersionsRequest(ListDatasetVersionsRequest)

Declaration
public ListDatasetVersionsRequest(ListDatasetVersionsRequest other)
Parameters
Type Name Description
ListDatasetVersionsRequest other

Properties

DatasetName

DatasetName-typed view over the Name resource name property.

Declaration
public DatasetName DatasetName { get; set; }
Property Value
Type Description
DatasetName

Name

Required. The name of the dataset to list all the versions for.

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

PageSize

The maximum number of versions to return per page. If unspecified (or zero), at most 1000 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

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

PageToken

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

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