Interface Certificate.RevocationDetailsOrBuilder (2.3.0)

public static interface Certificate.RevocationDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRevocationState()

public abstract RevocationReason getRevocationState()

Indicates why a Certificate was revoked.

.google.cloud.security.privateca.v1beta1.RevocationReason revocation_state = 1;

Returns
TypeDescription
RevocationReason

The revocationState.

getRevocationStateValue()

public abstract int getRevocationStateValue()

Indicates why a Certificate was revoked.

.google.cloud.security.privateca.v1beta1.RevocationReason revocation_state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for revocationState.

getRevocationTime()

public abstract Timestamp getRevocationTime()

The time at which this Certificate was revoked.

.google.protobuf.Timestamp revocation_time = 2;

Returns
TypeDescription
Timestamp

The revocationTime.

getRevocationTimeOrBuilder()

public abstract TimestampOrBuilder getRevocationTimeOrBuilder()

The time at which this Certificate was revoked.

.google.protobuf.Timestamp revocation_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasRevocationTime()

public abstract boolean hasRevocationTime()

The time at which this Certificate was revoked.

.google.protobuf.Timestamp revocation_time = 2;

Returns
TypeDescription
boolean

Whether the revocationTime field is set.