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