Google Cloud Datastream V1 Client - Class State (1.5.3)

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

Validation execution state.

Protobuf type google.cloud.datastream.v1.Validation.State

Namespace

Google \ Cloud \ Datastream \ V1 \ Validation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

NOT_EXECUTED

Value: 1

Validation did not execute.

Generated from protobuf enum NOT_EXECUTED = 1;

FAILED

Value: 2

Validation failed.

Generated from protobuf enum FAILED = 2;

PASSED

Value: 3

Validation passed.

Generated from protobuf enum PASSED = 3;