Google Cloud Datastream V1 Client - Class Level (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 Level.
Validation message level.
Protobuf type google.cloud.datastream.v1.ValidationMessage.Level
Namespace
Google \ Cloud \ Datastream \ V1 \ ValidationMessageMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LEVEL_UNSPECIFIED
Value: 0Unspecified level.
Generated from protobuf enum LEVEL_UNSPECIFIED = 0;
WARNING
Value: 1Potentially cause issues with the Stream.
Generated from protobuf enum WARNING = 1;
ERROR
Value: 2Definitely cause issues with the Stream.
Generated from protobuf enum ERROR = 2;