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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_request_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_request_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
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_request_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_request_2eproto {};
namespace protodb {
class RequestHeader;
struct RequestHeaderDefaultTypeInternal;
extern RequestHeaderDefaultTypeInternal _RequestHeader_default_instance_;
class RequestParams;
struct RequestParamsDefaultTypeInternal;
extern RequestParamsDefaultTypeInternal _RequestParams_default_instance_;
}  // namespace protodb
PROTOBUF_NAMESPACE_OPEN
template<> ::protodb::RequestHeader* Arena::CreateMaybeMessage<::protodb::RequestHeader>(Arena*);
template<> ::protodb::RequestParams* Arena::CreateMaybeMessage<::protodb::RequestParams>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace protodb {

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

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

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


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

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

// optional string key = 1;
inline bool RequestHeader::_internal_has_key() const {}
inline bool RequestHeader::has_key() const {}
inline void RequestHeader::clear_key() {}
inline const std::string& RequestHeader::key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RequestHeader::set_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* RequestHeader::mutable_key() {}
inline const std::string& RequestHeader::_internal_key() const {}
inline void RequestHeader::_internal_set_key(const std::string& value) {}
inline std::string* RequestHeader::_internal_mutable_key() {}
inline std::string* RequestHeader::release_key() {}
inline void RequestHeader::set_allocated_key(std::string* key) {}

// optional string value = 2;
inline bool RequestHeader::_internal_has_value() const {}
inline bool RequestHeader::has_value() const {}
inline void RequestHeader::clear_value() {}
inline const std::string& RequestHeader::value() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RequestHeader::set_value(ArgT0&& arg0, ArgT... args) {}
inline std::string* RequestHeader::mutable_value() {}
inline const std::string& RequestHeader::_internal_value() const {}
inline void RequestHeader::_internal_set_value(const std::string& value) {}
inline std::string* RequestHeader::_internal_mutable_value() {}
inline std::string* RequestHeader::release_value() {}
inline void RequestHeader::set_allocated_value(std::string* value) {}

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

// RequestParams

// optional string url = 1;
inline bool RequestParams::_internal_has_url() const {}
inline bool RequestParams::has_url() const {}
inline void RequestParams::clear_url() {}
inline const std::string& RequestParams::url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RequestParams::set_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* RequestParams::mutable_url() {}
inline const std::string& RequestParams::_internal_url() const {}
inline void RequestParams::_internal_set_url(const std::string& value) {}
inline std::string* RequestParams::_internal_mutable_url() {}
inline std::string* RequestParams::release_url() {}
inline void RequestParams::set_allocated_url(std::string* url) {}

// optional string method = 2;
inline bool RequestParams::_internal_has_method() const {}
inline bool RequestParams::has_method() const {}
inline void RequestParams::clear_method() {}
inline const std::string& RequestParams::method() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RequestParams::set_method(ArgT0&& arg0, ArgT... args) {}
inline std::string* RequestParams::mutable_method() {}
inline const std::string& RequestParams::_internal_method() const {}
inline void RequestParams::_internal_set_method(const std::string& value) {}
inline std::string* RequestParams::_internal_mutable_method() {}
inline std::string* RequestParams::release_method() {}
inline void RequestParams::set_allocated_method(std::string* method) {}

// repeated .protodb.RequestHeader headers = 3;
inline int RequestParams::_internal_headers_size() const {}
inline int RequestParams::headers_size() const {}
inline void RequestParams::clear_headers() {}
inline ::protodb::RequestHeader* RequestParams::mutable_headers(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::protodb::RequestHeader >*
RequestParams::mutable_headers() {}
inline const ::protodb::RequestHeader& RequestParams::_internal_headers(int index) const {}
inline const ::protodb::RequestHeader& RequestParams::headers(int index) const {}
inline ::protodb::RequestHeader* RequestParams::_internal_add_headers() {}
inline ::protodb::RequestHeader* RequestParams::add_headers() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::protodb::RequestHeader >&
RequestParams::headers() const {}

// optional bool fetch_error_body = 4;
inline bool RequestParams::_internal_has_fetch_error_body() const {}
inline bool RequestParams::has_fetch_error_body() const {}
inline void RequestParams::clear_fetch_error_body() {}
inline bool RequestParams::_internal_fetch_error_body() const {}
inline bool RequestParams::fetch_error_body() const {}
inline void RequestParams::_internal_set_fetch_error_body(bool value) {}
inline void RequestParams::set_fetch_error_body(bool value) {}

// optional bool require_safety_checks = 5 [default = true];
inline bool RequestParams::_internal_has_require_safety_checks() const {}
inline bool RequestParams::has_require_safety_checks() const {}
inline void RequestParams::clear_require_safety_checks() {}
inline bool RequestParams::_internal_require_safety_checks() const {}
inline bool RequestParams::require_safety_checks() const {}
inline void RequestParams::_internal_set_require_safety_checks(bool value) {}
inline void RequestParams::set_require_safety_checks(bool value) {}

// optional int32 credentials_mode = 6;
inline bool RequestParams::_internal_has_credentials_mode() const {}
inline bool RequestParams::has_credentials_mode() const {}
inline void RequestParams::clear_credentials_mode() {}
inline int32_t RequestParams::_internal_credentials_mode() const {}
inline int32_t RequestParams::credentials_mode() const {}
inline void RequestParams::_internal_set_credentials_mode(int32_t value) {}
inline void RequestParams::set_credentials_mode(int32_t value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace protodb

// @@protoc_insertion_point(global_scope)

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