Interface SubjectAlternateNameOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SubjectAlternateName, SubjectAlternateName.Builder

    public interface SubjectAlternateNameOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDns()
      string dns = 1;
      com.google.protobuf.ByteString getDnsBytes()
      string dns = 1;
      String getIpAddress()
      string ip_address = 3;
      com.google.protobuf.ByteString getIpAddressBytes()
      string ip_address = 3;
      SubjectAlternateName.NameCase getNameCase()  
      String getUri()
      string uri = 2;
      com.google.protobuf.ByteString getUriBytes()
      string uri = 2;
      • 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

      • getDns

        String getDns()
        string dns = 1;
      • getDnsBytes

        com.google.protobuf.ByteString getDnsBytes()
        string dns = 1;
      • getUri

        String getUri()
        string uri = 2;
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
        string uri = 2;
      • getIpAddress

        String getIpAddress()
        string ip_address = 3;
      • getIpAddressBytes

        com.google.protobuf.ByteString getIpAddressBytes()
        string ip_address = 3;