chromium/out/Default/gen/components/commerce/core/proto/parcel.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/commerce/core/proto/parcel.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fcommerce_2fcore_2fproto_2fparcel_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fcommerce_2fcore_2fproto_2fparcel_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/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fcommerce_2fcore_2fproto_2fparcel_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fcommerce_2fcore_2fproto_2fparcel_2eproto {};
namespace commerce {
class ParcelIdentifier;
struct ParcelIdentifierDefaultTypeInternal;
extern ParcelIdentifierDefaultTypeInternal _ParcelIdentifier_default_instance_;
class ParcelStatus;
struct ParcelStatusDefaultTypeInternal;
extern ParcelStatusDefaultTypeInternal _ParcelStatus_default_instance_;
}  // namespace commerce
PROTOBUF_NAMESPACE_OPEN
template<> ::commerce::ParcelIdentifier* Arena::CreateMaybeMessage<::commerce::ParcelIdentifier>(Arena*);
template<> ::commerce::ParcelStatus* Arena::CreateMaybeMessage<::commerce::ParcelStatus>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace commerce {

enum ParcelIdentifier_Carrier : int {};
bool ParcelIdentifier_Carrier_IsValid(int value);
constexpr ParcelIdentifier_Carrier ParcelIdentifier_Carrier_Carrier_MIN =;
constexpr ParcelIdentifier_Carrier ParcelIdentifier_Carrier_Carrier_MAX =;
constexpr int ParcelIdentifier_Carrier_Carrier_ARRAYSIZE =;

const std::string& ParcelIdentifier_Carrier_Name(ParcelIdentifier_Carrier value);
template<typename T>
inline const std::string& ParcelIdentifier_Carrier_Name(T enum_t_value) {}
bool ParcelIdentifier_Carrier_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ParcelIdentifier_Carrier* value);
enum ParcelStatus_ParcelState : int {};
bool ParcelStatus_ParcelState_IsValid(int value);
constexpr ParcelStatus_ParcelState ParcelStatus_ParcelState_ParcelState_MIN =;
constexpr ParcelStatus_ParcelState ParcelStatus_ParcelState_ParcelState_MAX =;
constexpr int ParcelStatus_ParcelState_ParcelState_ARRAYSIZE =;

const std::string& ParcelStatus_ParcelState_Name(ParcelStatus_ParcelState value);
template<typename T>
inline const std::string& ParcelStatus_ParcelState_Name(T enum_t_value) {}
bool ParcelStatus_ParcelState_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ParcelStatus_ParcelState* value);
// ===================================================================

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

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


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

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

// string tracking_id = 1;
inline void ParcelIdentifier::clear_tracking_id() {}
inline const std::string& ParcelIdentifier::tracking_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ParcelIdentifier::set_tracking_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* ParcelIdentifier::mutable_tracking_id() {}
inline const std::string& ParcelIdentifier::_internal_tracking_id() const {}
inline void ParcelIdentifier::_internal_set_tracking_id(const std::string& value) {}
inline std::string* ParcelIdentifier::_internal_mutable_tracking_id() {}
inline std::string* ParcelIdentifier::release_tracking_id() {}
inline void ParcelIdentifier::set_allocated_tracking_id(std::string* tracking_id) {}

// .commerce.ParcelIdentifier.Carrier carrier = 2;
inline void ParcelIdentifier::clear_carrier() {}
inline ::commerce::ParcelIdentifier_Carrier ParcelIdentifier::_internal_carrier() const {}
inline ::commerce::ParcelIdentifier_Carrier ParcelIdentifier::carrier() const {}
inline void ParcelIdentifier::_internal_set_carrier(::commerce::ParcelIdentifier_Carrier value) {}
inline void ParcelIdentifier::set_carrier(::commerce::ParcelIdentifier_Carrier value) {}

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

// ParcelStatus

// .commerce.ParcelIdentifier parcel_identifier = 1;
inline bool ParcelStatus::_internal_has_parcel_identifier() const {}
inline bool ParcelStatus::has_parcel_identifier() const {}
inline void ParcelStatus::clear_parcel_identifier() {}
inline const ::commerce::ParcelIdentifier& ParcelStatus::_internal_parcel_identifier() const {}
inline const ::commerce::ParcelIdentifier& ParcelStatus::parcel_identifier() const {}
inline void ParcelStatus::unsafe_arena_set_allocated_parcel_identifier(
    ::commerce::ParcelIdentifier* parcel_identifier) {}
inline ::commerce::ParcelIdentifier* ParcelStatus::release_parcel_identifier() {}
inline ::commerce::ParcelIdentifier* ParcelStatus::unsafe_arena_release_parcel_identifier() {}
inline ::commerce::ParcelIdentifier* ParcelStatus::_internal_mutable_parcel_identifier() {}
inline ::commerce::ParcelIdentifier* ParcelStatus::mutable_parcel_identifier() {}
inline void ParcelStatus::set_allocated_parcel_identifier(::commerce::ParcelIdentifier* parcel_identifier) {}

// .commerce.ParcelStatus.ParcelState parcel_state = 2;
inline void ParcelStatus::clear_parcel_state() {}
inline ::commerce::ParcelStatus_ParcelState ParcelStatus::_internal_parcel_state() const {}
inline ::commerce::ParcelStatus_ParcelState ParcelStatus::parcel_state() const {}
inline void ParcelStatus::_internal_set_parcel_state(::commerce::ParcelStatus_ParcelState value) {}
inline void ParcelStatus::set_parcel_state(::commerce::ParcelStatus_ParcelState value) {}

// string tracking_url = 3;
inline void ParcelStatus::clear_tracking_url() {}
inline const std::string& ParcelStatus::tracking_url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ParcelStatus::set_tracking_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* ParcelStatus::mutable_tracking_url() {}
inline const std::string& ParcelStatus::_internal_tracking_url() const {}
inline void ParcelStatus::_internal_set_tracking_url(const std::string& value) {}
inline std::string* ParcelStatus::_internal_mutable_tracking_url() {}
inline std::string* ParcelStatus::release_tracking_url() {}
inline void ParcelStatus::set_allocated_tracking_url(std::string* tracking_url) {}

// int64 estimated_delivery_time_usec = 4;
inline void ParcelStatus::clear_estimated_delivery_time_usec() {}
inline int64_t ParcelStatus::_internal_estimated_delivery_time_usec() const {}
inline int64_t ParcelStatus::estimated_delivery_time_usec() const {}
inline void ParcelStatus::_internal_set_estimated_delivery_time_usec(int64_t value) {}
inline void ParcelStatus::set_estimated_delivery_time_usec(int64_t value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace commerce

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::commerce::ParcelIdentifier_Carrier> : ::std::true_type {};
template <> struct is_proto_enum< ::commerce::ParcelStatus_ParcelState> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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