Uses of Class
com.google.cloud.dialogflow.v2beta1.ValidationError.Severity
-
Packages that use ValidationError.Severity Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ValidationError.Severity in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ValidationError.Severity Modifier and Type Method Description static ValidationError.SeverityValidationError.Severity. forNumber(int value)ValidationError.SeverityValidationError.Builder. getSeverity()The severity of the error.ValidationError.SeverityValidationError. getSeverity()The severity of the error.ValidationError.SeverityValidationErrorOrBuilder. getSeverity()The severity of the error.static ValidationError.SeverityValidationError.Severity. valueOf(int value)Deprecated.static ValidationError.SeverityValidationError.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ValidationError.SeverityValidationError.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.v2beta1 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.v2beta1 with parameters of type ValidationError.Severity Modifier and Type Method Description ValidationError.BuilderValidationError.Builder. setSeverity(ValidationError.Severity value)The severity of the error.
-