Google Cloud Dataplex V1 Client - Class State (1.1.1) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class State.
The job state of the data scan.
Protobuf typegoogle.cloud.dataplex.v1.DataScanEvent.State
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataScanEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value | mixed |
static::value
| Parameter | |
|---|---|
| Name | Description |
name | mixed |
Constants
STATE_UNSPECIFIED
Value: 0Unspecified job state.
Generated from protobuf enumSTATE_UNSPECIFIED = 0;
STARTED
Value: 1Data scan job started.
Generated from protobuf enumSTARTED = 1;
SUCCEEDED
Value: 2Data scan job successfully completed.
Generated from protobuf enumSUCCEEDED = 2;
FAILED
Value: 3Data scan job was unsuccessful.
Generated from protobuf enumFAILED = 3;
CANCELLED
Value: 4Data scan job was cancelled.
Generated from protobuf enumCANCELLED = 4;
CREATED
Value: 5Data scan job was createed.
Generated from protobuf enumCREATED = 5;
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-08 UTC.