Show / Hide Table of Contents

Class FetchDatasetErrorsResponse

Response object of FetchDatasetErrors.

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

Constructors

FetchDatasetErrorsResponse()

Declaration
public FetchDatasetErrorsResponse()

FetchDatasetErrorsResponse(FetchDatasetErrorsResponse)

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

Properties

Errors

The errors associated with a dataset.

Declaration
public RepeatedField<Status> Errors { get; }
Property Value
Type Description
RepeatedField<Status>

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<Status> GetEnumerator()
Returns
Type Description
IEnumerator<Status>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX