Interface CertificateRevocationList.RevokedCertificateOrBuilder (2.4.0)

public static interface CertificateRevocationList.RevokedCertificateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificate()

public abstract String getCertificate()

The resource path for the Certificate in the format projects/*/locations/*/certificateAuthorities/*/certificates/*.

string certificate = 1;

Returns
TypeDescription
String

The certificate.

getCertificateBytes()

public abstract ByteString getCertificateBytes()

The resource path for the Certificate in the format projects/*/locations/*/certificateAuthorities/*/certificates/*.

string certificate = 1;

Returns
TypeDescription
ByteString

The bytes for certificate.

getHexSerialNumber()

public abstract String getHexSerialNumber()

The serial number of the Certificate.

string hex_serial_number = 2;

Returns
TypeDescription
String

The hexSerialNumber.

getHexSerialNumberBytes()

public abstract ByteString getHexSerialNumberBytes()

The serial number of the Certificate.

string hex_serial_number = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
RevocationReason

The revocationReason.

getRevocationReasonValue()

public abstract int getRevocationReasonValue()

The reason the Certificate was revoked.

.google.cloud.security.privateca.v1beta1.RevocationReason revocation_reason = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for revocationReason.