Interface Certificate.RevocationDetailsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RevocationReason getRevocationState()
      Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
      int getRevocationStateValue()
      Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
      com.google.protobuf.Timestamp getRevocationTime()
      The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
      com.google.protobuf.TimestampOrBuilder getRevocationTimeOrBuilder()
      The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
      boolean hasRevocationTime()
      The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.v1.Certificate] was
         revoked.
         
        .google.cloud.security.privateca.v1.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.v1.Certificate] was
         revoked.
         
        .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1;
        Returns:
        The revocationState.
      • hasRevocationTime

        boolean hasRevocationTime()
         The time at which this
         [Certificate][google.cloud.security.privateca.v1.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.v1.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.v1.Certificate] was
         revoked.
         
        .google.protobuf.Timestamp revocation_time = 2;