public static enum Attestation.SignatureCase extends Enum<Attestation.SignatureCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
PGP_SIGNED_ATTESTATION |
SIGNATURE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Attestation.SignatureCase |
forNumber(int value) |
int |
getNumber() |
static Attestation.SignatureCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Attestation.SignatureCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attestation.SignatureCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attestation.SignatureCase PGP_SIGNED_ATTESTATION
public static final Attestation.SignatureCase SIGNATURE_NOT_SET
public static Attestation.SignatureCase[] values()
for (Attestation.SignatureCase c : Attestation.SignatureCase.values()) System.out.println(c);
public static Attestation.SignatureCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static Attestation.SignatureCase valueOf(int value)
forNumber(int) instead.public static Attestation.SignatureCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.