Interface TLSProperties.CertificateProperties.SubjectAltNameOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDns()
      [#not-implemented-hide:]
      com.google.protobuf.ByteString getDnsBytes()
      [#not-implemented-hide:]
      TLSProperties.CertificateProperties.SubjectAltName.SanCase getSanCase()  
      java.lang.String getUri()
      string uri = 1;
      com.google.protobuf.ByteString getUriBytes()
      string uri = 1;
      boolean hasDns()
      [#not-implemented-hide:]
      boolean hasUri()
      string uri = 1;
      • 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 Detail

      • hasUri

        boolean hasUri()
        string uri = 1;
        Returns:
        Whether the uri field is set.
      • getUri

        java.lang.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

        java.lang.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.