Interface ProxyCheckResponseSingleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProxyCheckResponseSingle, ProxyCheckResponseSingle.Builder
@Generated
public interface ProxyCheckResponseSingleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 latency = 3;getProxy().soulfire.v1.ProxyProto proxy = 1;.soulfire.v1.ProxyProto proxy = 1;string real_ip = 4;com.google.protobuf.ByteStringstring real_ip = 4;booleangetValid()bool valid = 2;booleanhasProxy().soulfire.v1.ProxyProto proxy = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasProxy
boolean hasProxy().soulfire.v1.ProxyProto proxy = 1;- Returns:
- Whether the proxy field is set.
-
getProxy
-
getProxyOrBuilder
ProxyProtoOrBuilder getProxyOrBuilder().soulfire.v1.ProxyProto proxy = 1; -
getValid
boolean getValid()bool valid = 2;- Returns:
- The valid.
-
getLatency
int getLatency()int32 latency = 3;- Returns:
- The latency.
-
getRealIp
-
getRealIpBytes
com.google.protobuf.ByteString getRealIpBytes()string real_ip = 4;- Returns:
- The bytes for realIp.
-