Interface ProxyInfoOrBuilder (0.3.0)

public interface ProxyInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnonymous()

public abstract boolean getAnonymous()

Whether the IP address is anonymous.

bool anonymous = 1;

Returns
Type Description
boolean

The anonymous.

getAnonymousVpn()

public abstract boolean getAnonymousVpn()

Whether the IP address is an anonymous VPN.

bool anonymous_vpn = 2;

Returns
Type Description
boolean

The anonymousVpn.

getHostingProvider()

public abstract boolean getHostingProvider()

Whether the IP address is a hosting provider.

bool hosting_provider = 6;

Returns
Type Description
boolean

The hostingProvider.

getProxyOverVpn()

public abstract boolean getProxyOverVpn()

Whether the IP address is a proxy over VPN.

bool proxy_over_vpn = 10;

Returns
Type Description
boolean

The proxyOverVpn.

getPublicProxy()

public abstract boolean getPublicProxy()

Whether the IP address is a public proxy.

bool public_proxy = 3;

Returns
Type Description
boolean

The publicProxy.

getRelayProxy()

public abstract boolean getRelayProxy()

Whether the IP address is a relay proxy.

bool relay_proxy = 11;

Returns
Type Description
boolean

The relayProxy.

getResidentialProxy()

public abstract boolean getResidentialProxy()

Whether the IP address is a residential proxy.

bool residential_proxy = 8;

Returns
Type Description
boolean

The residentialProxy.

getSmartDnsProxy()

public abstract boolean getSmartDnsProxy()

Whether the IP address is a smart DNS proxy.

bool smart_dns_proxy = 5;

Returns
Type Description
boolean

The smartDnsProxy.

getTorExitNode()

public abstract boolean getTorExitNode()

Whether the IP address is a tor exit node.

bool tor_exit_node = 4;

Returns
Type Description
boolean

The torExitNode.

getVpnDatacenter()

public abstract boolean getVpnDatacenter()

Whether the IP address is a VPN datacenter.

bool vpn_datacenter = 7;

Returns
Type Description
boolean

The vpnDatacenter.

getVpnServiceName()

public abstract String getVpnServiceName()

The name of the VPN service.

string vpn_service_name = 9;

Returns
Type Description
String

The vpnServiceName.

getVpnServiceNameBytes()

public abstract ByteString getVpnServiceNameBytes()

The name of the VPN service.

string vpn_service_name = 9;

Returns
Type Description
ByteString

The bytes for vpnServiceName.