Uses of Class
com.google.cloud.run.v2.BinaryAuthorization.BinauthzMethodCase
-
Packages that use BinaryAuthorization.BinauthzMethodCase Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of BinaryAuthorization.BinauthzMethodCase in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return BinaryAuthorization.BinauthzMethodCase Modifier and Type Method Description static BinaryAuthorization.BinauthzMethodCase
BinaryAuthorization.BinauthzMethodCase. forNumber(int value)
BinaryAuthorization.BinauthzMethodCase
BinaryAuthorization.Builder. getBinauthzMethodCase()
BinaryAuthorization.BinauthzMethodCase
BinaryAuthorization. getBinauthzMethodCase()
BinaryAuthorization.BinauthzMethodCase
BinaryAuthorizationOrBuilder. getBinauthzMethodCase()
static BinaryAuthorization.BinauthzMethodCase
BinaryAuthorization.BinauthzMethodCase. valueOf(int value)
Deprecated.static BinaryAuthorization.BinauthzMethodCase
BinaryAuthorization.BinauthzMethodCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static BinaryAuthorization.BinauthzMethodCase[]
BinaryAuthorization.BinauthzMethodCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-