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

#ifndef components_2foptimization_5fguide_2fproto_2ffeatures_2fios_5fsmart_5ftab_5fgrouping_2eproto_2epb_2eh
#define components_2foptimization_5fguide_2fproto_2ffeatures_2fios_5fsmart_5ftab_5fgrouping_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.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 "components/optimization_guide/proto/features/common_quality_data.pb.h"
#include "components/optimization_guide/proto/model_quality_metadata.pb.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"

#define PROTOBUF_INTERNAL_EXPORT_components_2foptimization_5fguide_2fproto_2ffeatures_2fios_5fsmart_5ftab_5fgrouping_2eproto

namespace google {
namespace protobuf {
namespace internal {
template <typename T>
::absl::string_view GetAnyMessageName();
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fios_5fsmart_5ftab_5fgrouping_2eproto {
  static const ::uint32_t offsets[];
};
namespace optimization_guide {
namespace proto {
class IosSmartTabGroupingLoggingData;
struct IosSmartTabGroupingLoggingDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern IosSmartTabGroupingLoggingDataGlobalsTypeInternal IosSmartTabGroupingLoggingData_globals_;
extern const ::google::protobuf::internal::ClassDataLite IosSmartTabGroupingLoggingData_class_data_;
#else
extern const IosSmartTabGroupingLoggingDataGlobalsTypeInternal IosSmartTabGroupingLoggingData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class IosSmartTabGroupingRequest;
struct IosSmartTabGroupingRequestGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern IosSmartTabGroupingRequestGlobalsTypeInternal IosSmartTabGroupingRequest_globals_;
extern const ::google::protobuf::internal::ClassDataLite IosSmartTabGroupingRequest_class_data_;
#else
extern const IosSmartTabGroupingRequestGlobalsTypeInternal IosSmartTabGroupingRequest_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class IosSmartTabGroupingResponse;
struct IosSmartTabGroupingResponseGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern IosSmartTabGroupingResponseGlobalsTypeInternal IosSmartTabGroupingResponse_globals_;
extern const ::google::protobuf::internal::ClassDataLite IosSmartTabGroupingResponse_class_data_;
#else
extern const IosSmartTabGroupingResponseGlobalsTypeInternal IosSmartTabGroupingResponse_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace proto
}  // namespace optimization_guide
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace optimization_guide {
namespace proto {

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


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

class  IosSmartTabGroupingResponse final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:optimization_guide.proto.IosSmartTabGroupingResponse) */ {
 public:
  inline IosSmartTabGroupingResponse() : IosSmartTabGroupingResponse(nullptr) {}
  ~IosSmartTabGroupingResponse() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(IosSmartTabGroupingResponse* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(IosSmartTabGroupingResponse));
  }
#endif

  template <typename = void>
  explicit constexpr IosSmartTabGroupingResponse(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline IosSmartTabGroupingResponse(const IosSmartTabGroupingResponse& from) : IosSmartTabGroupingResponse(nullptr, from) {}
  inline IosSmartTabGroupingResponse(IosSmartTabGroupingResponse&& from) noexcept : IosSmartTabGroupingResponse(nullptr, ::std::move(from)) {}
  inline IosSmartTabGroupingResponse& operator=(const IosSmartTabGroupingResponse& from) {
    CopyFrom(from);
    return *this;
  }
  inline IosSmartTabGroupingResponse& operator=(IosSmartTabGroupingResponse&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const IosSmartTabGroupingResponse& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<IosSmartTabGroupingResponse>(&IosSmartTabGroupingResponse_globals_);
  }
  static constexpr int kIndexInFileMessages = 2;
  friend void swap(IosSmartTabGroupingResponse& a, IosSmartTabGroupingResponse& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(IosSmartTabGroupingResponse* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(IosSmartTabGroupingResponse* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  IosSmartTabGroupingResponse* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<IosSmartTabGroupingResponse>(arena);
  }
  void CopyFrom(const IosSmartTabGroupingResponse& from);
  void MergeFrom(const IosSmartTabGroupingResponse& from) { IosSmartTabGroupingResponse::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(IosSmartTabGroupingResponse* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "optimization_guide.proto.IosSmartTabGroupingResponse"; }

  explicit IosSmartTabGroupingResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  IosSmartTabGroupingResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const IosSmartTabGroupingResponse& from);
  IosSmartTabGroupingResponse(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, IosSmartTabGroupingResponse&& from) noexcept
      : IosSmartTabGroupingResponse(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kTabGroupsFieldNumber = 1,
  };
  // repeated .optimization_guide.proto.TabGroupMinimal tab_groups = 1;
  int tab_groups_size()
      const;
  private:
  int _internal_tab_groups_size() const;

  public:
  void clear_tab_groups() ;
  const ::optimization_guide::proto::TabGroupMinimal& tab_groups(int index) const;
  ::optimization_guide::proto::TabGroupMinimal* PROTOBUF_NONNULL mutable_tab_groups(int index);
  ::optimization_guide::proto::TabGroupMinimal* PROTOBUF_NONNULL add_tab_groups();
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>&
  tab_groups() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>* PROTOBUF_NONNULL
  mutable_tab_groups();

  private:
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>& _internal_tab_groups() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>* PROTOBUF_NONNULL _internal_mutable_tab_groups();

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.IosSmartTabGroupingResponse)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          1, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const IosSmartTabGroupingResponse& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::optimization_guide::proto::TabGroupMinimal > tab_groups_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fios_5fsmart_5ftab_5fgrouping_2eproto;
};
// -------------------------------------------------------------------

class  IosSmartTabGroupingRequest final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:optimization_guide.proto.IosSmartTabGroupingRequest) */ {
 public:
  inline IosSmartTabGroupingRequest() : IosSmartTabGroupingRequest(nullptr) {}
  ~IosSmartTabGroupingRequest() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(IosSmartTabGroupingRequest* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(IosSmartTabGroupingRequest));
  }
#endif

  template <typename = void>
  explicit constexpr IosSmartTabGroupingRequest(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline IosSmartTabGroupingRequest(const IosSmartTabGroupingRequest& from) : IosSmartTabGroupingRequest(nullptr, from) {}
  inline IosSmartTabGroupingRequest(IosSmartTabGroupingRequest&& from) noexcept : IosSmartTabGroupingRequest(nullptr, ::std::move(from)) {}
  inline IosSmartTabGroupingRequest& operator=(const IosSmartTabGroupingRequest& from) {
    CopyFrom(from);
    return *this;
  }
  inline IosSmartTabGroupingRequest& operator=(IosSmartTabGroupingRequest&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const IosSmartTabGroupingRequest& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<IosSmartTabGroupingRequest>(&IosSmartTabGroupingRequest_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(IosSmartTabGroupingRequest& a, IosSmartTabGroupingRequest& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(IosSmartTabGroupingRequest* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(IosSmartTabGroupingRequest* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  IosSmartTabGroupingRequest* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<IosSmartTabGroupingRequest>(arena);
  }
  void CopyFrom(const IosSmartTabGroupingRequest& from);
  void MergeFrom(const IosSmartTabGroupingRequest& from) { IosSmartTabGroupingRequest::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(IosSmartTabGroupingRequest* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "optimization_guide.proto.IosSmartTabGroupingRequest"; }

  explicit IosSmartTabGroupingRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  IosSmartTabGroupingRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const IosSmartTabGroupingRequest& from);
  IosSmartTabGroupingRequest(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, IosSmartTabGroupingRequest&& from) noexcept
      : IosSmartTabGroupingRequest(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kTabsFieldNumber = 1,
    kPreExistingTabGroupsFieldNumber = 2,
    kUserCommandFieldNumber = 4,
    kAllowReorganizingExistingGroupsFieldNumber = 3,
  };
  // repeated .optimization_guide.proto.Tab tabs = 1;
  int tabs_size()
      const;
  private:
  int _internal_tabs_size() const;

  public:
  void clear_tabs() ;
  const ::optimization_guide::proto::Tab& tabs(int index) const;
  ::optimization_guide::proto::Tab* PROTOBUF_NONNULL mutable_tabs(int index);
  ::optimization_guide::proto::Tab* PROTOBUF_NONNULL add_tabs();
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Tab>&
  tabs() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Tab>* PROTOBUF_NONNULL
  mutable_tabs();

  private:
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Tab>& _internal_tabs() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Tab>* PROTOBUF_NONNULL _internal_mutable_tabs();

  public:
  // repeated .optimization_guide.proto.TabGroupMinimal pre_existing_tab_groups = 2;
  int pre_existing_tab_groups_size()
      const;
  private:
  int _internal_pre_existing_tab_groups_size() const;

  public:
  void clear_pre_existing_tab_groups() ;
  const ::optimization_guide::proto::TabGroupMinimal& pre_existing_tab_groups(int index) const;
  ::optimization_guide::proto::TabGroupMinimal* PROTOBUF_NONNULL mutable_pre_existing_tab_groups(int index);
  ::optimization_guide::proto::TabGroupMinimal* PROTOBUF_NONNULL add_pre_existing_tab_groups();
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>&
  pre_existing_tab_groups() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>* PROTOBUF_NONNULL
  mutable_pre_existing_tab_groups();

  private:
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>& _internal_pre_existing_tab_groups() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>* PROTOBUF_NONNULL _internal_mutable_pre_existing_tab_groups();

  public:
  // string user_command = 4 [features = {
  bool has_user_command()
      const;
  void clear_user_command() ;
  const ::std::string& user_command() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_user_command(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_user_command();
  ::std::string* PROTOBUF_NULLABLE release_user_command();
  void set_allocated_user_command(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_user_command() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_user_command(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_user_command();

  public:
  // bool allow_reorganizing_existing_groups = 3 [features = {
  bool has_allow_reorganizing_existing_groups()
      const;
  void clear_allow_reorganizing_existing_groups() ;
  bool allow_reorganizing_existing_groups() const;
  void set_allow_reorganizing_existing_groups(bool value);

  private:
  bool _internal_allow_reorganizing_existing_groups() const;
  void _internal_set_allow_reorganizing_existing_groups(bool value);

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.IosSmartTabGroupingRequest)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 4,
                          2, 72,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const IosSmartTabGroupingRequest& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::optimization_guide::proto::Tab > tabs_;
    ::google::protobuf::RepeatedPtrField< ::optimization_guide::proto::TabGroupMinimal > pre_existing_tab_groups_;
    ::google::protobuf::internal::ArenaStringPtr user_command_;
    bool allow_reorganizing_existing_groups_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fios_5fsmart_5ftab_5fgrouping_2eproto;
};
// -------------------------------------------------------------------

class  IosSmartTabGroupingLoggingData final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:optimization_guide.proto.IosSmartTabGroupingLoggingData) */ {
 public:
  inline IosSmartTabGroupingLoggingData() : IosSmartTabGroupingLoggingData(nullptr) {}
  ~IosSmartTabGroupingLoggingData() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(IosSmartTabGroupingLoggingData* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(IosSmartTabGroupingLoggingData));
  }
#endif

  template <typename = void>
  explicit constexpr IosSmartTabGroupingLoggingData(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline IosSmartTabGroupingLoggingData(const IosSmartTabGroupingLoggingData& from) : IosSmartTabGroupingLoggingData(nullptr, from) {}
  inline IosSmartTabGroupingLoggingData(IosSmartTabGroupingLoggingData&& from) noexcept : IosSmartTabGroupingLoggingData(nullptr, ::std::move(from)) {}
  inline IosSmartTabGroupingLoggingData& operator=(const IosSmartTabGroupingLoggingData& from) {
    CopyFrom(from);
    return *this;
  }
  inline IosSmartTabGroupingLoggingData& operator=(IosSmartTabGroupingLoggingData&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const IosSmartTabGroupingLoggingData& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<IosSmartTabGroupingLoggingData>(&IosSmartTabGroupingLoggingData_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(IosSmartTabGroupingLoggingData& a, IosSmartTabGroupingLoggingData& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(IosSmartTabGroupingLoggingData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(IosSmartTabGroupingLoggingData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  IosSmartTabGroupingLoggingData* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<IosSmartTabGroupingLoggingData>(arena);
  }
  void CopyFrom(const IosSmartTabGroupingLoggingData& from);
  void MergeFrom(const IosSmartTabGroupingLoggingData& from) { IosSmartTabGroupingLoggingData::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(IosSmartTabGroupingLoggingData* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "optimization_guide.proto.IosSmartTabGroupingLoggingData"; }

  explicit IosSmartTabGroupingLoggingData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  IosSmartTabGroupingLoggingData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const IosSmartTabGroupingLoggingData& from);
  IosSmartTabGroupingLoggingData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, IosSmartTabGroupingLoggingData&& from) noexcept
      : IosSmartTabGroupingLoggingData(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kRequestFieldNumber = 1,
    kResponseFieldNumber = 2,
    kModelExecutionInfoFieldNumber = 3,
  };
  // .optimization_guide.proto.IosSmartTabGroupingRequest request = 1 [features = {
  bool has_request()
      const;
  void clear_request() ;
  const ::optimization_guide::proto::IosSmartTabGroupingRequest& request() const;
  ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NULLABLE release_request();
  ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NONNULL mutable_request();
  void set_allocated_request(::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_request(::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NULLABLE unsafe_arena_release_request();

  private:
  const ::optimization_guide::proto::IosSmartTabGroupingRequest& _internal_request() const;
  ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NONNULL _internal_mutable_request();

  public:
  // .optimization_guide.proto.IosSmartTabGroupingResponse response = 2 [features = {
  bool has_response()
      const;
  void clear_response() ;
  const ::optimization_guide::proto::IosSmartTabGroupingResponse& response() const;
  ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NULLABLE release_response();
  ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NONNULL mutable_response();
  void set_allocated_response(::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_response(::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NULLABLE unsafe_arena_release_response();

  private:
  const ::optimization_guide::proto::IosSmartTabGroupingResponse& _internal_response() const;
  ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NONNULL _internal_mutable_response();

  public:
  // .optimization_guide.proto.ModelExecutionInfo model_execution_info = 3 [features = {
  bool has_model_execution_info()
      const;
  void clear_model_execution_info() ;
  const ::optimization_guide::proto::ModelExecutionInfo& model_execution_info() const;
  ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE release_model_execution_info();
  ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NONNULL mutable_model_execution_info();
  void set_allocated_model_execution_info(::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_model_execution_info(::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE unsafe_arena_release_model_execution_info();

  private:
  const ::optimization_guide::proto::ModelExecutionInfo& _internal_model_execution_info() const;
  ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NONNULL _internal_mutable_model_execution_info();

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.IosSmartTabGroupingLoggingData)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          3, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const IosSmartTabGroupingLoggingData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NULLABLE request_;
    ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NULLABLE response_;
    ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE model_execution_info_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fios_5fsmart_5ftab_5fgrouping_2eproto;
};

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




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


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

// IosSmartTabGroupingLoggingData

// .optimization_guide.proto.IosSmartTabGroupingRequest request = 1 [features = {
inline bool IosSmartTabGroupingLoggingData::has_request() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.request_ != nullptr);
  return value;
}
inline void IosSmartTabGroupingLoggingData::clear_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.request_ != nullptr) _impl_.request_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::optimization_guide::proto::IosSmartTabGroupingRequest& IosSmartTabGroupingLoggingData::_internal_request() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::optimization_guide::proto::IosSmartTabGroupingRequest* p = _impl_.request_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::IosSmartTabGroupingRequest>(&::optimization_guide::proto::IosSmartTabGroupingRequest_globals_);
}
inline const ::optimization_guide::proto::IosSmartTabGroupingRequest& IosSmartTabGroupingLoggingData::request() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.IosSmartTabGroupingLoggingData.request)
  return _internal_request();
}
inline void IosSmartTabGroupingLoggingData::unsafe_arena_set_allocated_request(
    ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.request_);
  }
  _impl_.request_ = reinterpret_cast<::optimization_guide::proto::IosSmartTabGroupingRequest*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:optimization_guide.proto.IosSmartTabGroupingLoggingData.request)
}
inline ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NULLABLE IosSmartTabGroupingLoggingData::release_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::IosSmartTabGroupingRequest* released = _impl_.request_;
  _impl_.request_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NULLABLE IosSmartTabGroupingLoggingData::unsafe_arena_release_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.IosSmartTabGroupingLoggingData.request)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::IosSmartTabGroupingRequest* temp = _impl_.request_;
  _impl_.request_ = nullptr;
  return temp;
}
inline ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NONNULL IosSmartTabGroupingLoggingData::_internal_mutable_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.request_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::IosSmartTabGroupingRequest>(GetArena());
    _impl_.request_ = reinterpret_cast<::optimization_guide::proto::IosSmartTabGroupingRequest*>(p);
  }
  return _impl_.request_;
}
inline ::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NONNULL IosSmartTabGroupingLoggingData::mutable_request()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::IosSmartTabGroupingRequest* _msg = _internal_mutable_request();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.IosSmartTabGroupingLoggingData.request)
  return _msg;
}
inline void IosSmartTabGroupingLoggingData::set_allocated_request(::optimization_guide::proto::IosSmartTabGroupingRequest* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.request_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }

