Cloud Dataplex v1 API - Enum JobEvent.Types.State (2.15.0)

public enum JobEvent.Types.State

Reference documentation and code samples for the Cloud Dataplex v1 API enum JobEvent.Types.State.

The completion status of the job.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

NameDescription
Aborted

Job was cancelled or aborted via the service executing the job.

Cancelled

Job was cancelled by the user.

Failed

Job was unsuccessful.

Succeeded

Job successfully completed.

Unspecified

Unspecified job state.