Interface FixedServerPreferredAddressConfigOrBuilder

    • Method Detail

      • hasIpv4Address

        boolean hasIpv4Address()
         String representation of IPv4 address, i.e. "127.0.0.2".
         If not specified, none will be configured.
         
        string ipv4_address = 1;
        Returns:
        Whether the ipv4Address field is set.
      • getIpv4Address

        String getIpv4Address()
         String representation of IPv4 address, i.e. "127.0.0.2".
         If not specified, none will be configured.
         
        string ipv4_address = 1;
        Returns:
        The ipv4Address.
      • getIpv4AddressBytes

        com.google.protobuf.ByteString getIpv4AddressBytes()
         String representation of IPv4 address, i.e. "127.0.0.2".
         If not specified, none will be configured.
         
        string ipv4_address = 1;
        Returns:
        The bytes for ipv4Address.
      • hasIpv6Address

        boolean hasIpv6Address()
         String representation of IPv6 address, i.e. "::1".
         If not specified, none will be configured.
         
        string ipv6_address = 2;
        Returns:
        Whether the ipv6Address field is set.
      • getIpv6Address

        String getIpv6Address()
         String representation of IPv6 address, i.e. "::1".
         If not specified, none will be configured.
         
        string ipv6_address = 2;
        Returns:
        The ipv6Address.
      • getIpv6AddressBytes

        com.google.protobuf.ByteString getIpv6AddressBytes()
         String representation of IPv6 address, i.e. "::1".
         If not specified, none will be configured.
         
        string ipv6_address = 2;
        Returns:
        The bytes for ipv6Address.