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