public final class ProxyInfo extends GeneratedMessage implements ProxyInfoOrBuilder
Proxy information.
Protobuf type google.backstory.ProxyInfo
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ANONYMOUS_FIELD_NUMBER
public static final int ANONYMOUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ANONYMOUS_VPN_FIELD_NUMBER
public static final int ANONYMOUS_VPN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
HOSTING_PROVIDER_FIELD_NUMBER
public static final int HOSTING_PROVIDER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PROXY_OVER_VPN_FIELD_NUMBER
public static final int PROXY_OVER_VPN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PUBLIC_PROXY_FIELD_NUMBER
public static final int PUBLIC_PROXY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RELAY_PROXY_FIELD_NUMBER
public static final int RELAY_PROXY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RESIDENTIAL_PROXY_FIELD_NUMBER
public static final int RESIDENTIAL_PROXY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SMART_DNS_PROXY_FIELD_NUMBER
public static final int SMART_DNS_PROXY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TOR_EXIT_NODE_FIELD_NUMBER
public static final int TOR_EXIT_NODE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VPN_DATACENTER_FIELD_NUMBER
public static final int VPN_DATACENTER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VPN_SERVICE_NAME_FIELD_NUMBER
public static final int VPN_SERVICE_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ProxyInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ProxyInfo.Builder newBuilder()
newBuilder(ProxyInfo prototype)
public static ProxyInfo.Builder newBuilder(ProxyInfo prototype)
| Parameter |
| Name |
Description |
prototype |
ProxyInfo
|
parseDelimitedFrom(InputStream input)
public static ProxyInfo parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProxyInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ProxyInfo parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProxyInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ProxyInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProxyInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static ProxyInfo parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProxyInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static ProxyInfo parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProxyInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ProxyInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProxyInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ProxyInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAnonymous()
public boolean getAnonymous()
Whether the IP address is anonymous.
bool anonymous = 1;
| Returns |
| Type |
Description |
boolean |
The anonymous.
|
getAnonymousVpn()
public boolean getAnonymousVpn()
Whether the IP address is an anonymous VPN.
bool anonymous_vpn = 2;
| Returns |
| Type |
Description |
boolean |
The anonymousVpn.
|
getDefaultInstanceForType()
public ProxyInfo getDefaultInstanceForType()
getHostingProvider()
public boolean getHostingProvider()
Whether the IP address is a hosting provider.
bool hosting_provider = 6;
| Returns |
| Type |
Description |
boolean |
The hostingProvider.
|
getParserForType()
public Parser<ProxyInfo> getParserForType()
Overrides
getProxyOverVpn()
public boolean getProxyOverVpn()
Whether the IP address is a proxy over VPN.
bool proxy_over_vpn = 10;
| Returns |
| Type |
Description |
boolean |
The proxyOverVpn.
|
getPublicProxy()
public boolean getPublicProxy()
Whether the IP address is a public proxy.
bool public_proxy = 3;
| Returns |
| Type |
Description |
boolean |
The publicProxy.
|
getRelayProxy()
public boolean getRelayProxy()
Whether the IP address is a relay proxy.
bool relay_proxy = 11;
| Returns |
| Type |
Description |
boolean |
The relayProxy.
|
getResidentialProxy()
public boolean getResidentialProxy()
Whether the IP address is a residential proxy.
bool residential_proxy = 8;
| Returns |
| Type |
Description |
boolean |
The residentialProxy.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSmartDnsProxy()
public boolean getSmartDnsProxy()
Whether the IP address is a smart DNS proxy.
bool smart_dns_proxy = 5;
| Returns |
| Type |
Description |
boolean |
The smartDnsProxy.
|
getTorExitNode()
public boolean getTorExitNode()
Whether the IP address is a tor exit node.
bool tor_exit_node = 4;
| Returns |
| Type |
Description |
boolean |
The torExitNode.
|
getVpnDatacenter()
public boolean getVpnDatacenter()
Whether the IP address is a VPN datacenter.
bool vpn_datacenter = 7;
| Returns |
| Type |
Description |
boolean |
The vpnDatacenter.
|
getVpnServiceName()
public String getVpnServiceName()
The name of the VPN service.
string vpn_service_name = 9;
| Returns |
| Type |
Description |
String |
The vpnServiceName.
|
getVpnServiceNameBytes()
public ByteString getVpnServiceNameBytes()
The name of the VPN service.
string vpn_service_name = 9;
| Returns |
| Type |
Description |
ByteString |
The bytes for vpnServiceName.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ProxyInfo.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ProxyInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ProxyInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides