Interface ProxyCheckRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProxyCheckRequest, ProxyCheckRequest.Builder

@Generated public interface ProxyCheckRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string instance_id = 1;
    com.google.protobuf.ByteString
    string instance_id = 1;
    getProxy(int index)
    repeated .soulfire.v1.ProxyProto proxy = 2;
    int
    repeated .soulfire.v1.ProxyProto proxy = 2;
    repeated .soulfire.v1.ProxyProto proxy = 2;
    getProxyOrBuilder(int index)
    repeated .soulfire.v1.ProxyProto proxy = 2;
    repeated .soulfire.v1.ProxyProto proxy = 2;

    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

    • getInstanceId

      String getInstanceId()
      string instance_id = 1;
      Returns:
      The instanceId.
    • getInstanceIdBytes

      com.google.protobuf.ByteString getInstanceIdBytes()
      string instance_id = 1;
      Returns:
      The bytes for instanceId.
    • getProxyList

      List<ProxyProto> getProxyList()
      repeated .soulfire.v1.ProxyProto proxy = 2;
    • getProxy

      ProxyProto getProxy(int index)
      repeated .soulfire.v1.ProxyProto proxy = 2;
    • getProxyCount

      int getProxyCount()
      repeated .soulfire.v1.ProxyProto proxy = 2;
    • getProxyOrBuilderList

      List<? extends ProxyProtoOrBuilder> getProxyOrBuilderList()
      repeated .soulfire.v1.ProxyProto proxy = 2;
    • getProxyOrBuilder

      ProxyProtoOrBuilder getProxyOrBuilder(int index)
      repeated .soulfire.v1.ProxyProto proxy = 2;