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