chromium/out/Default/gen/components/feed/core/proto/v2/wire/feed_response.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/feed/core/proto/v2/wire/feed_response.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ffeed_5fresponse_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ffeed_5fresponse_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include "components/feed/core/proto/v2/wire/capabilities_debug_data.pb.h"
#include "components/feed/core/proto/v2/wire/chrome_feed_response_metadata.pb.h"
#include "components/feed/core/proto/v2/wire/content_lifetime.pb.h"
#include "components/feed/core/proto/v2/wire/data_operation.pb.h"
#include "components/feed/core/proto/v2/wire/eventid.pb.h"
#include "components/feed/core/proto/v2/wire/info_card.pb.h"
#include "components/feed/core/proto/v2/wire/server_experiment_data.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ffeed_5fresponse_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ffeed_5fresponse_2eproto {};
namespace feedwire {
class FeedResponse;
struct FeedResponseDefaultTypeInternal;
extern FeedResponseDefaultTypeInternal _FeedResponse_default_instance_;
class FeedResponseMetadata;
struct FeedResponseMetadataDefaultTypeInternal;
extern FeedResponseMetadataDefaultTypeInternal _FeedResponseMetadata_default_instance_;
}  // namespace feedwire
PROTOBUF_NAMESPACE_OPEN
template<> ::feedwire::FeedResponse* Arena::CreateMaybeMessage<::feedwire::FeedResponse>(Arena*);
template<> ::feedwire::FeedResponseMetadata* Arena::CreateMaybeMessage<::feedwire::FeedResponseMetadata>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace feedwire {

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

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

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


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

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

// repeated .feedwire.DataOperation data_operation = 1;
inline int FeedResponse::_internal_data_operation_size() const {}
inline int FeedResponse::data_operation_size() const {}
inline ::feedwire::DataOperation* FeedResponse::mutable_data_operation(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::DataOperation >*
FeedResponse::mutable_data_operation() {}
inline const ::feedwire::DataOperation& FeedResponse::_internal_data_operation(int index) const {}
inline const ::feedwire::DataOperation& FeedResponse::data_operation(int index) const {}
inline ::feedwire::DataOperation* FeedResponse::_internal_add_data_operation() {}
inline ::feedwire::DataOperation* FeedResponse::add_data_operation() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::DataOperation >&
FeedResponse::data_operation() const {}

// optional .feedwire.FeedResponseMetadata feed_response_metadata = 2;
inline bool FeedResponse::_internal_has_feed_response_metadata() const {}
inline bool FeedResponse::has_feed_response_metadata() const {}
inline void FeedResponse::clear_feed_response_metadata() {}
inline const ::feedwire::FeedResponseMetadata& FeedResponse::_internal_feed_response_metadata() const {}
inline const ::feedwire::FeedResponseMetadata& FeedResponse::feed_response_metadata() const {}
inline void FeedResponse::unsafe_arena_set_allocated_feed_response_metadata(
    ::feedwire::FeedResponseMetadata* feed_response_metadata) {}
inline ::feedwire::FeedResponseMetadata* FeedResponse::release_feed_response_metadata() {}
inline ::feedwire::FeedResponseMetadata* FeedResponse::unsafe_arena_release_feed_response_metadata() {}
inline ::feedwire::FeedResponseMetadata* FeedResponse::_internal_mutable_feed_response_metadata() {}
inline ::feedwire::FeedResponseMetadata* FeedResponse::mutable_feed_response_metadata() {}
inline void FeedResponse::set_allocated_feed_response_metadata(::feedwire::FeedResponseMetadata* feed_response_metadata) {}

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

// FeedResponseMetadata

// optional int64 response_time_ms = 1;
inline bool FeedResponseMetadata::_internal_has_response_time_ms() const {}
inline bool FeedResponseMetadata::has_response_time_ms() const {}
inline void FeedResponseMetadata::clear_response_time_ms() {}
inline int64_t FeedResponseMetadata::_internal_response_time_ms() const {}
inline int64_t FeedResponseMetadata::response_time_ms() const {}
inline void FeedResponseMetadata::_internal_set_response_time_ms(int64_t value) {}
inline void FeedResponseMetadata::set_response_time_ms(int64_t value) {}

// optional .feedwire.EventIdMessage event_id = 2;
inline bool FeedResponseMetadata::_internal_has_event_id() const {}
inline bool FeedResponseMetadata::has_event_id() const {}
inline const ::feedwire::EventIdMessage& FeedResponseMetadata::_internal_event_id() const {}
inline const ::feedwire::EventIdMessage& FeedResponseMetadata::event_id() const {}
inline void FeedResponseMetadata::unsafe_arena_set_allocated_event_id(
    ::feedwire::EventIdMessage* event_id) {}
inline ::feedwire::EventIdMessage* FeedResponseMetadata::release_event_id() {}
inline ::feedwire::EventIdMessage* FeedResponseMetadata::unsafe_arena_release_event_id() {}
inline ::feedwire::EventIdMessage* FeedResponseMetadata::_internal_mutable_event_id() {}
inline ::feedwire::EventIdMessage* FeedResponseMetadata::mutable_event_id() {}
inline void FeedResponseMetadata::set_allocated_event_id(::feedwire::EventIdMessage* event_id) {}

// optional bool pinned_content_fulfilled = 4;
inline bool FeedResponseMetadata::_internal_has_pinned_content_fulfilled() const {}
inline bool FeedResponseMetadata::has_pinned_content_fulfilled() const {}
inline void FeedResponseMetadata::clear_pinned_content_fulfilled() {}
inline bool FeedResponseMetadata::_internal_pinned_content_fulfilled() const {}
inline bool FeedResponseMetadata::pinned_content_fulfilled() const {}
inline void FeedResponseMetadata::_internal_set_pinned_content_fulfilled(bool value) {}
inline void FeedResponseMetadata::set_pinned_content_fulfilled(bool value) {}

// optional .feedwire.ServerExperimentData server_experiment_data = 5;
inline bool FeedResponseMetadata::_internal_has_server_experiment_data() const {}
inline bool FeedResponseMetadata::has_server_experiment_data() const {}
inline const ::feedwire::ServerExperimentData& FeedResponseMetadata::_internal_server_experiment_data() const {}
inline const ::feedwire::ServerExperimentData& FeedResponseMetadata::server_experiment_data() const {}
inline void FeedResponseMetadata::unsafe_arena_set_allocated_server_experiment_data(
    ::feedwire::ServerExperimentData* server_experiment_data) {}
inline ::feedwire::ServerExperimentData* FeedResponseMetadata::release_server_experiment_data() {}
inline ::feedwire::ServerExperimentData* FeedResponseMetadata::unsafe_arena_release_server_experiment_data() {}
inline ::feedwire::ServerExperimentData* FeedResponseMetadata::_internal_mutable_server_experiment_data() {}
inline ::feedwire::ServerExperimentData* FeedResponseMetadata::mutable_server_experiment_data() {}
inline void FeedResponseMetadata::set_allocated_server_experiment_data(::feedwire::ServerExperimentData* server_experiment_data) {}

// optional .feedwire.ContentLifetime content_lifetime = 6;
inline bool FeedResponseMetadata::_internal_has_content_lifetime() const {}
inline bool FeedResponseMetadata::has_content_lifetime() const {}
inline const ::feedwire::ContentLifetime& FeedResponseMetadata::_internal_content_lifetime() const {}
inline const ::feedwire::ContentLifetime& FeedResponseMetadata::content_lifetime() const {}
inline void FeedResponseMetadata::unsafe_arena_set_allocated_content_lifetime(
    ::feedwire::ContentLifetime* content_lifetime) {}
inline ::feedwire::ContentLifetime* FeedResponseMetadata::release_content_lifetime() {}
inline ::feedwire::ContentLifetime* FeedResponseMetadata::unsafe_arena_release_content_lifetime() {}
inline ::feedwire::ContentLifetime* FeedResponseMetadata::_internal_mutable_content_lifetime() {}
inline ::feedwire::ContentLifetime* FeedResponseMetadata::mutable_content_lifetime() {}
inline void FeedResponseMetadata::set_allocated_content_lifetime(::feedwire::ContentLifetime* content_lifetime) {}

// optional .feedwire.InfoCardServingInfo info_card_serving_info = 7;
inline bool FeedResponseMetadata::_internal_has_info_card_serving_info() const {}
inline bool FeedResponseMetadata::has_info_card_serving_info() const {}
inline const ::feedwire::InfoCardServingInfo& FeedResponseMetadata::_internal_info_card_serving_info() const {}
inline const ::feedwire::InfoCardServingInfo& FeedResponseMetadata::info_card_serving_info() const {}
inline void FeedResponseMetadata::unsafe_arena_set_allocated_info_card_serving_info(
    ::feedwire::InfoCardServingInfo* info_card_serving_info) {}
inline ::feedwire::InfoCardServingInfo* FeedResponseMetadata::release_info_card_serving_info() {}
inline ::feedwire::InfoCardServingInfo* FeedResponseMetadata::unsafe_arena_release_info_card_serving_info() {}
inline ::feedwire::InfoCardServingInfo* FeedResponseMetadata::_internal_mutable_info_card_serving_info() {}
inline ::feedwire::InfoCardServingInfo* FeedResponseMetadata::mutable_info_card_serving_info() {}
inline void FeedResponseMetadata::set_allocated_info_card_serving_info(::feedwire::InfoCardServingInfo* info_card_serving_info) {}

// optional .feedwire.CapabilitiesDebugData capabilities_debug_data = 8;
inline bool FeedResponseMetadata::_internal_has_capabilities_debug_data() const {}
inline bool FeedResponseMetadata::has_capabilities_debug_data() const {}
inline const ::feedwire::CapabilitiesDebugData& FeedResponseMetadata::_internal_capabilities_debug_data() const {}
inline const ::feedwire::CapabilitiesDebugData& FeedResponseMetadata::capabilities_debug_data() const {}
inline void FeedResponseMetadata::unsafe_arena_set_allocated_capabilities_debug_data(
    ::feedwire::CapabilitiesDebugData* capabilities_debug_data) {}
inline ::feedwire::CapabilitiesDebugData* FeedResponseMetadata::release_capabilities_debug_data() {}
inline ::feedwire::CapabilitiesDebugData* FeedResponseMetadata::unsafe_arena_release_capabilities_debug_data() {}
inline ::feedwire::CapabilitiesDebugData* FeedResponseMetadata::_internal_mutable_capabilities_debug_data() {}
inline ::feedwire::CapabilitiesDebugData* FeedResponseMetadata::mutable_capabilities_debug_data() {}
inline void FeedResponseMetadata::set_allocated_capabilities_debug_data(::feedwire::CapabilitiesDebugData* capabilities_debug_data) {}

// optional .feedwire.ChromeFeedResponseMetadata chrome_feed_response_metadata = 326233599;
inline bool FeedResponseMetadata::_internal_has_chrome_feed_response_metadata() const {}
inline bool FeedResponseMetadata::has_chrome_feed_response_metadata() const {}
inline const ::feedwire::ChromeFeedResponseMetadata& FeedResponseMetadata::_internal_chrome_feed_response_metadata() const {}
inline const ::feedwire::ChromeFeedResponseMetadata& FeedResponseMetadata::chrome_feed_response_metadata() const {}
inline void FeedResponseMetadata::unsafe_arena_set_allocated_chrome_feed_response_metadata(
    ::feedwire::ChromeFeedResponseMetadata* chrome_feed_response_metadata) {}
inline ::feedwire::ChromeFeedResponseMetadata* FeedResponseMetadata::release_chrome_feed_response_metadata() {}
inline ::feedwire::ChromeFeedResponseMetadata* FeedResponseMetadata::unsafe_arena_release_chrome_feed_response_metadata() {}
inline ::feedwire::ChromeFeedResponseMetadata* FeedResponseMetadata::_internal_mutable_chrome_feed_response_metadata() {}
inline ::feedwire::ChromeFeedResponseMetadata* FeedResponseMetadata::mutable_chrome_feed_response_metadata() {}
inline void FeedResponseMetadata::set_allocated_chrome_feed_response_metadata(::feedwire::ChromeFeedResponseMetadata* chrome_feed_response_metadata) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace feedwire

// @@protoc_insertion_point(global_scope)

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