Uses of Class
com.google.cloud.datastream.v1alpha1.ValidationMessage.Level
-
Packages that use ValidationMessage.Level Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of ValidationMessage.Level in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return ValidationMessage.Level Modifier and Type Method Description static ValidationMessage.Level
ValidationMessage.Level. forNumber(int value)
ValidationMessage.Level
ValidationMessage.Builder. getLevel()
Message severity level (warning or error).ValidationMessage.Level
ValidationMessage. getLevel()
Message severity level (warning or error).ValidationMessage.Level
ValidationMessageOrBuilder. getLevel()
Message severity level (warning or error).static ValidationMessage.Level
ValidationMessage.Level. valueOf(int value)
Deprecated.static ValidationMessage.Level
ValidationMessage.Level. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ValidationMessage.Level
ValidationMessage.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationMessage.Level[]
ValidationMessage.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type ValidationMessage.Level Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ValidationMessage.Level>
ValidationMessage.Level. internalGetValueMap()
Methods in com.google.cloud.datastream.v1alpha1 with parameters of type ValidationMessage.Level Modifier and Type Method Description ValidationMessage.Builder
ValidationMessage.Builder. setLevel(ValidationMessage.Level value)
Message severity level (warning or error).
-