  _impl_.request_ = reinterpret_cast<::optimization_guide::proto::IosSmartTabGroupingRequest*>(value);
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.IosSmartTabGroupingLoggingData.request)
}

// .optimization_guide.proto.IosSmartTabGroupingResponse response = 2 [features = {
inline bool IosSmartTabGroupingLoggingData::has_response() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.response_ != nullptr);
  return value;
}
inline void IosSmartTabGroupingLoggingData::clear_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.response_ != nullptr) _impl_.response_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::optimization_guide::proto::IosSmartTabGroupingResponse& IosSmartTabGroupingLoggingData::_internal_response() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::optimization_guide::proto::IosSmartTabGroupingResponse* p = _impl_.response_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::IosSmartTabGroupingResponse>(&::optimization_guide::proto::IosSmartTabGroupingResponse_globals_);
}
inline const ::optimization_guide::proto::IosSmartTabGroupingResponse& IosSmartTabGroupingLoggingData::response() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.IosSmartTabGroupingLoggingData.response)
  return _internal_response();
}
inline void IosSmartTabGroupingLoggingData::unsafe_arena_set_allocated_response(
    ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.response_);
  }
  _impl_.response_ = reinterpret_cast<::optimization_guide::proto::IosSmartTabGroupingResponse*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:optimization_guide.proto.IosSmartTabGroupingLoggingData.response)
}
inline ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NULLABLE IosSmartTabGroupingLoggingData::release_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::optimization_guide::proto::IosSmartTabGroupingResponse* released = _impl_.response_;
  _impl_.response_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NULLABLE IosSmartTabGroupingLoggingData::unsafe_arena_release_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.IosSmartTabGroupingLoggingData.response)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::optimization_guide::proto::IosSmartTabGroupingResponse* temp = _impl_.response_;
  _impl_.response_ = nullptr;
  return temp;
}
inline ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NONNULL IosSmartTabGroupingLoggingData::_internal_mutable_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.response_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::IosSmartTabGroupingResponse>(GetArena());
    _impl_.response_ = reinterpret_cast<::optimization_guide::proto::IosSmartTabGroupingResponse*>(p);
  }
  return _impl_.response_;
}
inline ::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NONNULL IosSmartTabGroupingLoggingData::mutable_response()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::optimization_guide::proto::IosSmartTabGroupingResponse* _msg = _internal_mutable_response();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.IosSmartTabGroupingLoggingData.response)
  return _msg;
}
inline void IosSmartTabGroupingLoggingData::set_allocated_response(::optimization_guide::proto::IosSmartTabGroupingResponse* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.response_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }

  _impl_.response_ = reinterpret_cast<::optimization_guide::proto::IosSmartTabGroupingResponse*>(value);
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.IosSmartTabGroupingLoggingData.response)
}

