#ifndef GOOGLE_PROTOBUF_INCLUDED_devtools_5fbackground_5fservices_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_devtools_5fbackground_5fservices_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/map.h>
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/map_field_lite.h>
#include <google/protobuf/generated_enum_util.h>
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_devtools_5fbackground_5fservices_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_devtools_5fbackground_5fservices_2eproto { … };
namespace content {
namespace devtools {
namespace proto {
class BackgroundServiceEvent;
struct BackgroundServiceEventDefaultTypeInternal;
extern BackgroundServiceEventDefaultTypeInternal _BackgroundServiceEvent_default_instance_;
class BackgroundServiceEvent_EventMetadataEntry_DoNotUse;
struct BackgroundServiceEvent_EventMetadataEntry_DoNotUseDefaultTypeInternal;
extern BackgroundServiceEvent_EventMetadataEntry_DoNotUseDefaultTypeInternal _BackgroundServiceEvent_EventMetadataEntry_DoNotUse_default_instance_;
}
}
}
PROTOBUF_NAMESPACE_OPEN
template<> ::content::devtools::proto::BackgroundServiceEvent* Arena::CreateMaybeMessage<::content::devtools::proto::BackgroundServiceEvent>(Arena*);
template<> ::content::devtools::proto::BackgroundServiceEvent_EventMetadataEntry_DoNotUse* Arena::CreateMaybeMessage<::content::devtools::proto::BackgroundServiceEvent_EventMetadataEntry_DoNotUse>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace content {
namespace devtools {
namespace proto {
enum BackgroundService : int { … };
bool BackgroundService_IsValid(int value);
constexpr BackgroundService BackgroundService_MIN = …;
constexpr BackgroundService BackgroundService_MAX = …;
constexpr int BackgroundService_ARRAYSIZE = …;
const std::string& BackgroundService_Name(BackgroundService value);
template<typename T>
inline const std::string& BackgroundService_Name(T enum_t_value) { … }
bool BackgroundService_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, BackgroundService* value);
class BackgroundServiceEvent_EventMetadataEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<BackgroundServiceEvent_EventMetadataEntry_DoNotUse,
std::string, std::string,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> { … };
class BackgroundServiceEvent final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline bool BackgroundServiceEvent::_internal_has_timestamp() const { … }
inline bool BackgroundServiceEvent::has_timestamp() const { … }
inline void BackgroundServiceEvent::clear_timestamp() { … }
inline int64_t BackgroundServiceEvent::_internal_timestamp() const { … }
inline int64_t BackgroundServiceEvent::timestamp() const { … }
inline void BackgroundServiceEvent::_internal_set_timestamp(int64_t value) { … }
inline void BackgroundServiceEvent::set_timestamp(int64_t value) { … }
inline bool BackgroundServiceEvent::_internal_has_origin() const { … }
inline bool BackgroundServiceEvent::has_origin() const { … }
inline void BackgroundServiceEvent::clear_origin() { … }
inline const std::string& BackgroundServiceEvent::origin() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void BackgroundServiceEvent::set_origin(ArgT0&& arg0, ArgT... args) { … }
inline std::string* BackgroundServiceEvent::mutable_origin() { … }
inline const std::string& BackgroundServiceEvent::_internal_origin() const { … }
inline void BackgroundServiceEvent::_internal_set_origin(const std::string& value) { … }
inline std::string* BackgroundServiceEvent::_internal_mutable_origin() { … }
inline std::string* BackgroundServiceEvent::release_origin() { … }
inline void BackgroundServiceEvent::set_allocated_origin(std::string* origin) { … }
inline bool BackgroundServiceEvent::_internal_has_service_worker_registration_id() const { … }
inline bool BackgroundServiceEvent::has_service_worker_registration_id() const { … }
inline void BackgroundServiceEvent::clear_service_worker_registration_id() { … }
inline int64_t BackgroundServiceEvent::_internal_service_worker_registration_id() const { … }
inline int64_t BackgroundServiceEvent::service_worker_registration_id() const { … }
inline void BackgroundServiceEvent::_internal_set_service_worker_registration_id(int64_t value) { … }
inline void BackgroundServiceEvent::set_service_worker_registration_id(int64_t value) { … }
inline bool BackgroundServiceEvent::_internal_has_background_service() const { … }
inline bool BackgroundServiceEvent::has_background_service() const { … }
inline void BackgroundServiceEvent::clear_background_service() { … }
inline ::content::devtools::proto::BackgroundService BackgroundServiceEvent::_internal_background_service() const { … }
inline ::content::devtools::proto::BackgroundService BackgroundServiceEvent::background_service() const { … }
inline void BackgroundServiceEvent::_internal_set_background_service(::content::devtools::proto::BackgroundService value) { … }
inline void BackgroundServiceEvent::set_background_service(::content::devtools::proto::BackgroundService value) { … }
inline bool BackgroundServiceEvent::_internal_has_event_name() const { … }
inline bool BackgroundServiceEvent::has_event_name() const { … }
inline void BackgroundServiceEvent::clear_event_name() { … }
inline const std::string& BackgroundServiceEvent::event_name() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void BackgroundServiceEvent::set_event_name(ArgT0&& arg0, ArgT... args) { … }
inline std::string* BackgroundServiceEvent::mutable_event_name() { … }
inline const std::string& BackgroundServiceEvent::_internal_event_name() const { … }
inline void BackgroundServiceEvent::_internal_set_event_name(const std::string& value) { … }
inline std::string* BackgroundServiceEvent::_internal_mutable_event_name() { … }
inline std::string* BackgroundServiceEvent::release_event_name() { … }
inline void BackgroundServiceEvent::set_allocated_event_name(std::string* event_name) { … }
inline bool BackgroundServiceEvent::_internal_has_instance_id() const { … }
inline bool BackgroundServiceEvent::has_instance_id() const { … }
inline void BackgroundServiceEvent::clear_instance_id() { … }
inline const std::string& BackgroundServiceEvent::instance_id() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void BackgroundServiceEvent::set_instance_id(ArgT0&& arg0, ArgT... args) { … }
inline std::string* BackgroundServiceEvent::mutable_instance_id() { … }
inline const std::string& BackgroundServiceEvent::_internal_instance_id() const { … }
inline void BackgroundServiceEvent::_internal_set_instance_id(const std::string& value) { … }
inline std::string* BackgroundServiceEvent::_internal_mutable_instance_id() { … }
inline std::string* BackgroundServiceEvent::release_instance_id() { … }
inline void BackgroundServiceEvent::set_allocated_instance_id(std::string* instance_id) { … }
inline int BackgroundServiceEvent::_internal_event_metadata_size() const { … }
inline int BackgroundServiceEvent::event_metadata_size() const { … }
inline void BackgroundServiceEvent::clear_event_metadata() { … }
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
BackgroundServiceEvent::_internal_event_metadata() const { … }
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
BackgroundServiceEvent::event_metadata() const { … }
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
BackgroundServiceEvent::_internal_mutable_event_metadata() { … }
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
BackgroundServiceEvent::mutable_event_metadata() { … }
inline bool BackgroundServiceEvent::_internal_has_storage_key() const { … }
inline bool BackgroundServiceEvent::has_storage_key() const { … }
inline void BackgroundServiceEvent::clear_storage_key() { … }
inline const std::string& BackgroundServiceEvent::storage_key() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void BackgroundServiceEvent::set_storage_key(ArgT0&& arg0, ArgT... args) { … }
inline std::string* BackgroundServiceEvent::mutable_storage_key() { … }
inline const std::string& BackgroundServiceEvent::_internal_storage_key() const { … }
inline void BackgroundServiceEvent::_internal_set_storage_key(const std::string& value) { … }
inline std::string* BackgroundServiceEvent::_internal_mutable_storage_key() { … }
inline std::string* BackgroundServiceEvent::release_storage_key() { … }
inline void BackgroundServiceEvent::set_allocated_storage_key(std::string* storage_key) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
}
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::content::devtools::proto::BackgroundService> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif