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 StringgetCommonName()Optional.com.google.protobuf.ByteStringgetCommonNameBytes()Optional.SubjectgetSubject()Required.SubjectAltNamesgetSubjectAltName()Optional.SubjectAltNamesOrBuildergetSubjectAltNameOrBuilder()Optional.SubjectOrBuildergetSubjectOrBuilder()Required.booleanhasSubject()Required.booleanhasSubjectAltName()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 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];
-
-