// .optimization_guide.proto.ModelExecutionInfo model_execution_info = 3 [features = {
inline bool IosSmartTabGroupingLoggingData::has_model_execution_info() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.model_execution_info_ != nullptr);
  return value;
}
inline const ::optimization_guide::proto::ModelExecutionInfo& IosSmartTabGroupingLoggingData::_internal_model_execution_info() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::optimization_guide::proto::ModelExecutionInfo* p = _impl_.model_execution_info_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::ModelExecutionInfo>(&::optimization_guide::proto::ModelExecutionInfo_globals_);
}
inline const ::optimization_guide::proto::ModelExecutionInfo& IosSmartTabGroupingLoggingData::model_execution_info() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.IosSmartTabGroupingLoggingData.model_execution_info)
  return _internal_model_execution_info();
}
inline void IosSmartTabGroupingLoggingData::unsafe_arena_set_allocated_model_execution_info(
    ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.model_execution_info_);
  }
  _impl_.model_execution_info_ = reinterpret_cast<::optimization_guide::proto::ModelExecutionInfo*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:optimization_guide.proto.IosSmartTabGroupingLoggingData.model_execution_info)
}
inline ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE IosSmartTabGroupingLoggingData::release_model_execution_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::optimization_guide::proto::ModelExecutionInfo* released = _impl_.model_execution_info_;
  _impl_.model_execution_info_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE IosSmartTabGroupingLoggingData::unsafe_arena_release_model_execution_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.IosSmartTabGroupingLoggingData.model_execution_info)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::optimization_guide::proto::ModelExecutionInfo* temp = _impl_.model_execution_info_;
  _impl_.model_execution_info_ = nullptr;
  return temp;
}
inline ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NONNULL IosSmartTabGroupingLoggingData::_internal_mutable_model_execution_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.model_execution_info_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::ModelExecutionInfo>(GetArena());
    _impl_.model_execution_info_ = reinterpret_cast<::optimization_guide::proto::ModelExecutionInfo*>(p);
  }
  return _impl_.model_execution_info_;
}
inline ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NONNULL IosSmartTabGroupingLoggingData::mutable_model_execution_info()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::optimization_guide::proto::ModelExecutionInfo* _msg = _internal_mutable_model_execution_info();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.IosSmartTabGroupingLoggingData.model_execution_info)
  return _msg;
}
inline void IosSmartTabGroupingLoggingData::set_allocated_model_execution_info(::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.model_execution_info_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(value)->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }

  _impl_.model_execution_info_ = reinterpret_cast<::optimization_guide::proto::ModelExecutionInfo*>(value);
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.IosSmartTabGroupingLoggingData.model_execution_info)
}

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

