// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: components/sync/protocol/journey_specifics.proto
// Protobuf C++ Version: 7.35.1

#include "components/sync/protocol/journey_specifics.pb.h"

#include <algorithm>
#include <type_traits>
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/generated_message_tctable_impl.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/wire_format_lite.h"
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
namespace _pb = ::google::protobuf;
namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout;
namespace sync_pb {
class JourneySpecifics_HistoryEntry::_Internal {
 public:
  using HasBits = decltype(::std::declval<JourneySpecifics_HistoryEntry>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(JourneySpecifics_HistoryEntry, _impl_._has_bits_);
};

constexpr JourneySpecifics_HistoryEntry::ParseTableT_ JourneySpecifics_HistoryEntry::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(JourneySpecifics_HistoryEntry, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::JourneySpecifics_HistoryEntry>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional int64 visit_timestamp_windows_epoch_micros = 1;
      {::_pbi::TcParser::FastV64S1,
       {8, 0, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics_HistoryEntry, _impl_.visit_timestamp_windows_epoch_micros_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional int64 visit_timestamp_windows_epoch_micros = 1;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics_HistoryEntry, _impl_.visit_timestamp_windows_epoch_micros_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr JourneySpecifics_HistoryEntry::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        visit_timestamp_windows_epoch_micros_{::int64_t{0}} {}

template <typename>
constexpr JourneySpecifics_HistoryEntry::JourneySpecifics_HistoryEntry(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL JourneySpecifics_HistoryEntry::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) JourneySpecifics_HistoryEntry(arena);
}
constexpr auto JourneySpecifics_HistoryEntry::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(JourneySpecifics_HistoryEntry), alignof(JourneySpecifics_HistoryEntry));
}
constexpr auto JourneySpecifics_HistoryEntry::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &JourneySpecifics_HistoryEntry::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<JourneySpecifics_HistoryEntry>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &JourneySpecifics_HistoryEntry::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<JourneySpecifics_HistoryEntry>(), &JourneySpecifics_HistoryEntry::ByteSizeLong,
              &JourneySpecifics_HistoryEntry::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(JourneySpecifics_HistoryEntry, _impl_._cached_size_),
          true,
      },
      "sync_pb.JourneySpecifics.HistoryEntry",
  };
}
struct JourneySpecifics_HistoryEntryGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr JourneySpecifics_HistoryEntryGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 JourneySpecifics_HistoryEntry_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(JourneySpecifics_HistoryEntry::InternalGenerateClassData_(
            _default, &JourneySpecifics_HistoryEntry_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<JourneySpecifics_HistoryEntry>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~JourneySpecifics_HistoryEntryGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) JourneySpecifics_HistoryEntry _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<JourneySpecifics_HistoryEntry>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(JourneySpecifics_HistoryEntryGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST JourneySpecifics_HistoryEntryGlobalsTypeInternal JourneySpecifics_HistoryEntry_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* JourneySpecifics_HistoryEntry_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return JourneySpecifics_HistoryEntry_globals_.GetClassData();
#else
  return JourneySpecifics_HistoryEntry_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class JourneySpecifics_ContinuationQuery::_Internal {
 public:
  using HasBits = decltype(::std::declval<JourneySpecifics_ContinuationQuery>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(JourneySpecifics_ContinuationQuery, _impl_._has_bits_);
};

constexpr JourneySpecifics_ContinuationQuery::ParseTableT_ JourneySpecifics_ContinuationQuery::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(JourneySpecifics_ContinuationQuery, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::JourneySpecifics_ContinuationQuery>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional string prompt = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics_ContinuationQuery, _impl_.prompt_)}},
      // optional string title = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics_ContinuationQuery, _impl_.title_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string title = 1;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics_ContinuationQuery, _impl_.title_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string prompt = 2;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics_ContinuationQuery, _impl_.prompt_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr JourneySpecifics_ContinuationQuery::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        title_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        prompt_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

template <typename>
constexpr JourneySpecifics_ContinuationQuery::JourneySpecifics_ContinuationQuery(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL JourneySpecifics_ContinuationQuery::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) JourneySpecifics_ContinuationQuery(arena);
}
constexpr auto JourneySpecifics_ContinuationQuery::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(JourneySpecifics_ContinuationQuery), alignof(JourneySpecifics_ContinuationQuery));
}
constexpr auto JourneySpecifics_ContinuationQuery::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &JourneySpecifics_ContinuationQuery::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<JourneySpecifics_ContinuationQuery>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &JourneySpecifics_ContinuationQuery::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<JourneySpecifics_ContinuationQuery>(), &JourneySpecifics_ContinuationQuery::ByteSizeLong,
              &JourneySpecifics_ContinuationQuery::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(JourneySpecifics_ContinuationQuery, _impl_._cached_size_),
          true,
      },
      "sync_pb.JourneySpecifics.ContinuationQuery",
  };
}
struct JourneySpecifics_ContinuationQueryGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr JourneySpecifics_ContinuationQueryGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 JourneySpecifics_ContinuationQuery_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(JourneySpecifics_ContinuationQuery::InternalGenerateClassData_(
            _default, &JourneySpecifics_ContinuationQuery_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<JourneySpecifics_ContinuationQuery>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~JourneySpecifics_ContinuationQueryGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) JourneySpecifics_ContinuationQuery _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<JourneySpecifics_ContinuationQuery>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(JourneySpecifics_ContinuationQueryGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST JourneySpecifics_ContinuationQueryGlobalsTypeInternal JourneySpecifics_ContinuationQuery_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* JourneySpecifics_ContinuationQuery_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return JourneySpecifics_ContinuationQuery_globals_.GetClassData();
#else
  return JourneySpecifics_ContinuationQuery_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class JourneySpecifics::_Internal {
 public:
  using HasBits = decltype(::std::declval<JourneySpecifics>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_._has_bits_);
};

constexpr JourneySpecifics::ParseTableT_ JourneySpecifics::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_._has_bits_),
      0, // no _extensions_
      8, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967040,  // skipmap
      offsetof(ParseTableT_, field_entries),
      8,  // num_field_entries
      2,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::JourneySpecifics>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .sync_pb.JourneySpecifics.ContinuationQuery continuation_queries = 8;
      {::_pbi::TcParser::FastMtR1,
       {66, 1, 1,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.continuation_queries_)}},
      // optional string journey_id = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 2, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.journey_id_)}},
      // optional string title = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 3, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.title_)}},
      // optional string emoji = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 4, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.emoji_)}},
      // optional string overview = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 5, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.overview_)}},
      // optional string short_overview = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 6, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.short_overview_)}},
      // optional int64 creation_time_windows_epoch_micros = 6;
      {::_pbi::TcParser::FastV64S1,
       {48, 7, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.creation_time_windows_epoch_micros_)}},
      // repeated .sync_pb.JourneySpecifics.HistoryEntry history_entries = 7;
      {::_pbi::TcParser::FastMtR1,
       {58, 0, 0,
        PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.history_entries_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string journey_id = 1;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.journey_id_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string title = 2;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.title_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string emoji = 3;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.emoji_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string overview = 4;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.overview_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string short_overview = 5;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.short_overview_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 creation_time_windows_epoch_micros = 6;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.creation_time_windows_epoch_micros_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // repeated .sync_pb.JourneySpecifics.HistoryEntry history_entries = 7;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.history_entries_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .sync_pb.JourneySpecifics.ContinuationQuery continuation_queries = 8;
      {PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_.continuation_queries_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::JourneySpecifics_HistoryEntry>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::JourneySpecifics_HistoryEntry_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::JourneySpecifics_ContinuationQuery>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::JourneySpecifics_ContinuationQuery_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr JourneySpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        history_entries_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::JourneySpecifics,
            PROTOBUF_FIELD_OFFSET(::sync_pb::JourneySpecifics, _impl_.history_entries_)>()
         }
        ,
        continuation_queries_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::JourneySpecifics,
            PROTOBUF_FIELD_OFFSET(::sync_pb::JourneySpecifics, _impl_.continuation_queries_)>()
         }
        ,
        journey_id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        title_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        emoji_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        overview_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        short_overview_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        creation_time_windows_epoch_micros_{::int64_t{0}} {}

template <typename>
constexpr JourneySpecifics::JourneySpecifics(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL JourneySpecifics::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) JourneySpecifics(arena);
}
constexpr auto JourneySpecifics::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(JourneySpecifics), alignof(JourneySpecifics));
}
constexpr auto JourneySpecifics::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &JourneySpecifics::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<JourneySpecifics>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &JourneySpecifics::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<JourneySpecifics>(), &JourneySpecifics::ByteSizeLong,
              &JourneySpecifics::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(JourneySpecifics, _impl_._cached_size_),
          true,
      },
      "sync_pb.JourneySpecifics",
  };
}
struct JourneySpecificsGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr JourneySpecificsGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 JourneySpecifics_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(JourneySpecifics::InternalGenerateClassData_(
            _default, &JourneySpecifics_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<JourneySpecifics>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~JourneySpecificsGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) JourneySpecifics _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<JourneySpecifics>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(JourneySpecificsGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST JourneySpecificsGlobalsTypeInternal JourneySpecifics_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* JourneySpecifics_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return JourneySpecifics_globals_.GetClassData();
#else
  return JourneySpecifics_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace sync_pb
namespace sync_pb {
// ===================================================================

JourneySpecifics_HistoryEntry::JourneySpecifics_HistoryEntry(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, JourneySpecifics_HistoryEntry_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.JourneySpecifics.HistoryEntry)
}
JourneySpecifics_HistoryEntry::JourneySpecifics_HistoryEntry(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const JourneySpecifics_HistoryEntry& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, JourneySpecifics_HistoryEntry_get_class_data()),
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena),
#endif  // PROTOBUF_CUSTOM_VTABLE
      _impl_(from._impl_) {
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}
PROTOBUF_NDEBUG_INLINE JourneySpecifics_HistoryEntry::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void JourneySpecifics_HistoryEntry::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.visit_timestamp_windows_epoch_micros_ = {};
}
JourneySpecifics_HistoryEntry::~JourneySpecifics_HistoryEntry() {
  // @@protoc_insertion_point(destructor:sync_pb.JourneySpecifics.HistoryEntry)
  SharedDtor(*this);
}
inline void JourneySpecifics_HistoryEntry::SharedDtor(MessageLite& self) {
  JourneySpecifics_HistoryEntry& this_ = static_cast<JourneySpecifics_HistoryEntry&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite JourneySpecifics_HistoryEntry_class_data_ =
    JourneySpecifics_HistoryEntry::InternalGenerateClassData_(JourneySpecifics_HistoryEntry_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
JourneySpecifics_HistoryEntry::GetClassData() const {
  return JourneySpecifics_HistoryEntry_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
JourneySpecifics_HistoryEntry::GetClassData() const {
  return JourneySpecifics_HistoryEntry_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const JourneySpecifics_HistoryEntry::ParseTableT_
    JourneySpecifics_HistoryEntry::_table_ =
        JourneySpecifics_HistoryEntry::InternalGenerateParseTable_(JourneySpecifics_HistoryEntry_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void JourneySpecifics_HistoryEntry::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.JourneySpecifics.HistoryEntry)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  _impl_.visit_timestamp_windows_epoch_micros_ = ::int64_t{0};
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL JourneySpecifics_HistoryEntry::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const JourneySpecifics_HistoryEntry& this_ = static_cast<const JourneySpecifics_HistoryEntry&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL JourneySpecifics_HistoryEntry::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const JourneySpecifics_HistoryEntry& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.JourneySpecifics.HistoryEntry)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional int64 visit_timestamp_windows_epoch_micros = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<1>(
            stream, this_._internal_visit_timestamp_windows_epoch_micros(), target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.JourneySpecifics.HistoryEntry)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t JourneySpecifics_HistoryEntry::ByteSizeLong(const MessageLite& base) {
  const JourneySpecifics_HistoryEntry& this_ = static_cast<const JourneySpecifics_HistoryEntry&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t JourneySpecifics_HistoryEntry::ByteSizeLong() const {
  const JourneySpecifics_HistoryEntry& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.JourneySpecifics.HistoryEntry)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

   {
    // optional int64 visit_timestamp_windows_epoch_micros = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_visit_timestamp_windows_epoch_micros());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void JourneySpecifics_HistoryEntry::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<JourneySpecifics_HistoryEntry*>(&to_msg);
  auto& from = static_cast<const JourneySpecifics_HistoryEntry&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.JourneySpecifics.HistoryEntry)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _this->_impl_.visit_timestamp_windows_epoch_micros_ = from._impl_.visit_timestamp_windows_epoch_micros_;
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void JourneySpecifics_HistoryEntry::CopyFrom(const JourneySpecifics_HistoryEntry& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.JourneySpecifics.HistoryEntry)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void JourneySpecifics_HistoryEntry::InternalSwap(JourneySpecifics_HistoryEntry* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  swap(_impl_.visit_timestamp_windows_epoch_micros_, other->_impl_.visit_timestamp_windows_epoch_micros_);
}

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

JourneySpecifics_ContinuationQuery::JourneySpecifics_ContinuationQuery(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, JourneySpecifics_ContinuationQuery_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.JourneySpecifics.ContinuationQuery)
}
PROTOBUF_NDEBUG_INLINE JourneySpecifics_ContinuationQuery::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::JourneySpecifics_ContinuationQuery& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        title_(arena, from.title_),
        prompt_(arena, from.prompt_) {}

JourneySpecifics_ContinuationQuery::JourneySpecifics_ContinuationQuery(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const JourneySpecifics_ContinuationQuery& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, JourneySpecifics_ContinuationQuery_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  JourneySpecifics_ContinuationQuery* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);

  // @@protoc_insertion_point(copy_constructor:sync_pb.JourneySpecifics.ContinuationQuery)
}
PROTOBUF_NDEBUG_INLINE JourneySpecifics_ContinuationQuery::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        title_(arena),
        prompt_(arena) {}

inline void JourneySpecifics_ContinuationQuery::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
JourneySpecifics_ContinuationQuery::~JourneySpecifics_ContinuationQuery() {
  // @@protoc_insertion_point(destructor:sync_pb.JourneySpecifics.ContinuationQuery)
  SharedDtor(*this);
}
inline void JourneySpecifics_ContinuationQuery::SharedDtor(MessageLite& self) {
  JourneySpecifics_ContinuationQuery& this_ = static_cast<JourneySpecifics_ContinuationQuery&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.title_.Destroy();
  this_._impl_.prompt_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite JourneySpecifics_ContinuationQuery_class_data_ =
    JourneySpecifics_ContinuationQuery::InternalGenerateClassData_(JourneySpecifics_ContinuationQuery_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
JourneySpecifics_ContinuationQuery::GetClassData() const {
  return JourneySpecifics_ContinuationQuery_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
JourneySpecifics_ContinuationQuery::GetClassData() const {
  return JourneySpecifics_ContinuationQuery_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const JourneySpecifics_ContinuationQuery::ParseTableT_
    JourneySpecifics_ContinuationQuery::_table_ =
        JourneySpecifics_ContinuationQuery::InternalGenerateParseTable_(JourneySpecifics_ContinuationQuery_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void JourneySpecifics_ContinuationQuery::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.JourneySpecifics.ContinuationQuery)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.title_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.prompt_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL JourneySpecifics_ContinuationQuery::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const JourneySpecifics_ContinuationQuery& this_ = static_cast<const JourneySpecifics_ContinuationQuery&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL JourneySpecifics_ContinuationQuery::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const JourneySpecifics_ContinuationQuery& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.JourneySpecifics.ContinuationQuery)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string title = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_title();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional string prompt = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_prompt();
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.JourneySpecifics.ContinuationQuery)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t JourneySpecifics_ContinuationQuery::ByteSizeLong(const MessageLite& base) {
  const JourneySpecifics_ContinuationQuery& this_ = static_cast<const JourneySpecifics_ContinuationQuery&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t JourneySpecifics_ContinuationQuery::ByteSizeLong() const {
  const JourneySpecifics_ContinuationQuery& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.JourneySpecifics.ContinuationQuery)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // optional string title = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_title());
    }
    // optional string prompt = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_prompt());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void JourneySpecifics_ContinuationQuery::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<JourneySpecifics_ContinuationQuery*>(&to_msg);
  auto& from = static_cast<const JourneySpecifics_ContinuationQuery&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.JourneySpecifics.ContinuationQuery)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_title(from._internal_title());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_prompt(from._internal_prompt());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void JourneySpecifics_ContinuationQuery::CopyFrom(const JourneySpecifics_ContinuationQuery& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.JourneySpecifics.ContinuationQuery)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void JourneySpecifics_ContinuationQuery::InternalSwap(JourneySpecifics_ContinuationQuery* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.title_, &other->_impl_.title_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.prompt_, &other->_impl_.prompt_, arena);
}

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

JourneySpecifics::JourneySpecifics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, JourneySpecifics_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.JourneySpecifics)
}
PROTOBUF_NDEBUG_INLINE JourneySpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::JourneySpecifics& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        history_entries_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::sync_pb::JourneySpecifics,
              PROTOBUF_FIELD_OFFSET(::sync_pb::JourneySpecifics, _impl_.history_entries_)>()
          , from.history_entries_
        }
        ,
        continuation_queries_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::sync_pb::JourneySpecifics,
              PROTOBUF_FIELD_OFFSET(::sync_pb::JourneySpecifics, _impl_.continuation_queries_)>()
          , from.continuation_queries_
        }
        ,
        journey_id_(arena, from.journey_id_),
        title_(arena, from.title_),
        emoji_(arena, from.emoji_),
        overview_(arena, from.overview_),
        short_overview_(arena, from.short_overview_) {}

