Interface TLSProperties.CertificateProperties.SubjectAltNameOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TLSProperties.CertificateProperties.SubjectAltName
,TLSProperties.CertificateProperties.SubjectAltName.Builder
- Enclosing class:
TLSProperties.CertificateProperties
public static interface TLSProperties.CertificateProperties.SubjectAltNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUri
boolean hasUri()string uri = 1;
- Returns:
- Whether the uri field is set.
-
getUri
String getUri()string uri = 1;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()string uri = 1;
- Returns:
- The bytes for uri.
-
hasDns
boolean hasDns()[#not-implemented-hide:]
string dns = 2;
- Returns:
- Whether the dns field is set.
-
getDns
String getDns()[#not-implemented-hide:]
string dns = 2;
- Returns:
- The dns.
-
getDnsBytes
com.google.protobuf.ByteString getDnsBytes()[#not-implemented-hide:]
string dns = 2;
- Returns:
- The bytes for dns.
-
getSanCase
-