Google Cloud Datastream V1 Client - Class State (2.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ ValidationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
NOT_EXECUTED
Value: 1Validation did not execute.
Generated from protobuf enum NOT_EXECUTED = 1;
FAILED
Value: 2Validation failed.
Generated from protobuf enum FAILED = 2;
PASSED
Value: 3Validation passed.
Generated from protobuf enum PASSED = 3;
WARNING
Value: 4Validation executed with warnings.
Generated from protobuf enum WARNING = 4;