JourneySpecifics::JourneySpecifics(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const JourneySpecifics& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, JourneySpecifics_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  JourneySpecifics* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  _impl_.creation_time_windows_epoch_micros_ = from._impl_.creation_time_windows_epoch_micros_;

  // @@protoc_insertion_point(copy_constructor:sync_pb.JourneySpecifics)
}
PROTOBUF_NDEBUG_INLINE JourneySpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        history_entries_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::JourneySpecifics,
            PROTOBUF_FIELD_OFFSET(::sync_pb::JourneySpecifics, _impl_.history_entries_)>()
         }
        ,
        continuation_queries_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::JourneySpecifics,
            PROTOBUF_FIELD_OFFSET(::sync_pb::JourneySpecifics, _impl_.continuation_queries_)>()
         }
        ,
        journey_id_(arena),
        title_(arena),
        emoji_(arena),
        overview_(arena),
        short_overview_(arena) {}

inline void JourneySpecifics::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.creation_time_windows_epoch_micros_ = {};
}
JourneySpecifics::~JourneySpecifics() {
  // @@protoc_insertion_point(destructor:sync_pb.JourneySpecifics)
  SharedDtor(*this);
}
inline void JourneySpecifics::SharedDtor(MessageLite& self) {
  JourneySpecifics& this_ = static_cast<JourneySpecifics&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.journey_id_.Destroy();
  this_._impl_.title_.Destroy();
  this_._impl_.emoji_.Destroy();
  this_._impl_.overview_.Destroy();
  this_._impl_.short_overview_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite JourneySpecifics_class_data_ =
    JourneySpecifics::InternalGenerateClassData_(JourneySpecifics_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
JourneySpecifics::GetClassData() const {
  return JourneySpecifics_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
JourneySpecifics::GetClassData() const {
  return JourneySpecifics_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const JourneySpecifics::ParseTableT_
    JourneySpecifics::_table_ =
        JourneySpecifics::InternalGenerateParseTable_(JourneySpecifics_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void JourneySpecifics::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.JourneySpecifics)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000007fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.history_entries_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.continuation_queries_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.journey_id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.title_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.emoji_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _impl_.overview_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _impl_.short_overview_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.creation_time_windows_epoch_micros_ = ::int64_t{0};
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL JourneySpecifics::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const JourneySpecifics& this_ = static_cast<const JourneySpecifics&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL JourneySpecifics::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const JourneySpecifics& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:sync_pb.JourneySpecifics)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string journey_id = 1;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_journey_id();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional string title = 2;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    const ::std::string& _s = this_._internal_title();
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  // optional string emoji = 3;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    const ::std::string& _s = this_._internal_emoji();
    target = stream->WriteStringMaybeAliased(3, _s, target);
  }

  // optional string overview = 4;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    const ::std::string& _s = this_._internal_overview();
    target = stream->WriteStringMaybeAliased(4, _s, target);
  }

  // optional string short_overview = 5;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    const ::std::string& _s = this_._internal_short_overview();
    target = stream->WriteStringMaybeAliased(5, _s, target);
  }

  // optional int64 creation_time_windows_epoch_micros = 6;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<6>(
            stream, this_._internal_creation_time_windows_epoch_micros(), target);
  }

  // repeated .sync_pb.JourneySpecifics.HistoryEntry history_entries = 7;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_history_entries_size());
         i < n; i++) {
      const auto& repfield = this_._internal_history_entries().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              7, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // repeated .sync_pb.JourneySpecifics.ContinuationQuery continuation_queries = 8;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_continuation_queries_size());
         i < n; i++) {
      const auto& repfield = this_._internal_continuation_queries().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              8, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:sync_pb.JourneySpecifics)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t JourneySpecifics::ByteSizeLong(const MessageLite& base) {
  const JourneySpecifics& this_ = static_cast<const JourneySpecifics&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t JourneySpecifics::ByteSizeLong() const {
  const JourneySpecifics& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.JourneySpecifics)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    // repeated .sync_pb.JourneySpecifics.HistoryEntry history_entries = 7;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_history_entries_size();
      for (const auto& msg : this_._internal_history_entries()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated .sync_pb.JourneySpecifics.ContinuationQuery continuation_queries = 8;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1UL * this_._internal_continuation_queries_size();
      for (const auto& msg : this_._internal_continuation_queries()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // optional string journey_id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_journey_id());
    }
    // optional string title = 2;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_title());
    }
    // optional string emoji = 3;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_emoji());
    }
    // optional string overview = 4;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_overview());
    }
    // optional string short_overview = 5;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_short_overview());
    }
    // optional int64 creation_time_windows_epoch_micros = 6;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_creation_time_windows_epoch_micros());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void JourneySpecifics::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<JourneySpecifics*>(&to_msg);
  auto& from = static_cast<const JourneySpecifics&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.JourneySpecifics)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_history_entries()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_history_entries());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_continuation_queries()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_continuation_queries());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_journey_id(from._internal_journey_id());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_title(from._internal_title());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_emoji(from._internal_emoji());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_internal_set_overview(from._internal_overview());
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_internal_set_short_overview(from._internal_short_overview());
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_impl_.creation_time_windows_epoch_micros_ = from._impl_.creation_time_windows_epoch_micros_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void JourneySpecifics::CopyFrom(const JourneySpecifics& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.JourneySpecifics)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void JourneySpecifics::InternalSwap(JourneySpecifics* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.history_entries_.InternalSwap(&other->_impl_.history_entries_);
  _impl_.continuation_queries_.InternalSwap(&other->_impl_.continuation_queries_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.journey_id_, &other->_impl_.journey_id_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.title_, &other->_impl_.title_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.emoji_, &other->_impl_.emoji_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.overview_, &other->_impl_.overview_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.short_overview_, &other->_impl_.short_overview_, arena);
  swap(_impl_.creation_time_windows_epoch_micros_, other->_impl_.creation_time_windows_epoch_micros_);
}

// @@protoc_insertion_point(namespace_scope)
}  // namespace sync_pb
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google
// @@protoc_insertion_point(global_scope)
#include "google/protobuf/port_undef.inc"
