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 Type
    Method
    Description
    int
    int32 latency = 3;
    .soulfire.v1.ProxyProto proxy = 1;
    .soulfire.v1.ProxyProto proxy = 1;
    string real_ip = 4;
    com.google.protobuf.ByteString
    string real_ip = 4;
    boolean
    bool valid = 2;
    boolean
    .soulfire.v1.ProxyProto proxy = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      ProxyProto getProxy()
      .soulfire.v1.ProxyProto proxy = 1;
      Returns:
      The proxy.
    • 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

      String getRealIp()
      string real_ip = 4;
      Returns:
      The realIp.
    • getRealIpBytes

      com.google.protobuf.ByteString getRealIpBytes()
      string real_ip = 4;
      Returns:
      The bytes for realIp.