chromium/out/Default/gen/components/segmentation_platform/internal/proto/client_results.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/segmentation_platform/internal/proto/client_results.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fsegmentation_5fplatform_2finternal_2fproto_2fclient_5fresults_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fsegmentation_5fplatform_2finternal_2fproto_2fclient_5fresults_2eproto

#include <limits>
#include <string>

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

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/map.h>  // IWYU pragma: export
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/map_field_lite.h>
#include "components/segmentation_platform/public/proto/prediction_result.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fsegmentation_5fplatform_2finternal_2fproto_2fclient_5fresults_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fsegmentation_5fplatform_2finternal_2fproto_2fclient_5fresults_2eproto {};
namespace segmentation_platform {
namespace proto {
class ClientResult;
struct ClientResultDefaultTypeInternal;
extern ClientResultDefaultTypeInternal _ClientResult_default_instance_;
class ClientResults;
struct ClientResultsDefaultTypeInternal;
extern ClientResultsDefaultTypeInternal _ClientResults_default_instance_;
class ClientResults_ClientResultMapEntry_DoNotUse;
struct ClientResults_ClientResultMapEntry_DoNotUseDefaultTypeInternal;
extern ClientResults_ClientResultMapEntry_DoNotUseDefaultTypeInternal _ClientResults_ClientResultMapEntry_DoNotUse_default_instance_;
}  // namespace proto
}  // namespace segmentation_platform
PROTOBUF_NAMESPACE_OPEN
template<> ::segmentation_platform::proto::ClientResult* Arena::CreateMaybeMessage<::segmentation_platform::proto::ClientResult>(Arena*);
template<> ::segmentation_platform::proto::ClientResults* Arena::CreateMaybeMessage<::segmentation_platform::proto::ClientResults>(Arena*);
template<> ::segmentation_platform::proto::ClientResults_ClientResultMapEntry_DoNotUse* Arena::CreateMaybeMessage<::segmentation_platform::proto::ClientResults_ClientResultMapEntry_DoNotUse>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace segmentation_platform {
namespace proto {

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

class ClientResult final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:segmentation_platform.proto.ClientResult) */ {};
// -------------------------------------------------------------------

class ClientResults_ClientResultMapEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<ClientResults_ClientResultMapEntry_DoNotUse, 
    std::string, ::segmentation_platform::proto::ClientResult,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> {};

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

class ClientResults final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:segmentation_platform.proto.ClientResults) */ {};
// ===================================================================


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

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

// optional .segmentation_platform.proto.PredictionResult client_result = 1;
inline bool ClientResult::_internal_has_client_result() const {}
inline bool ClientResult::has_client_result() const {}
inline const ::segmentation_platform::proto::PredictionResult& ClientResult::_internal_client_result() const {}
inline const ::segmentation_platform::proto::PredictionResult& ClientResult::client_result() const {}
inline void ClientResult::unsafe_arena_set_allocated_client_result(
    ::segmentation_platform::proto::PredictionResult* client_result) {}
inline ::segmentation_platform::proto::PredictionResult* ClientResult::release_client_result() {}
inline ::segmentation_platform::proto::PredictionResult* ClientResult::unsafe_arena_release_client_result() {}
inline ::segmentation_platform::proto::PredictionResult* ClientResult::_internal_mutable_client_result() {}
inline ::segmentation_platform::proto::PredictionResult* ClientResult::mutable_client_result() {}
inline void ClientResult::set_allocated_client_result(::segmentation_platform::proto::PredictionResult* client_result) {}

// optional int64 timestamp_us = 2;
inline bool ClientResult::_internal_has_timestamp_us() const {}
inline bool ClientResult::has_timestamp_us() const {}
inline void ClientResult::clear_timestamp_us() {}
inline int64_t ClientResult::_internal_timestamp_us() const {}
inline int64_t ClientResult::timestamp_us() const {}
inline void ClientResult::_internal_set_timestamp_us(int64_t value) {}
inline void ClientResult::set_timestamp_us(int64_t value) {}

// optional int64 first_used_timestamp = 3;
inline bool ClientResult::_internal_has_first_used_timestamp() const {}
inline bool ClientResult::has_first_used_timestamp() const {}
inline void ClientResult::clear_first_used_timestamp() {}
inline int64_t ClientResult::_internal_first_used_timestamp() const {}
inline int64_t ClientResult::first_used_timestamp() const {}
inline void ClientResult::_internal_set_first_used_timestamp(int64_t value) {}
inline void ClientResult::set_first_used_timestamp(int64_t value) {}

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

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

// ClientResults

// map<string, .segmentation_platform.proto.ClientResult> client_result_map = 1;
inline int ClientResults::_internal_client_result_map_size() const {}
inline int ClientResults::client_result_map_size() const {}
inline void ClientResults::clear_client_result_map() {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::segmentation_platform::proto::ClientResult >&
ClientResults::_internal_client_result_map() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::segmentation_platform::proto::ClientResult >&
ClientResults::client_result_map() const {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::segmentation_platform::proto::ClientResult >*
ClientResults::_internal_mutable_client_result_map() {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::segmentation_platform::proto::ClientResult >*
ClientResults::mutable_client_result_map() {}

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace proto
}  // namespace segmentation_platform

// @@protoc_insertion_point(global_scope)

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