Show / Hide Table of Contents

Enum Status.Types.State

A list of states for the dataset.

Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
public enum Status.Types.State

Fields

Name Description
Completed

The completed state. This state represents the dataset being available for its specific usage.

Deleting

The dataset is in the process of getting deleted.

DeletionFailed

The deletion failed state. This state represents that dataset deletion has failed. Deletion may be retried.

ImportFailed

Importing data to a dataset failed.

ImportSucceeded

Importing data to a dataset succeeded.

Importing

Data is being imported to a dataset.

NeedsReview

This state is currently not used.

Processing

Data is being processed.

ProcessingFailed

The processing failed state. This state represents that processing has failed and may report errors.

Publishing

The publishing state. This state represents the publishing is in progress.

PublishingFailed

The publishing failed states. This state represents that the publishing failed. Publishing may be retried.

Unspecified

The state of this dataset is not set.

In this article
Back to top Generated by DocFX