Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
static ValidationError.Severity |
ValidationError.Severity.forNumber(int value) |
ValidationError.Severity |
ValidationErrorOrBuilder.getSeverity()
The severity of the error.
|
ValidationError.Severity |
ValidationError.getSeverity()
The severity of the error.
|
ValidationError.Severity |
ValidationError.Builder.getSeverity()
The severity of the error.
|
static ValidationError.Severity |
ValidationError.Severity.valueOf(Descriptors.EnumValueDescriptor desc) |
static ValidationError.Severity |
ValidationError.Severity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<ValidationError.Severity> |
ValidationError.Severity.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ValidationError.Builder |
ValidationError.Builder.setSeverity(ValidationError.Severity value)
The severity of the error.
|
Copyright © 2022 Google LLC. All rights reserved.