// IosSmartTabGroupingRequest

// repeated .optimization_guide.proto.Tab tabs = 1;
inline int IosSmartTabGroupingRequest::_internal_tabs_size() const {
  return _internal_tabs().size();
}
inline int IosSmartTabGroupingRequest::tabs_size() const {
  return _internal_tabs_size();
}
inline const ::optimization_guide::proto::Tab& IosSmartTabGroupingRequest::tabs(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.IosSmartTabGroupingRequest.tabs)
  return _internal_tabs().Get(index);
}
inline ::optimization_guide::proto::Tab* PROTOBUF_NONNULL IosSmartTabGroupingRequest::mutable_tabs(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.IosSmartTabGroupingRequest.tabs)
  return _internal_mutable_tabs()->Mutable(index);
}
inline ::optimization_guide::proto::Tab* PROTOBUF_NONNULL IosSmartTabGroupingRequest::add_tabs()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::optimization_guide::proto::Tab* _add =
      _internal_mutable_tabs()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:optimization_guide.proto.IosSmartTabGroupingRequest.tabs)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Tab>& IosSmartTabGroupingRequest::tabs() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:optimization_guide.proto.IosSmartTabGroupingRequest.tabs)
  return _internal_tabs();
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Tab>* PROTOBUF_NONNULL
IosSmartTabGroupingRequest::mutable_tabs() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:optimization_guide.proto.IosSmartTabGroupingRequest.tabs)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_tabs();
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Tab>&
IosSmartTabGroupingRequest::_internal_tabs() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.tabs_;
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Tab>* PROTOBUF_NONNULL
IosSmartTabGroupingRequest::_internal_mutable_tabs() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.tabs_;
}

