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