chromium/out/Default/gen/chrome/browser/web_applications/proto/web_app_launch_handler.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: chrome/browser/web_applications/proto/web_app_launch_handler.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_chrome_2fbrowser_2fweb_5fapplications_2fproto_2fweb_5fapp_5flaunch_5fhandler_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_chrome_2fbrowser_2fweb_5fapplications_2fproto_2fweb_5fapp_5flaunch_5fhandler_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_chrome_2fbrowser_2fweb_5fapplications_2fproto_2fweb_5fapp_5flaunch_5fhandler_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_chrome_2fbrowser_2fweb_5fapplications_2fproto_2fweb_5fapp_5flaunch_5fhandler_2eproto {};
namespace web_app {
class LaunchHandlerProto;
struct LaunchHandlerProtoDefaultTypeInternal;
extern LaunchHandlerProtoDefaultTypeInternal _LaunchHandlerProto_default_instance_;
}  // namespace web_app
PROTOBUF_NAMESPACE_OPEN
template<> ::web_app::LaunchHandlerProto* Arena::CreateMaybeMessage<::web_app::LaunchHandlerProto>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace web_app {

enum LaunchHandlerProto_DeprecatedRouteTo : int {};
bool LaunchHandlerProto_DeprecatedRouteTo_IsValid(int value);
constexpr LaunchHandlerProto_DeprecatedRouteTo LaunchHandlerProto_DeprecatedRouteTo_DeprecatedRouteTo_MIN =;
constexpr LaunchHandlerProto_DeprecatedRouteTo LaunchHandlerProto_DeprecatedRouteTo_DeprecatedRouteTo_MAX =;
constexpr int LaunchHandlerProto_DeprecatedRouteTo_DeprecatedRouteTo_ARRAYSIZE =;

const std::string& LaunchHandlerProto_DeprecatedRouteTo_Name(LaunchHandlerProto_DeprecatedRouteTo value);
template<typename T>
inline const std::string& LaunchHandlerProto_DeprecatedRouteTo_Name(T enum_t_value) {}
bool LaunchHandlerProto_DeprecatedRouteTo_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, LaunchHandlerProto_DeprecatedRouteTo* value);
enum LaunchHandlerProto_DeprecatedNavigateExistingClient : int {};
bool LaunchHandlerProto_DeprecatedNavigateExistingClient_IsValid(int value);
constexpr LaunchHandlerProto_DeprecatedNavigateExistingClient LaunchHandlerProto_DeprecatedNavigateExistingClient_DeprecatedNavigateExistingClient_MIN =;
constexpr LaunchHandlerProto_DeprecatedNavigateExistingClient LaunchHandlerProto_DeprecatedNavigateExistingClient_DeprecatedNavigateExistingClient_MAX =;
constexpr int LaunchHandlerProto_DeprecatedNavigateExistingClient_DeprecatedNavigateExistingClient_ARRAYSIZE =;

const std::string& LaunchHandlerProto_DeprecatedNavigateExistingClient_Name(LaunchHandlerProto_DeprecatedNavigateExistingClient value);
template<typename T>
inline const std::string& LaunchHandlerProto_DeprecatedNavigateExistingClient_Name(T enum_t_value) {}
bool LaunchHandlerProto_DeprecatedNavigateExistingClient_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, LaunchHandlerProto_DeprecatedNavigateExistingClient* value);
enum LaunchHandlerProto_ClientMode : int {};
bool LaunchHandlerProto_ClientMode_IsValid(int value);
constexpr LaunchHandlerProto_ClientMode LaunchHandlerProto_ClientMode_ClientMode_MIN =;
constexpr LaunchHandlerProto_ClientMode LaunchHandlerProto_ClientMode_ClientMode_MAX =;
constexpr int LaunchHandlerProto_ClientMode_ClientMode_ARRAYSIZE =;

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

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


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

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

// optional .web_app.LaunchHandlerProto.DeprecatedRouteTo route_to = 1 [deprecated = true];
inline bool LaunchHandlerProto::_internal_has_route_to() const {}
inline bool LaunchHandlerProto::has_route_to() const {}
inline void LaunchHandlerProto::clear_route_to() {}
inline ::web_app::LaunchHandlerProto_DeprecatedRouteTo LaunchHandlerProto::_internal_route_to() const {}
inline ::web_app::LaunchHandlerProto_DeprecatedRouteTo LaunchHandlerProto::route_to() const {}
inline void LaunchHandlerProto::_internal_set_route_to(::web_app::LaunchHandlerProto_DeprecatedRouteTo value) {}
inline void LaunchHandlerProto::set_route_to(::web_app::LaunchHandlerProto_DeprecatedRouteTo value) {}

// optional .web_app.LaunchHandlerProto.DeprecatedNavigateExistingClient navigate_existing_client = 2 [deprecated = true];
inline bool LaunchHandlerProto::_internal_has_navigate_existing_client() const {}
inline bool LaunchHandlerProto::has_navigate_existing_client() const {}
inline void LaunchHandlerProto::clear_navigate_existing_client() {}
inline ::web_app::LaunchHandlerProto_DeprecatedNavigateExistingClient LaunchHandlerProto::_internal_navigate_existing_client() const {}
inline ::web_app::LaunchHandlerProto_DeprecatedNavigateExistingClient LaunchHandlerProto::navigate_existing_client() const {}
inline void LaunchHandlerProto::_internal_set_navigate_existing_client(::web_app::LaunchHandlerProto_DeprecatedNavigateExistingClient value) {}
inline void LaunchHandlerProto::set_navigate_existing_client(::web_app::LaunchHandlerProto_DeprecatedNavigateExistingClient value) {}

// optional .web_app.LaunchHandlerProto.ClientMode client_mode = 3;
inline bool LaunchHandlerProto::_internal_has_client_mode() const {}
inline bool LaunchHandlerProto::has_client_mode() const {}
inline void LaunchHandlerProto::clear_client_mode() {}
inline ::web_app::LaunchHandlerProto_ClientMode LaunchHandlerProto::_internal_client_mode() const {}
inline ::web_app::LaunchHandlerProto_ClientMode LaunchHandlerProto::client_mode() const {}
inline void LaunchHandlerProto::_internal_set_client_mode(::web_app::LaunchHandlerProto_ClientMode value) {}
inline void LaunchHandlerProto::set_client_mode(::web_app::LaunchHandlerProto_ClientMode value) {}

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

// @@protoc_insertion_point(namespace_scope)

}  // namespace web_app

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::web_app::LaunchHandlerProto_DeprecatedRouteTo> : ::std::true_type {};
template <> struct is_proto_enum< ::web_app::LaunchHandlerProto_DeprecatedNavigateExistingClient> : ::std::true_type {};
template <> struct is_proto_enum< ::web_app::LaunchHandlerProto_ClientMode> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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