public static interface Certificate.RevocationDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRevocationState()
public abstract RevocationReason getRevocationState()Indicates why a Certificate was revoked.
.google.cloud.security.privateca.v1.RevocationReason revocation_state = 1;
| Returns | |
|---|---|
| Type | Description |
RevocationReason |
The revocationState. |
getRevocationStateValue()
public abstract int getRevocationStateValue()Indicates why a Certificate was revoked.
.google.cloud.security.privateca.v1.RevocationReason revocation_state = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Timestamp |
The revocationTime. |
getRevocationTimeOrBuilder()
public abstract TimestampOrBuilder getRevocationTimeOrBuilder()The time at which this Certificate was revoked.
.google.protobuf.Timestamp revocation_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasRevocationTime()
public abstract boolean hasRevocationTime()The time at which this Certificate was revoked.
.google.protobuf.Timestamp revocation_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the revocationTime field is set. |