Google Cloud Dataplex V1 Client - Class State (1.9.1)

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

State of a metadata job.

Protobuf type google.cloud.dataplex.v1.MetadataJob.Status.State

Namespace

Google \ Cloud \ Dataplex \ V1 \ MetadataJob \ Status

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

QUEUED

Value: 1

The job is queued.

Generated from protobuf enum QUEUED = 1;

RUNNING

Value: 2

The job is running.

Generated from protobuf enum RUNNING = 2;

CANCELING

Value: 3

The job is being canceled.

Generated from protobuf enum CANCELING = 3;

CANCELED

Value: 4

The job is canceled.

Generated from protobuf enum CANCELED = 4;

SUCCEEDED

Value: 5

The job succeeded.

Generated from protobuf enum SUCCEEDED = 5;

FAILED

Value: 6

The job failed.

Generated from protobuf enum FAILED = 6;

SUCCEEDED_WITH_ERRORS

Value: 7

The job completed with some errors.

Generated from protobuf enum SUCCEEDED_WITH_ERRORS = 7;

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.