chromium/out/Default/gen/components/download/internal/background_service/proto/scheduling.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_scheduling_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_scheduling_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_scheduling_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_scheduling_2eproto {};
namespace protodb {
class SchedulingParams;
struct SchedulingParamsDefaultTypeInternal;
extern SchedulingParamsDefaultTypeInternal _SchedulingParams_default_instance_;
}  // namespace protodb
PROTOBUF_NAMESPACE_OPEN
template<> ::protodb::SchedulingParams* Arena::CreateMaybeMessage<::protodb::SchedulingParams>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace protodb {

enum SchedulingParams_NetworkRequirements : int {};
bool SchedulingParams_NetworkRequirements_IsValid(int value);
constexpr SchedulingParams_NetworkRequirements SchedulingParams_NetworkRequirements_NetworkRequirements_MIN =;
constexpr SchedulingParams_NetworkRequirements SchedulingParams_NetworkRequirements_NetworkRequirements_MAX =;
constexpr int SchedulingParams_NetworkRequirements_NetworkRequirements_ARRAYSIZE =;

const std::string& SchedulingParams_NetworkRequirements_Name(SchedulingParams_NetworkRequirements value);
template<typename T>
inline const std::string& SchedulingParams_NetworkRequirements_Name(T enum_t_value) {}
bool SchedulingParams_NetworkRequirements_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SchedulingParams_NetworkRequirements* value);
enum SchedulingParams_BatteryRequirements : int {};
bool SchedulingParams_BatteryRequirements_IsValid(int value);
constexpr SchedulingParams_BatteryRequirements SchedulingParams_BatteryRequirements_BatteryRequirements_MIN =;
constexpr SchedulingParams_BatteryRequirements SchedulingParams_BatteryRequirements_BatteryRequirements_MAX =;
constexpr int SchedulingParams_BatteryRequirements_BatteryRequirements_ARRAYSIZE =;

const std::string& SchedulingParams_BatteryRequirements_Name(SchedulingParams_BatteryRequirements value);
template<typename T>
inline const std::string& SchedulingParams_BatteryRequirements_Name(T enum_t_value) {}
bool SchedulingParams_BatteryRequirements_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SchedulingParams_BatteryRequirements* value);
enum SchedulingParams_Priority : int {};
bool SchedulingParams_Priority_IsValid(int value);
constexpr SchedulingParams_Priority SchedulingParams_Priority_Priority_MIN =;
constexpr SchedulingParams_Priority SchedulingParams_Priority_Priority_MAX =;
constexpr int SchedulingParams_Priority_Priority_ARRAYSIZE =;

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

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


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

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

// optional int64 cancel_time = 2;
inline bool SchedulingParams::_internal_has_cancel_time() const {}
inline bool SchedulingParams::has_cancel_time() const {}
inline void SchedulingParams::clear_cancel_time() {}
inline int64_t SchedulingParams::_internal_cancel_time() const {}
inline int64_t SchedulingParams::cancel_time() const {}
inline void SchedulingParams::_internal_set_cancel_time(int64_t value) {}
inline void SchedulingParams::set_cancel_time(int64_t value) {}

// optional .protodb.SchedulingParams.Priority priority = 3;
inline bool SchedulingParams::_internal_has_priority() const {}
inline bool SchedulingParams::has_priority() const {}
inline void SchedulingParams::clear_priority() {}
inline ::protodb::SchedulingParams_Priority SchedulingParams::_internal_priority() const {}
inline ::protodb::SchedulingParams_Priority SchedulingParams::priority() const {}
inline void SchedulingParams::_internal_set_priority(::protodb::SchedulingParams_Priority value) {}
inline void SchedulingParams::set_priority(::protodb::SchedulingParams_Priority value) {}

// optional .protodb.SchedulingParams.NetworkRequirements network_requirements = 4;
inline bool SchedulingParams::_internal_has_network_requirements() const {}
inline bool SchedulingParams::has_network_requirements() const {}
inline void SchedulingParams::clear_network_requirements() {}
inline ::protodb::SchedulingParams_NetworkRequirements SchedulingParams::_internal_network_requirements() const {}
inline ::protodb::SchedulingParams_NetworkRequirements SchedulingParams::network_requirements() const {}
inline void SchedulingParams::_internal_set_network_requirements(::protodb::SchedulingParams_NetworkRequirements value) {}
inline void SchedulingParams::set_network_requirements(::protodb::SchedulingParams_NetworkRequirements value) {}

// optional .protodb.SchedulingParams.BatteryRequirements battery_requirements = 5;
inline bool SchedulingParams::_internal_has_battery_requirements() const {}
inline bool SchedulingParams::has_battery_requirements() const {}
inline void SchedulingParams::clear_battery_requirements() {}
inline ::protodb::SchedulingParams_BatteryRequirements SchedulingParams::_internal_battery_requirements() const {}
inline ::protodb::SchedulingParams_BatteryRequirements SchedulingParams::battery_requirements() const {}
inline void SchedulingParams::_internal_set_battery_requirements(::protodb::SchedulingParams_BatteryRequirements value) {}
inline void SchedulingParams::set_battery_requirements(::protodb::SchedulingParams_BatteryRequirements value) {}

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

// @@protoc_insertion_point(namespace_scope)

}  // namespace protodb

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::protodb::SchedulingParams_NetworkRequirements> : ::std::true_type {};
template <> struct is_proto_enum< ::protodb::SchedulingParams_BatteryRequirements> : ::std::true_type {};
template <> struct is_proto_enum< ::protodb::SchedulingParams_Priority> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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