Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.Version.State
-
Packages that use Version.State Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of Version.State in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Version.State Modifier and Type Method Description static Version.State
Version.State. forNumber(int value)
Version.State
Version.Builder. getState()
Output only.Version.State
Version. getState()
Output only.Version.State
VersionOrBuilder. getState()
Output only.static Version.State
Version.State. valueOf(int value)
Deprecated.static Version.State
Version.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Version.State
Version.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Version.State[]
Version.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 Version.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Version.State>
Version.State. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type Version.State Modifier and Type Method Description Version.Builder
Version.Builder. setState(Version.State value)
Output only.
-