Interface CertificateRevocationList.RevokedCertificateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCertificate()
      The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format `projects/*/locations/*/caPools/*/certificates/*`.
      com.google.protobuf.ByteString getCertificateBytes()
      The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format `projects/*/locations/*/caPools/*/certificates/*`.
      String getHexSerialNumber()
      The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
      com.google.protobuf.ByteString getHexSerialNumberBytes()
      The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
      RevocationReason getRevocationReason()
      The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
      int getRevocationReasonValue()
      The reason the [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

      • getCertificate

        String getCertificate()
         The resource name for the
         [Certificate][google.cloud.security.privateca.v1.Certificate] in the
         format `projects/*/locations/*/caPools/*/certificates/*`.
         
        string certificate = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The certificate.
      • getCertificateBytes

        com.google.protobuf.ByteString getCertificateBytes()
         The resource name for the
         [Certificate][google.cloud.security.privateca.v1.Certificate] in the
         format `projects/*/locations/*/caPools/*/certificates/*`.
         
        string certificate = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for certificate.
      • getHexSerialNumber

        String getHexSerialNumber()
         The serial number of the
         [Certificate][google.cloud.security.privateca.v1.Certificate].
         
        string hex_serial_number = 2;
        Returns:
        The hexSerialNumber.
      • getHexSerialNumberBytes

        com.google.protobuf.ByteString getHexSerialNumberBytes()
         The serial number of the
         [Certificate][google.cloud.security.privateca.v1.Certificate].
         
        string hex_serial_number = 2;
        Returns:
        The bytes for hexSerialNumber.
      • getRevocationReasonValue

        int getRevocationReasonValue()
         The reason the
         [Certificate][google.cloud.security.privateca.v1.Certificate] was
         revoked.
         
        .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3;
        Returns:
        The enum numeric value on the wire for revocationReason.
      • getRevocationReason

        RevocationReason getRevocationReason()
         The reason the
         [Certificate][google.cloud.security.privateca.v1.Certificate] was
         revoked.
         
        .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3;
        Returns:
        The revocationReason.