chromium/out/Default/gen/content/browser/background_sync/background_sync.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: background_sync.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_background_5fsync_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_background_5fsync_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>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_background_5fsync_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_background_5fsync_2eproto {};
namespace content {
class BackgroundSyncRegistrationProto;
struct BackgroundSyncRegistrationProtoDefaultTypeInternal;
extern BackgroundSyncRegistrationProtoDefaultTypeInternal _BackgroundSyncRegistrationProto_default_instance_;
class BackgroundSyncRegistrationsProto;
struct BackgroundSyncRegistrationsProtoDefaultTypeInternal;
extern BackgroundSyncRegistrationsProtoDefaultTypeInternal _BackgroundSyncRegistrationsProto_default_instance_;
class PeriodicSyncOptions;
struct PeriodicSyncOptionsDefaultTypeInternal;
extern PeriodicSyncOptionsDefaultTypeInternal _PeriodicSyncOptions_default_instance_;
}  // namespace content
PROTOBUF_NAMESPACE_OPEN
template<> ::content::BackgroundSyncRegistrationProto* Arena::CreateMaybeMessage<::content::BackgroundSyncRegistrationProto>(Arena*);
template<> ::content::BackgroundSyncRegistrationsProto* Arena::CreateMaybeMessage<::content::BackgroundSyncRegistrationsProto>(Arena*);
template<> ::content::PeriodicSyncOptions* Arena::CreateMaybeMessage<::content::PeriodicSyncOptions>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace content {

enum SyncNetworkState : int {};
bool SyncNetworkState_IsValid(int value);
constexpr SyncNetworkState SyncNetworkState_MIN =;
constexpr SyncNetworkState SyncNetworkState_MAX =;
constexpr int SyncNetworkState_ARRAYSIZE =;

const std::string& SyncNetworkState_Name(SyncNetworkState value);
template<typename T>
inline const std::string& SyncNetworkState_Name(T enum_t_value) {}
bool SyncNetworkState_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SyncNetworkState* value);
// ===================================================================

class PeriodicSyncOptions final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:content.PeriodicSyncOptions) */ {};
// -------------------------------------------------------------------

class BackgroundSyncRegistrationProto final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:content.BackgroundSyncRegistrationProto) */ {};
// -------------------------------------------------------------------

class BackgroundSyncRegistrationsProto final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:content.BackgroundSyncRegistrationsProto) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// PeriodicSyncOptions

// optional int64 min_interval = 1;
inline bool PeriodicSyncOptions::_internal_has_min_interval() const {}
inline bool PeriodicSyncOptions::has_min_interval() const {}
inline void PeriodicSyncOptions::clear_min_interval() {}
inline int64_t PeriodicSyncOptions::_internal_min_interval() const {}
inline int64_t PeriodicSyncOptions::min_interval() const {}
inline void PeriodicSyncOptions::_internal_set_min_interval(int64_t value) {}
inline void PeriodicSyncOptions::set_min_interval(int64_t value) {}

// -------------------------------------------------------------------

// BackgroundSyncRegistrationProto

// required string tag = 2;
inline bool BackgroundSyncRegistrationProto::_internal_has_tag() const {}
inline bool BackgroundSyncRegistrationProto::has_tag() const {}
inline void BackgroundSyncRegistrationProto::clear_tag() {}
inline const std::string& BackgroundSyncRegistrationProto::tag() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void BackgroundSyncRegistrationProto::set_tag(ArgT0&& arg0, ArgT... args) {}
inline std::string* BackgroundSyncRegistrationProto::mutable_tag() {}
inline const std::string& BackgroundSyncRegistrationProto::_internal_tag() const {}
inline void BackgroundSyncRegistrationProto::_internal_set_tag(const std::string& value) {}
inline std::string* BackgroundSyncRegistrationProto::_internal_mutable_tag() {}
inline std::string* BackgroundSyncRegistrationProto::release_tag() {}
inline void BackgroundSyncRegistrationProto::set_allocated_tag(std::string* tag) {}

// required int32 num_attempts = 7;
inline bool BackgroundSyncRegistrationProto::_internal_has_num_attempts() const {}
inline bool BackgroundSyncRegistrationProto::has_num_attempts() const {}
inline void BackgroundSyncRegistrationProto::clear_num_attempts() {}
inline int32_t BackgroundSyncRegistrationProto::_internal_num_attempts() const {}
inline int32_t BackgroundSyncRegistrationProto::num_attempts() const {}
inline void BackgroundSyncRegistrationProto::_internal_set_num_attempts(int32_t value) {}
inline void BackgroundSyncRegistrationProto::set_num_attempts(int32_t value) {}

