Google Cloud Dataplex V1 Client - Class State (0.9.0)

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

Execution state for the exporting.

Protobuf type google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult.BigQueryExportResult.State

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataQualityResult \ PostScanActionsResult \ BigQueryExportResult

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The exporting state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

The exporting completed successfully.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

The exporting is no longer running due to an error.

Generated from protobuf enum FAILED = 2;

SKIPPED

Value: 3

The exporting is skipped due to no valid scan result to export (usually caused by scan failed).

Generated from protobuf enum SKIPPED = 3;

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.