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

    Modifier and Type
    Method
    Description
    string dns = 1;
    com.google.protobuf.ByteString
    string dns = 1;
    string ip_address = 3;
    com.google.protobuf.ByteString
    string ip_address = 3;
     
    string uri = 2;
    com.google.protobuf.ByteString
    string uri = 2;
    boolean
    string dns = 1;
    boolean
    string ip_address = 3;
    boolean
    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 Details

    • hasDns

      boolean hasDns()
      string dns = 1;
      Returns:
      Whether the dns field is set.
    • getDns

      String getDns()
      string dns = 1;
      Returns:
      The dns.
    • getDnsBytes

      com.google.protobuf.ByteString getDnsBytes()
      string dns = 1;
      Returns:
      The bytes for dns.
    • hasUri

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

      String getUri()
      string uri = 2;
      Returns:
      The uri.
    • getUriBytes

      com.google.protobuf.ByteString getUriBytes()
      string uri = 2;
      Returns:
      The bytes for uri.
    • hasIpAddress

      boolean hasIpAddress()
      string ip_address = 3;
      Returns:
      Whether the ipAddress field is set.
    • getIpAddress

      String getIpAddress()
      string ip_address = 3;
      Returns:
      The ipAddress.
    • getIpAddressBytes

      com.google.protobuf.ByteString getIpAddressBytes()
      string ip_address = 3;
      Returns:
      The bytes for ipAddress.
    • getNameCase