Uses of Class
com.google.cloud.binaryauthorization.v1beta1.AttestorPublicKey.PublicKeyCase
-
Packages that use AttestorPublicKey.PublicKeyCase Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization API -
-
Uses of AttestorPublicKey.PublicKeyCase in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return AttestorPublicKey.PublicKeyCase Modifier and Type Method Description static AttestorPublicKey.PublicKeyCase
AttestorPublicKey.PublicKeyCase. forNumber(int value)
AttestorPublicKey.PublicKeyCase
AttestorPublicKey.Builder. getPublicKeyCase()
AttestorPublicKey.PublicKeyCase
AttestorPublicKey. getPublicKeyCase()
AttestorPublicKey.PublicKeyCase
AttestorPublicKeyOrBuilder. getPublicKeyCase()
static AttestorPublicKey.PublicKeyCase
AttestorPublicKey.PublicKeyCase. valueOf(int value)
Deprecated.static AttestorPublicKey.PublicKeyCase
AttestorPublicKey.PublicKeyCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttestorPublicKey.PublicKeyCase[]
AttestorPublicKey.PublicKeyCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-