Google Cloud Datastream V1 Client - Class Level (1.0.5)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

LEVEL_UNSPECIFIED

Value: 0

Unspecified level.

Generated from protobuf enum LEVEL_UNSPECIFIED = 0;

WARNING

Value: 1

Potentially cause issues with the Stream.

Generated from protobuf enum WARNING = 1;

ERROR

Value: 2

Definitely cause issues with the Stream.

Generated from protobuf enum ERROR = 2;