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
Modifier and TypeMethodDescriptionThe common_name in the certificate.com.google.protobuf.ByteStringThe common_name in the certificate.The organization in the certificate.The organizational_unit in the certificate.com.google.protobuf.ByteStringThe organizational_unit in the certificate.com.google.protobuf.ByteStringThe organization in the certificate.The subject_alternative_name in the certificate.com.google.protobuf.ByteStringThe subject_alternative_name in the certificate.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCommonName
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
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
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
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.
-