// required int64 delay_until = 8;
inline bool BackgroundSyncRegistrationProto::_internal_has_delay_until() const {}
inline bool BackgroundSyncRegistrationProto::has_delay_until() const {}
inline void BackgroundSyncRegistrationProto::clear_delay_until() {}
inline int64_t BackgroundSyncRegistrationProto::_internal_delay_until() const {}
inline int64_t BackgroundSyncRegistrationProto::delay_until() const {}
inline void BackgroundSyncRegistrationProto::_internal_set_delay_until(int64_t value) {}
inline void BackgroundSyncRegistrationProto::set_delay_until(int64_t value) {}

// optional .content.PeriodicSyncOptions periodic_sync_options = 9;
inline bool BackgroundSyncRegistrationProto::_internal_has_periodic_sync_options() const {}
inline bool BackgroundSyncRegistrationProto::has_periodic_sync_options() const {}
inline void BackgroundSyncRegistrationProto::clear_periodic_sync_options() {}
inline const ::content::PeriodicSyncOptions& BackgroundSyncRegistrationProto::_internal_periodic_sync_options() const {}
inline const ::content::PeriodicSyncOptions& BackgroundSyncRegistrationProto::periodic_sync_options() const {}
inline void BackgroundSyncRegistrationProto::unsafe_arena_set_allocated_periodic_sync_options(
    ::content::PeriodicSyncOptions* periodic_sync_options) {}
inline ::content::PeriodicSyncOptions* BackgroundSyncRegistrationProto::release_periodic_sync_options() {}
inline ::content::PeriodicSyncOptions* BackgroundSyncRegistrationProto::unsafe_arena_release_periodic_sync_options() {}
inline ::content::PeriodicSyncOptions* BackgroundSyncRegistrationProto::_internal_mutable_periodic_sync_options() {}
inline ::content::PeriodicSyncOptions* BackgroundSyncRegistrationProto::mutable_periodic_sync_options() {}
inline void BackgroundSyncRegistrationProto::set_allocated_periodic_sync_options(::content::PeriodicSyncOptions* periodic_sync_options) {}

// optional int32 max_attempts = 10;
inline bool BackgroundSyncRegistrationProto::_internal_has_max_attempts() const {}
inline bool BackgroundSyncRegistrationProto::has_max_attempts() const {}
inline void BackgroundSyncRegistrationProto::clear_max_attempts() {}
inline int32_t BackgroundSyncRegistrationProto::_internal_max_attempts() const {}
inline int32_t BackgroundSyncRegistrationProto::max_attempts() const {}
inline void BackgroundSyncRegistrationProto::_internal_set_max_attempts(int32_t value) {}
inline void BackgroundSyncRegistrationProto::set_max_attempts(int32_t value) {}

// -------------------------------------------------------------------

// BackgroundSyncRegistrationsProto

// repeated .content.BackgroundSyncRegistrationProto registration = 1;
inline int BackgroundSyncRegistrationsProto::_internal_registration_size() const {}
inline int BackgroundSyncRegistrationsProto::registration_size() const {}
inline void BackgroundSyncRegistrationsProto::clear_registration() {}
inline ::content::BackgroundSyncRegistrationProto* BackgroundSyncRegistrationsProto::mutable_registration(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::content::BackgroundSyncRegistrationProto >*
BackgroundSyncRegistrationsProto::mutable_registration() {}
inline const ::content::BackgroundSyncRegistrationProto& BackgroundSyncRegistrationsProto::_internal_registration(int index) const {}
inline const ::content::BackgroundSyncRegistrationProto& BackgroundSyncRegistrationsProto::registration(int index) const {}
inline ::content::BackgroundSyncRegistrationProto* BackgroundSyncRegistrationsProto::_internal_add_registration() {}
inline ::content::BackgroundSyncRegistrationProto* BackgroundSyncRegistrationsProto::add_registration() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::content::BackgroundSyncRegistrationProto >&
BackgroundSyncRegistrationsProto::registration() const {}

// required string origin = 3;
inline bool BackgroundSyncRegistrationsProto::_internal_has_origin() const {}
inline bool BackgroundSyncRegistrationsProto::has_origin() const {}
inline void BackgroundSyncRegistrationsProto::clear_origin() {}
inline const std::string& BackgroundSyncRegistrationsProto::origin() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void BackgroundSyncRegistrationsProto::set_origin(ArgT0&& arg0, ArgT... args) {}
inline std::string* BackgroundSyncRegistrationsProto::mutable_origin() {}
inline const std::string& BackgroundSyncRegistrationsProto::_internal_origin() const {}
inline void BackgroundSyncRegistrationsProto::_internal_set_origin(const std::string& value) {}
inline std::string* BackgroundSyncRegistrationsProto::_internal_mutable_origin() {}
inline std::string* BackgroundSyncRegistrationsProto::release_origin() {}
inline void BackgroundSyncRegistrationsProto::set_allocated_origin(std::string* origin) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace content

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::content::SyncNetworkState> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_background_5fsync_2eproto