Show / Hide Table of Contents

Class ListDatasetsResponse

Response object of ListDatasets.

Inheritance
object
ListDatasetsResponse
Implements
IMessage<ListDatasetsResponse>
IEquatable<ListDatasetsResponse>
IDeepCloneable<ListDatasetsResponse>
IBufferMessage
IMessage
IPageResponse<Dataset>
IEnumerable<Dataset>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
public sealed class ListDatasetsResponse : IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable

Constructors

ListDatasetsResponse()

Declaration
public ListDatasetsResponse()

ListDatasetsResponse(ListDatasetsResponse)

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

Properties

Datasets

All the datasets for the project.

Declaration
public RepeatedField<Dataset> Datasets { get; }
Property Value
Type Description
RepeatedField<Dataset>

NextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<Dataset> GetEnumerator()
Returns
Type Description
IEnumerator<Dataset>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX