Class CertificateDetails.OcspDetails.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CertificateDetails.OcspDetails.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CertificateDetails.OcspDetails.Builder>
      • getDefaultInstanceForType

        public CertificateDetails.OcspDetails getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public CertificateDetails.OcspDetails build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public CertificateDetails.OcspDetails buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CertificateDetails.OcspDetails.Builder>
      • hasValidFrom

        public boolean hasValidFrom()
         Indicates the time from which the OCSP response is valid.
         
        .google.protobuf.Timestamp valid_from = 1;
        Specified by:
        hasValidFrom in interface CertificateDetails.OcspDetailsOrBuilder
        Returns:
        Whether the validFrom field is set.
      • getValidFrom

        public com.google.protobuf.Timestamp getValidFrom()
         Indicates the time from which the OCSP response is valid.
         
        .google.protobuf.Timestamp valid_from = 1;
        Specified by:
        getValidFrom in interface CertificateDetails.OcspDetailsOrBuilder
        Returns:
        The validFrom.
      • setValidFrom

        public CertificateDetails.OcspDetails.Builder setValidFrom​(com.google.protobuf.Timestamp value)
         Indicates the time from which the OCSP response is valid.
         
        .google.protobuf.Timestamp valid_from = 1;
      • setValidFrom

        public CertificateDetails.OcspDetails.Builder setValidFrom​(com.google.protobuf.Timestamp.Builder builderForValue)
         Indicates the time from which the OCSP response is valid.
         
        .google.protobuf.Timestamp valid_from = 1;
      • mergeValidFrom

        public CertificateDetails.OcspDetails.Builder mergeValidFrom​(com.google.protobuf.Timestamp value)
         Indicates the time from which the OCSP response is valid.
         
        .google.protobuf.Timestamp valid_from = 1;
      • getValidFromBuilder

        public com.google.protobuf.Timestamp.Builder getValidFromBuilder()
         Indicates the time from which the OCSP response is valid.
         
        .google.protobuf.Timestamp valid_from = 1;
      • hasExpiration

        public boolean hasExpiration()
         Indicates the time at which the OCSP response expires.
         
        .google.protobuf.Timestamp expiration = 2;
        Specified by:
        hasExpiration in interface CertificateDetails.OcspDetailsOrBuilder
        Returns:
        Whether the expiration field is set.
      • getExpiration

        public com.google.protobuf.Timestamp getExpiration()
         Indicates the time at which the OCSP response expires.
         
        .google.protobuf.Timestamp expiration = 2;
        Specified by:
        getExpiration in interface CertificateDetails.OcspDetailsOrBuilder
        Returns:
        The expiration.
      • setExpiration

        public CertificateDetails.OcspDetails.Builder setExpiration​(com.google.protobuf.Timestamp value)
         Indicates the time at which the OCSP response expires.
         
        .google.protobuf.Timestamp expiration = 2;
      • setExpiration

        public CertificateDetails.OcspDetails.Builder setExpiration​(com.google.protobuf.Timestamp.Builder builderForValue)
         Indicates the time at which the OCSP response expires.
         
        .google.protobuf.Timestamp expiration = 2;
      • mergeExpiration

        public CertificateDetails.OcspDetails.Builder mergeExpiration​(com.google.protobuf.Timestamp value)
         Indicates the time at which the OCSP response expires.
         
        .google.protobuf.Timestamp expiration = 2;
      • getExpirationBuilder

        public com.google.protobuf.Timestamp.Builder getExpirationBuilder()
         Indicates the time at which the OCSP response expires.
         
        .google.protobuf.Timestamp expiration = 2;