#ifndef GOOGLE_PROTOBUF_INCLUDED_get_5fproxy_5fconfig_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_get_5fproxy_5fconfig_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_get_5fproxy_5fconfig_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_get_5fproxy_5fconfig_2eproto { … };
namespace ip_protection {
class GetProxyConfigRequest;
struct GetProxyConfigRequestDefaultTypeInternal;
extern GetProxyConfigRequestDefaultTypeInternal _GetProxyConfigRequest_default_instance_;
class GetProxyConfigResponse;
struct GetProxyConfigResponseDefaultTypeInternal;
extern GetProxyConfigResponseDefaultTypeInternal _GetProxyConfigResponse_default_instance_;
class GetProxyConfigResponse_GeoHint;
struct GetProxyConfigResponse_GeoHintDefaultTypeInternal;
extern GetProxyConfigResponse_GeoHintDefaultTypeInternal _GetProxyConfigResponse_GeoHint_default_instance_;
class GetProxyConfigResponse_ProxyChain;
struct GetProxyConfigResponse_ProxyChainDefaultTypeInternal;
extern GetProxyConfigResponse_ProxyChainDefaultTypeInternal _GetProxyConfigResponse_ProxyChain_default_instance_;
}
PROTOBUF_NAMESPACE_OPEN
template<> ::ip_protection::GetProxyConfigRequest* Arena::CreateMaybeMessage<::ip_protection::GetProxyConfigRequest>(Arena*);
template<> ::ip_protection::GetProxyConfigResponse* Arena::CreateMaybeMessage<::ip_protection::GetProxyConfigResponse>(Arena*);
template<> ::ip_protection::GetProxyConfigResponse_GeoHint* Arena::CreateMaybeMessage<::ip_protection::GetProxyConfigResponse_GeoHint>(Arena*);
template<> ::ip_protection::GetProxyConfigResponse_ProxyChain* Arena::CreateMaybeMessage<::ip_protection::GetProxyConfigResponse_ProxyChain>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace ip_protection {
class GetProxyConfigRequest final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class GetProxyConfigResponse_ProxyChain final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class GetProxyConfigResponse_GeoHint final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class GetProxyConfigResponse final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline void GetProxyConfigRequest::clear_service_type() { … }
inline const std::string& GetProxyConfigRequest::service_type() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GetProxyConfigRequest::set_service_type(ArgT0&& arg0, ArgT... args) { … }
inline std::string* GetProxyConfigRequest::mutable_service_type() { … }
inline const std::string& GetProxyConfigRequest::_internal_service_type() const { … }
inline void GetProxyConfigRequest::_internal_set_service_type(const std::string& value) { … }
inline std::string* GetProxyConfigRequest::_internal_mutable_service_type() { … }
inline std::string* GetProxyConfigRequest::release_service_type() { … }
inline void GetProxyConfigRequest::set_allocated_service_type(std::string* service_type) { … }
inline void GetProxyConfigResponse_ProxyChain::clear_proxy_a() { … }
inline const std::string& GetProxyConfigResponse_ProxyChain::proxy_a() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GetProxyConfigResponse_ProxyChain::set_proxy_a(ArgT0&& arg0, ArgT... args) { … }
inline std::string* GetProxyConfigResponse_ProxyChain::mutable_proxy_a() { … }
inline const std::string& GetProxyConfigResponse_ProxyChain::_internal_proxy_a() const { … }
inline void GetProxyConfigResponse_ProxyChain::_internal_set_proxy_a(const std::string& value) { … }
inline std::string* GetProxyConfigResponse_ProxyChain::_internal_mutable_proxy_a() { … }
inline std::string* GetProxyConfigResponse_ProxyChain::release_proxy_a() { … }
inline void GetProxyConfigResponse_ProxyChain::set_allocated_proxy_a(std::string* proxy_a) { … }
inline void GetProxyConfigResponse_ProxyChain::clear_proxy_b() { … }
inline const std::string& GetProxyConfigResponse_ProxyChain::proxy_b() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GetProxyConfigResponse_ProxyChain::set_proxy_b(ArgT0&& arg0, ArgT... args) { … }
inline std::string* GetProxyConfigResponse_ProxyChain::mutable_proxy_b() { … }
inline const std::string& GetProxyConfigResponse_ProxyChain::_internal_proxy_b() const { … }
inline void GetProxyConfigResponse_ProxyChain::_internal_set_proxy_b(const std::string& value) { … }
inline std::string* GetProxyConfigResponse_ProxyChain::_internal_mutable_proxy_b() { … }
inline std::string* GetProxyConfigResponse_ProxyChain::release_proxy_b() { … }
inline void GetProxyConfigResponse_ProxyChain::set_allocated_proxy_b(std::string* proxy_b) { … }
inline void GetProxyConfigResponse_ProxyChain::clear_chain_id() { … }
inline int32_t GetProxyConfigResponse_ProxyChain::_internal_chain_id() const { … }
inline int32_t GetProxyConfigResponse_ProxyChain::chain_id() const { … }
inline void GetProxyConfigResponse_ProxyChain::_internal_set_chain_id(int32_t value) { … }
inline void GetProxyConfigResponse_ProxyChain::set_chain_id(int32_t value) { … }
inline void GetProxyConfigResponse_GeoHint::clear_country_code() { … }
inline const std::string& GetProxyConfigResponse_GeoHint::country_code() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GetProxyConfigResponse_GeoHint::set_country_code(ArgT0&& arg0, ArgT... args) { … }
inline std::string* GetProxyConfigResponse_GeoHint::mutable_country_code() { … }
inline const std::string& GetProxyConfigResponse_GeoHint::_internal_country_code() const { … }
inline void GetProxyConfigResponse_GeoHint::_internal_set_country_code(const std::string& value) { … }
inline std::string* GetProxyConfigResponse_GeoHint::_internal_mutable_country_code() { … }
inline std::string* GetProxyConfigResponse_GeoHint::release_country_code() { … }
inline void GetProxyConfigResponse_GeoHint::set_allocated_country_code(std::string* country_code) { … }
inline void GetProxyConfigResponse_GeoHint::clear_iso_region() { … }
inline const std::string& GetProxyConfigResponse_GeoHint::iso_region() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GetProxyConfigResponse_GeoHint::set_iso_region(ArgT0&& arg0, ArgT... args) { … }
inline std::string* GetProxyConfigResponse_GeoHint::mutable_iso_region() { … }
inline const std::string& GetProxyConfigResponse_GeoHint::_internal_iso_region() const { … }
inline void GetProxyConfigResponse_GeoHint::_internal_set_iso_region(const std::string& value) { … }
inline std::string* GetProxyConfigResponse_GeoHint::_internal_mutable_iso_region() { … }
inline std::string* GetProxyConfigResponse_GeoHint::release_iso_region() { … }
inline void GetProxyConfigResponse_GeoHint::set_allocated_iso_region(std::string* iso_region) { … }
inline void GetProxyConfigResponse_GeoHint::clear_city_name() { … }
inline const std::string& GetProxyConfigResponse_GeoHint::city_name() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GetProxyConfigResponse_GeoHint::set_city_name(ArgT0&& arg0, ArgT... args) { … }
inline std::string* GetProxyConfigResponse_GeoHint::mutable_city_name() { … }
inline const std::string& GetProxyConfigResponse_GeoHint::_internal_city_name() const { … }
inline void GetProxyConfigResponse_GeoHint::_internal_set_city_name(const std::string& value) { … }
inline std::string* GetProxyConfigResponse_GeoHint::_internal_mutable_city_name() { … }
inline std::string* GetProxyConfigResponse_GeoHint::release_city_name() { … }
inline void GetProxyConfigResponse_GeoHint::set_allocated_city_name(std::string* city_name) { … }
inline int GetProxyConfigResponse::_internal_proxy_chain_size() const { … }
inline int GetProxyConfigResponse::proxy_chain_size() const { … }
inline void GetProxyConfigResponse::clear_proxy_chain() { … }
inline ::ip_protection::GetProxyConfigResponse_ProxyChain* GetProxyConfigResponse::mutable_proxy_chain(int index) { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ip_protection::GetProxyConfigResponse_ProxyChain >*
GetProxyConfigResponse::mutable_proxy_chain() { … }
inline const ::ip_protection::GetProxyConfigResponse_ProxyChain& GetProxyConfigResponse::_internal_proxy_chain(int index) const { … }
inline const ::ip_protection::GetProxyConfigResponse_ProxyChain& GetProxyConfigResponse::proxy_chain(int index) const { … }
inline ::ip_protection::GetProxyConfigResponse_ProxyChain* GetProxyConfigResponse::_internal_add_proxy_chain() { … }
inline ::ip_protection::GetProxyConfigResponse_ProxyChain* GetProxyConfigResponse::add_proxy_chain() { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ip_protection::GetProxyConfigResponse_ProxyChain >&
GetProxyConfigResponse::proxy_chain() const { … }
inline bool GetProxyConfigResponse::_internal_has_geo_hint() const { … }
inline bool GetProxyConfigResponse::has_geo_hint() const { … }
inline void GetProxyConfigResponse::clear_geo_hint() { … }
inline const ::ip_protection::GetProxyConfigResponse_GeoHint& GetProxyConfigResponse::_internal_geo_hint() const { … }
inline const ::ip_protection::GetProxyConfigResponse_GeoHint& GetProxyConfigResponse::geo_hint() const { … }
inline void GetProxyConfigResponse::unsafe_arena_set_allocated_geo_hint(
::ip_protection::GetProxyConfigResponse_GeoHint* geo_hint) { … }
inline ::ip_protection::GetProxyConfigResponse_GeoHint* GetProxyConfigResponse::release_geo_hint() { … }
inline ::ip_protection::GetProxyConfigResponse_GeoHint* GetProxyConfigResponse::unsafe_arena_release_geo_hint() { … }
inline ::ip_protection::GetProxyConfigResponse_GeoHint* GetProxyConfigResponse::_internal_mutable_geo_hint() { … }
inline ::ip_protection::GetProxyConfigResponse_GeoHint* GetProxyConfigResponse::mutable_geo_hint() { … }
inline void GetProxyConfigResponse::set_allocated_geo_hint(::ip_protection::GetProxyConfigResponse_GeoHint* geo_hint) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
#include <google/protobuf/port_undef.inc>
#endif