// repeated .optimization_guide.proto.TabGroupMinimal pre_existing_tab_groups = 2;
inline int IosSmartTabGroupingRequest::_internal_pre_existing_tab_groups_size() const {
  return _internal_pre_existing_tab_groups().size();
}
inline int IosSmartTabGroupingRequest::pre_existing_tab_groups_size() const {
  return _internal_pre_existing_tab_groups_size();
}
inline const ::optimization_guide::proto::TabGroupMinimal& IosSmartTabGroupingRequest::pre_existing_tab_groups(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.IosSmartTabGroupingRequest.pre_existing_tab_groups)
  return _internal_pre_existing_tab_groups().Get(index);
}
inline ::optimization_guide::proto::TabGroupMinimal* PROTOBUF_NONNULL IosSmartTabGroupingRequest::mutable_pre_existing_tab_groups(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.IosSmartTabGroupingRequest.pre_existing_tab_groups)
  return _internal_mutable_pre_existing_tab_groups()->Mutable(index);
}
inline ::optimization_guide::proto::TabGroupMinimal* PROTOBUF_NONNULL IosSmartTabGroupingRequest::add_pre_existing_tab_groups()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::optimization_guide::proto::TabGroupMinimal* _add =
      _internal_mutable_pre_existing_tab_groups()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_add:optimization_guide.proto.IosSmartTabGroupingRequest.pre_existing_tab_groups)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>& IosSmartTabGroupingRequest::pre_existing_tab_groups() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:optimization_guide.proto.IosSmartTabGroupingRequest.pre_existing_tab_groups)
  return _internal_pre_existing_tab_groups();
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>* PROTOBUF_NONNULL
IosSmartTabGroupingRequest::mutable_pre_existing_tab_groups() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_mutable_list:optimization_guide.proto.IosSmartTabGroupingRequest.pre_existing_tab_groups)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_pre_existing_tab_groups();
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>&
IosSmartTabGroupingRequest::_internal_pre_existing_tab_groups() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.pre_existing_tab_groups_;
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>* PROTOBUF_NONNULL
IosSmartTabGroupingRequest::_internal_mutable_pre_existing_tab_groups() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.pre_existing_tab_groups_;
}

