Google Cloud Dataplex V1 Client - Class State (0.1.6)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class State.

Current state of discovery.

Protobuf type google.cloud.dataplex.v1.Asset.DiscoveryStatus.State

Methods

name

Parameter
Name Description
value mixed

value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

SCHEDULED

Value: 1

Discovery for the asset is scheduled.

Generated from protobuf enum SCHEDULED = 1;

IN_PROGRESS

Value: 2

Discovery for the asset is running.

Generated from protobuf enum IN_PROGRESS = 2;

PAUSED

Value: 3

Discovery for the asset is currently paused (e.g. due to a lack of available resources). It will be automatically resumed.

Generated from protobuf enum PAUSED = 3;

DISABLED

Value: 5

Discovery for the asset is disabled.

Generated from protobuf enum DISABLED = 5;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.