#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>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/map.h>
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/map_field_lite.h>
#include "components/segmentation_platform/public/proto/prediction_result.pb.h"
#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;
}
PROTOBUF_NAMESPACE_CLOSE
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_;
}
}
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 { … };
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 { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
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) { … }
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) { … }
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) { … }
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
}
}
#include <google/protobuf/port_undef.inc>
#endif