// bool allow_reorganizing_existing_groups = 3 [features = {
inline bool IosSmartTabGroupingRequest::has_allow_reorganizing_existing_groups() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void IosSmartTabGroupingRequest::clear_allow_reorganizing_existing_groups() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.allow_reorganizing_existing_groups_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline bool IosSmartTabGroupingRequest::allow_reorganizing_existing_groups() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.IosSmartTabGroupingRequest.allow_reorganizing_existing_groups)
  return _internal_allow_reorganizing_existing_groups();
}
inline void IosSmartTabGroupingRequest::set_allow_reorganizing_existing_groups(bool value) {
  _internal_set_allow_reorganizing_existing_groups(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.IosSmartTabGroupingRequest.allow_reorganizing_existing_groups)
}
inline bool IosSmartTabGroupingRequest::_internal_allow_reorganizing_existing_groups() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.allow_reorganizing_existing_groups_;
}
inline void IosSmartTabGroupingRequest::_internal_set_allow_reorganizing_existing_groups(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.allow_reorganizing_existing_groups_ = value;
}

// string user_command = 4 [features = {
inline bool IosSmartTabGroupingRequest::has_user_command() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void IosSmartTabGroupingRequest::clear_user_command() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.user_command_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& IosSmartTabGroupingRequest::user_command() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.IosSmartTabGroupingRequest.user_command)
  return _internal_user_command();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void IosSmartTabGroupingRequest::set_user_command(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.user_command_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:optimization_guide.proto.IosSmartTabGroupingRequest.user_command)
}
inline ::std::string* PROTOBUF_NONNULL IosSmartTabGroupingRequest::mutable_user_command()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_user_command();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.IosSmartTabGroupingRequest.user_command)
  return _s;
}
inline const ::std::string& IosSmartTabGroupingRequest::_internal_user_command() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.user_command_.Get();
}
inline void IosSmartTabGroupingRequest::_internal_set_user_command(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.user_command_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL IosSmartTabGroupingRequest::_internal_mutable_user_command() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.user_command_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE IosSmartTabGroupingRequest::release_user_command() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.IosSmartTabGroupingRequest.user_command)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.user_command_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.user_command_.Set("", GetArena());
  }
  return released;
}
inline void IosSmartTabGroupingRequest::set_allocated_user_command(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.user_command_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.user_command_.IsDefault()) {
    _impl_.user_command_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.IosSmartTabGroupingRequest.user_command)
}

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

