#ifndef GOOGLE_PROTOBUF_INCLUDED_isolation_5finfo_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_isolation_5finfo_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_isolation_5finfo_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_isolation_5finfo_2eproto { … };
namespace net {
namespace proto {
class IsolationInfo;
struct IsolationInfoDefaultTypeInternal;
extern IsolationInfoDefaultTypeInternal _IsolationInfo_default_instance_;
}
}
PROTOBUF_NAMESPACE_OPEN
template<> ::net::proto::IsolationInfo* Arena::CreateMaybeMessage<::net::proto::IsolationInfo>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace net {
namespace proto {
class IsolationInfo final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline bool IsolationInfo::_internal_has_request_type() const { … }
inline bool IsolationInfo::has_request_type() const { … }
inline void IsolationInfo::clear_request_type() { … }
inline int32_t IsolationInfo::_internal_request_type() const { … }
inline int32_t IsolationInfo::request_type() const { … }
inline void IsolationInfo::_internal_set_request_type(int32_t value) { … }
inline void IsolationInfo::set_request_type(int32_t value) { … }
inline bool IsolationInfo::_internal_has_top_frame_origin() const { … }
inline bool IsolationInfo::has_top_frame_origin() const { … }
inline void IsolationInfo::clear_top_frame_origin() { … }
inline const std::string& IsolationInfo::top_frame_origin() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void IsolationInfo::set_top_frame_origin(ArgT0&& arg0, ArgT... args) { … }
inline std::string* IsolationInfo::mutable_top_frame_origin() { … }
inline const std::string& IsolationInfo::_internal_top_frame_origin() const { … }
inline void IsolationInfo::_internal_set_top_frame_origin(const std::string& value) { … }
inline std::string* IsolationInfo::_internal_mutable_top_frame_origin() { … }
inline std::string* IsolationInfo::release_top_frame_origin() { … }
inline void IsolationInfo::set_allocated_top_frame_origin(std::string* top_frame_origin) { … }
inline bool IsolationInfo::_internal_has_frame_origin() const { … }
inline bool IsolationInfo::has_frame_origin() const { … }
inline void IsolationInfo::clear_frame_origin() { … }
inline const std::string& IsolationInfo::frame_origin() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void IsolationInfo::set_frame_origin(ArgT0&& arg0, ArgT... args) { … }
inline std::string* IsolationInfo::mutable_frame_origin() { … }
inline const std::string& IsolationInfo::_internal_frame_origin() const { … }
inline void IsolationInfo::_internal_set_frame_origin(const std::string& value) { … }
inline std::string* IsolationInfo::_internal_mutable_frame_origin() { … }
inline std::string* IsolationInfo::release_frame_origin() { … }
inline void IsolationInfo::set_allocated_frame_origin(std::string* frame_origin) { … }
inline bool IsolationInfo::_internal_has_site_for_cookies() const { … }
inline bool IsolationInfo::has_site_for_cookies() const { … }
inline void IsolationInfo::clear_site_for_cookies() { … }
inline const std::string& IsolationInfo::site_for_cookies() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void IsolationInfo::set_site_for_cookies(ArgT0&& arg0, ArgT... args) { … }
inline std::string* IsolationInfo::mutable_site_for_cookies() { … }
inline const std::string& IsolationInfo::_internal_site_for_cookies() const { … }
inline void IsolationInfo::_internal_set_site_for_cookies(const std::string& value) { … }
inline std::string* IsolationInfo::_internal_mutable_site_for_cookies() { … }
inline std::string* IsolationInfo::release_site_for_cookies() { … }
inline void IsolationInfo::set_allocated_site_for_cookies(std::string* site_for_cookies) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
}
#include <google/protobuf/port_undef.inc>
#endif