Uses of Class
com.google.cloud.deploy.v1.Canary.ModeCase
-
Packages that use Canary.ModeCase Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of Canary.ModeCase in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Canary.ModeCase Modifier and Type Method Description static Canary.ModeCase
Canary.ModeCase. forNumber(int value)
Canary.ModeCase
Canary.Builder. getModeCase()
Canary.ModeCase
Canary. getModeCase()
Canary.ModeCase
CanaryOrBuilder. getModeCase()
static Canary.ModeCase
Canary.ModeCase. valueOf(int value)
Deprecated.static Canary.ModeCase
Canary.ModeCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Canary.ModeCase[]
Canary.ModeCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-