// IosSmartTabGroupingResponse

// repeated .optimization_guide.proto.TabGroupMinimal tab_groups = 1;
inline int IosSmartTabGroupingResponse::_internal_tab_groups_size() const {
  return _internal_tab_groups().size();
}
inline int IosSmartTabGroupingResponse::tab_groups_size() const {
  return _internal_tab_groups_size();
}
inline const ::optimization_guide::proto::TabGroupMinimal& IosSmartTabGroupingResponse::tab_groups(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.IosSmartTabGroupingResponse.tab_groups)
  return _internal_tab_groups().Get(index);
}
inline ::optimization_guide::proto::TabGroupMinimal* PROTOBUF_NONNULL IosSmartTabGroupingResponse::mutable_tab_groups(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.IosSmartTabGroupingResponse.tab_groups)
  return _internal_mutable_tab_groups()->Mutable(index);
}
inline ::optimization_guide::proto::TabGroupMinimal* PROTOBUF_NONNULL IosSmartTabGroupingResponse::add_tab_groups()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::optimization_guide::proto::TabGroupMinimal* _add =
      _internal_mutable_tab_groups()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:optimization_guide.proto.IosSmartTabGroupingResponse.tab_groups)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>& IosSmartTabGroupingResponse::tab_groups() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:optimization_guide.proto.IosSmartTabGroupingResponse.tab_groups)
  return _internal_tab_groups();
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>* PROTOBUF_NONNULL
IosSmartTabGroupingResponse::mutable_tab_groups() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:optimization_guide.proto.IosSmartTabGroupingResponse.tab_groups)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_tab_groups();
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>&
IosSmartTabGroupingResponse::_internal_tab_groups() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.tab_groups_;
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::TabGroupMinimal>* PROTOBUF_NONNULL
IosSmartTabGroupingResponse::_internal_mutable_tab_groups() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.tab_groups_;
}

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

// @@protoc_insertion_point(namespace_scope)
}  // namespace proto
}  // namespace optimization_guide


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"
// clang-format on

#endif  // components_2foptimization_5fguide_2fproto_2ffeatures_2fios_5fsmart_5ftab_5fgrouping_2eproto_2epb_2eh
