Google Cloud Dataplex V1 Client - Class State (1.11.0)

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 \ DataScanEvent

Methods

static::name

Parameter
NameDescription
valuemixed

static::value

Parameter
NameDescription
namemixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified job state.

Generated from protobuf enumSTATE_UNSPECIFIED = 0;

STARTED

Value: 1

Data scan job started.

Generated from protobuf enumSTARTED = 1;

SUCCEEDED

Value: 2

Data scan job successfully completed.

Generated from protobuf enumSUCCEEDED = 2;

FAILED

Value: 3

Data scan job was unsuccessful.

Generated from protobuf enumFAILED = 3;

CANCELLED

Value: 4

Data scan job was cancelled.

Generated from protobuf enumCANCELLED = 4;

CREATED

Value: 5

Data scan job was created.

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.