Interface CertificateConfig.SubjectConfigOrBuilder

    • Method Detail

      • hasSubject

        boolean hasSubject()
         Required. Contains distinguished name fields such as the common name,
         location and organization.
         
        .google.cloud.security.privateca.v1.Subject subject = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the subject field is set.
      • getSubject

        Subject getSubject()
         Required. Contains distinguished name fields such as the common name,
         location and organization.
         
        .google.cloud.security.privateca.v1.Subject subject = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The subject.
      • getSubjectOrBuilder

        SubjectOrBuilder getSubjectOrBuilder()
         Required. Contains distinguished name fields such as the common name,
         location and organization.
         
        .google.cloud.security.privateca.v1.Subject subject = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasSubjectAltName

        boolean hasSubjectAltName()
         Optional. The subject alternative name fields.
         
        .google.cloud.security.privateca.v1.SubjectAltNames subject_alt_name = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the subjectAltName field is set.
      • getSubjectAltName

        SubjectAltNames getSubjectAltName()
         Optional. The subject alternative name fields.
         
        .google.cloud.security.privateca.v1.SubjectAltNames subject_alt_name = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The subjectAltName.
      • getSubjectAltNameOrBuilder

        SubjectAltNamesOrBuilder getSubjectAltNameOrBuilder()
         Optional. The subject alternative name fields.
         
        .google.cloud.security.privateca.v1.SubjectAltNames subject_alt_name = 2 [(.google.api.field_behavior) = OPTIONAL];