Uses of Class
com.google.cloud.dialogflow.v2.ValidationError.Severity
-
Packages that use ValidationError.Severity Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ValidationError.Severity in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ValidationError.Severity Modifier and Type Method Description static ValidationError.Severity
ValidationError.Severity. forNumber(int value)
ValidationError.Severity
ValidationError.Builder. getSeverity()
The severity of the error.ValidationError.Severity
ValidationError. getSeverity()
The severity of the error.ValidationError.Severity
ValidationErrorOrBuilder. getSeverity()
The severity of the error.static ValidationError.Severity
ValidationError.Severity. valueOf(int value)
Deprecated.static ValidationError.Severity
ValidationError.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ValidationError.Severity
ValidationError.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationError.Severity[]
ValidationError.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ValidationError.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ValidationError.Severity>
ValidationError.Severity. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2 with parameters of type ValidationError.Severity Modifier and Type Method Description ValidationError.Builder
ValidationError.Builder. setSeverity(ValidationError.Severity value)
The severity of the error.
-