Module: Google::Cloud::Datastream::V1::ValidationMessage::Level
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Validation message level.
Constant Summary collapse
- LEVEL_UNSPECIFIED =
Unspecified level.
0
- WARNING =
Potentially cause issues with the Stream.
1
- ERROR =
Definitely cause issues with the Stream.
2