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.StateVersion.State. forNumber(int value)Version.StateVersion.Builder. getState()Output only.Version.StateVersion. getState()Output only.Version.StateVersionOrBuilder. getState()Output only.static Version.StateVersion.State. valueOf(int value)Deprecated.static Version.StateVersion.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Version.StateVersion.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.BuilderVersion.Builder. setState(Version.State value)Output only.
-