public static interface CertificateRevocationList.RevokedCertificateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificate()
public abstract String getCertificate() The resource path for the Certificate in the format
projects/*/locations/*/certificateAuthorities/*/certificates/*.
string certificate = 1;
| Type | Description |
| String | The certificate. |
getCertificateBytes()
public abstract ByteString getCertificateBytes() The resource path for the Certificate in the format
projects/*/locations/*/certificateAuthorities/*/certificates/*.
string certificate = 1;
| Type | Description |
| ByteString | The bytes for certificate. |
getHexSerialNumber()
public abstract String getHexSerialNumber()The serial number of the Certificate.
string hex_serial_number = 2;
| Type | Description |
| String | The hexSerialNumber. |
getHexSerialNumberBytes()
public abstract ByteString getHexSerialNumberBytes()The serial number of the Certificate.
string hex_serial_number = 2;
| Type | Description |
| ByteString | The bytes for hexSerialNumber. |
getRevocationReason()
public abstract RevocationReason getRevocationReason()The reason the Certificate was revoked.
.google.cloud.security.privateca.v1beta1.RevocationReason revocation_reason = 3;
| Type | Description |
| RevocationReason | The revocationReason. |
getRevocationReasonValue()
public abstract int getRevocationReasonValue()The reason the Certificate was revoked.
.google.cloud.security.privateca.v1beta1.RevocationReason revocation_reason = 3;
| Type | Description |
| int | The enum numeric value on the wire for revocationReason. |