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.StateDeployment.State. forNumber(int value)Deployment.StateDeployment.Builder. getState()The current state of the deployment.Deployment.StateDeployment. getState()The current state of the deployment.Deployment.StateDeploymentOrBuilder. getState()The current state of the deployment.static Deployment.StateDeployment.State. valueOf(int value)Deprecated.static Deployment.StateDeployment.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Deployment.StateDeployment.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.BuilderDeployment.Builder. setState(Deployment.State value)The current state of the deployment.
-