Uses of Class
com.google.cloud.dialogflow.v2beta1.Version.VersionStatus
-
Packages that use Version.VersionStatus Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of Version.VersionStatus in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Version.VersionStatus Modifier and Type Method Description static Version.VersionStatusVersion.VersionStatus. forNumber(int value)Version.VersionStatusVersion.Builder. getStatus()Output only.Version.VersionStatusVersion. getStatus()Output only.Version.VersionStatusVersionOrBuilder. getStatus()Output only.static Version.VersionStatusVersion.VersionStatus. valueOf(int value)Deprecated.static Version.VersionStatusVersion.VersionStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Version.VersionStatusVersion.VersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Version.VersionStatus[]Version.VersionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type Version.VersionStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Version.VersionStatus>Version.VersionStatus. internalGetValueMap()Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type Version.VersionStatus Modifier and Type Method Description Version.BuilderVersion.Builder. setStatus(Version.VersionStatus value)Output only.
-