Interface Certificate.RevocationDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Certificate.RevocationDetails
,Certificate.RevocationDetails.Builder
- Enclosing class:
- Certificate
public static interface Certificate.RevocationDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevocationReason
getRevocationState()
Indicates why a [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.int
getRevocationStateValue()
Indicates why a [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.com.google.protobuf.Timestamp
getRevocationTime()
The time at which this [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.com.google.protobuf.TimestampOrBuilder
getRevocationTimeOrBuilder()
The time at which this [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.boolean
hasRevocationTime()
The time at which this [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRevocationStateValue
int getRevocationStateValue()
Indicates why a [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.
.google.cloud.security.privateca.v1beta1.RevocationReason revocation_state = 1;
- Returns:
- The enum numeric value on the wire for revocationState.
-
getRevocationState
RevocationReason getRevocationState()
Indicates why a [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.
.google.cloud.security.privateca.v1beta1.RevocationReason revocation_state = 1;
- Returns:
- The revocationState.
-
hasRevocationTime
boolean hasRevocationTime()
The time at which this [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.
.google.protobuf.Timestamp revocation_time = 2;
- Returns:
- Whether the revocationTime field is set.
-
getRevocationTime
com.google.protobuf.Timestamp getRevocationTime()
The time at which this [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.
.google.protobuf.Timestamp revocation_time = 2;
- Returns:
- The revocationTime.
-
getRevocationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getRevocationTimeOrBuilder()
The time at which this [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.
.google.protobuf.Timestamp revocation_time = 2;
-
-