Interface AddressOrBuilder

    • Method Detail

      • getTypeValue

        int getTypeValue()
        .grpc.binarylog.v1.Address.Type type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        Address.Type getType()
        .grpc.binarylog.v1.Address.Type type = 1;
        Returns:
        The type.
      • getAddress

        String getAddress()
        string address = 2;
        Returns:
        The address.
      • getAddressBytes

        ByteString getAddressBytes()
        string address = 2;
        Returns:
        The bytes for address.
      • getIpPort

        int getIpPort()
         only for TYPE_IPV4 and TYPE_IPV6
         
        uint32 ip_port = 3;
        Returns:
        The ipPort.