Interface CertificateConfig.SubjectConfigOrBuilder

    • Method Detail

      • hasSubject

        boolean hasSubject()
         Required. Contains distinguished name fields such as the location and organization.
         
        .google.cloud.security.privateca.v1beta1.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 location and organization.
         
        .google.cloud.security.privateca.v1beta1.Subject subject = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The subject.
      • getSubjectOrBuilder

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

        String getCommonName()
         Optional. The "common name" of the distinguished name.
         
        string common_name = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The commonName.
      • getCommonNameBytes

        com.google.protobuf.ByteString getCommonNameBytes()
         Optional. The "common name" of the distinguished name.
         
        string common_name = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for commonName.
      • hasSubjectAltName

        boolean hasSubjectAltName()
         Optional. The subject alternative name fields.
         
        .google.cloud.security.privateca.v1beta1.SubjectAltNames subject_alt_name = 3 [(.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.v1beta1.SubjectAltNames subject_alt_name = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The subjectAltName.
      • getSubjectAltNameOrBuilder

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