Enum ValidationMessage.Level (1.40.0)

public enum ValidationMessage.Level extends Enum<ValidationMessage.Level> implements ProtocolMessageEnum

Validation message level.

Protobuf enum google.cloud.datastream.v1alpha1.ValidationMessage.Level

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

Definitely cause issues with the Stream.

ERROR = 2;

ERROR_VALUE

Definitely cause issues with the Stream.

ERROR = 2;

LEVEL_UNSPECIFIED

Unspecified level.

LEVEL_UNSPECIFIED = 0;

LEVEL_UNSPECIFIED_VALUE

Unspecified level.

LEVEL_UNSPECIFIED = 0;

UNRECOGNIZED
WARNING

Potentially cause issues with the Stream.

WARNING = 1;

WARNING_VALUE

Potentially cause issues with the Stream.

WARNING = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()