Interface CertificateFilterSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateFilterSpec,CertificateFilterSpec.Builder
@Generated(value="protoc", comments="annotations:CertificateFilterSpecOrBuilder.java.pb.meta") public interface CertificateFilterSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCommonName()The common_name in the certificate.com.google.protobuf.ByteStringgetCommonNameBytes()The common_name in the certificate.java.lang.StringgetOrganization()The organization in the certificate.java.lang.StringgetOrganizationalUnit()The organizational_unit in the certificate.com.google.protobuf.ByteStringgetOrganizationalUnitBytes()The organizational_unit in the certificate.com.google.protobuf.ByteStringgetOrganizationBytes()The organization in the certificate.java.lang.StringgetSubjectAlternativeName()The subject_alternative_name in the certificate.com.google.protobuf.ByteStringgetSubjectAlternativeNameBytes()The subject_alternative_name in the certificate.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCommonName
java.lang.String getCommonName()
The common_name in the certificate. Optional, default is empty.
string common_name = 1;- Returns:
- The commonName.
-
getCommonNameBytes
com.google.protobuf.ByteString getCommonNameBytes()
The common_name in the certificate. Optional, default is empty.
string common_name = 1;- Returns:
- The bytes for commonName.
-
getOrganization
java.lang.String getOrganization()
The organization in the certificate. Optional, default is empty.
string organization = 2;- Returns:
- The organization.
-
getOrganizationBytes
com.google.protobuf.ByteString getOrganizationBytes()
The organization in the certificate. Optional, default is empty.
string organization = 2;- Returns:
- The bytes for organization.
-
getOrganizationalUnit
java.lang.String getOrganizationalUnit()
The organizational_unit in the certificate. Optional, default is empty.
string organizational_unit = 3;- Returns:
- The organizationalUnit.
-
getOrganizationalUnitBytes
com.google.protobuf.ByteString getOrganizationalUnitBytes()
The organizational_unit in the certificate. Optional, default is empty.
string organizational_unit = 3;- Returns:
- The bytes for organizationalUnit.
-
getSubjectAlternativeName
java.lang.String getSubjectAlternativeName()
The subject_alternative_name in the certificate. Optional, default is empty.
string subject_alternative_name = 4;- Returns:
- The subjectAlternativeName.
-
getSubjectAlternativeNameBytes
com.google.protobuf.ByteString getSubjectAlternativeNameBytes()
The subject_alternative_name in the certificate. Optional, default is empty.
string subject_alternative_name = 4;- Returns:
- The bytes for subjectAlternativeName.
-
-