Service Management v1 API - Enum OperationMetadata.Types.Status (2.1.0)

public enum Status

Reference documentation and code samples for the Service Management v1 API enum OperationMetadata.Types.Status.

Code describes the status of the operation (or one of its steps).

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Fields

NameDescription
Cancelled

The operation or step has completed with cancellation.

Done

The operation or step has completed without errors.

Failed

The operation or step has completed with errors. If the operation is rollbackable, the rollback completed with errors too.

InProgress

The operation or step is in progress.

NotStarted

The operation or step has not started yet.

Unspecified

Unspecifed code.