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