Interface CertificateConfig.SubjectConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateConfig.SubjectConfig
,CertificateConfig.SubjectConfig.Builder
- Enclosing class:
- CertificateConfig
public static interface CertificateConfig.SubjectConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subject
getSubject()
Required.SubjectAltNames
getSubjectAltName()
Optional.SubjectAltNamesOrBuilder
getSubjectAltNameOrBuilder()
Optional.SubjectOrBuilder
getSubjectOrBuilder()
Required.boolean
hasSubject()
Required.boolean
hasSubjectAltName()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-