Interface CertificateExtensionConstraintsOrBuilder

    • Method Detail

      • getKnownExtensionsList

        List<CertificateExtensionConstraints.KnownCertificateExtension> getKnownExtensionsList()
         Optional. A set of named X.509 extensions. Will be combined with
         [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.CertificateExtensionConstraints.KnownCertificateExtension known_extensions = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        A list containing the knownExtensions.
      • getKnownExtensionsCount

        int getKnownExtensionsCount()
         Optional. A set of named X.509 extensions. Will be combined with
         [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.CertificateExtensionConstraints.KnownCertificateExtension known_extensions = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The count of knownExtensions.
      • getKnownExtensions

        CertificateExtensionConstraints.KnownCertificateExtension getKnownExtensions​(int index)
         Optional. A set of named X.509 extensions. Will be combined with
         [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.CertificateExtensionConstraints.KnownCertificateExtension known_extensions = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the element to return.
        Returns:
        The knownExtensions at the given index.
      • getKnownExtensionsValueList

        List<Integer> getKnownExtensionsValueList()
         Optional. A set of named X.509 extensions. Will be combined with
         [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.CertificateExtensionConstraints.KnownCertificateExtension known_extensions = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        A list containing the enum numeric values on the wire for knownExtensions.
      • getKnownExtensionsValue

        int getKnownExtensionsValue​(int index)
         Optional. A set of named X.509 extensions. Will be combined with
         [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.CertificateExtensionConstraints.KnownCertificateExtension known_extensions = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of knownExtensions at the given index.
      • getAdditionalExtensionsList

        List<ObjectId> getAdditionalExtensionsList()
         Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
         identifying custom X.509 extensions. Will be combined with
         [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.ObjectId additional_extensions = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getAdditionalExtensions

        ObjectId getAdditionalExtensions​(int index)
         Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
         identifying custom X.509 extensions. Will be combined with
         [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.ObjectId additional_extensions = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getAdditionalExtensionsCount

        int getAdditionalExtensionsCount()
         Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
         identifying custom X.509 extensions. Will be combined with
         [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.ObjectId additional_extensions = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getAdditionalExtensionsOrBuilderList

        List<? extends ObjectIdOrBuilder> getAdditionalExtensionsOrBuilderList()
         Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
         identifying custom X.509 extensions. Will be combined with
         [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.ObjectId additional_extensions = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getAdditionalExtensionsOrBuilder

        ObjectIdOrBuilder getAdditionalExtensionsOrBuilder​(int index)
         Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
         identifying custom X.509 extensions. Will be combined with
         [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
         to determine the full set of X.509 extensions.
         
        repeated .google.cloud.security.privateca.v1.ObjectId additional_extensions = 2 [(.google.api.field_behavior) = OPTIONAL];