Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.Deployment.State
-
Packages that use Deployment.State Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of Deployment.State in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Deployment.State Modifier and Type Method Description static Deployment.State
Deployment.State. forNumber(int value)
Deployment.State
Deployment.Builder. getState()
The current state of the deployment.Deployment.State
Deployment. getState()
The current state of the deployment.Deployment.State
DeploymentOrBuilder. getState()
The current state of the deployment.static Deployment.State
Deployment.State. valueOf(int value)
Deprecated.static Deployment.State
Deployment.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Deployment.State
Deployment.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Deployment.State[]
Deployment.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type Deployment.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Deployment.State>
Deployment.State. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type Deployment.State Modifier and Type Method Description Deployment.Builder
Deployment.Builder. setState(Deployment.State value)
The current state of the deployment.
-