chromium/out/Default/gen/components/manta/proto/rpc_status.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/manta/proto/rpc_status.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fmanta_2fproto_2frpc_5fstatus_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fmanta_2fproto_2frpc_5fstatus_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/manta/proto/common.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fmanta_2fproto_2frpc_5fstatus_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fmanta_2fproto_2frpc_5fstatus_2eproto {};
namespace manta {
namespace proto {
class RpcErrorInfo;
struct RpcErrorInfoDefaultTypeInternal;
extern RpcErrorInfoDefaultTypeInternal _RpcErrorInfo_default_instance_;
class RpcErrorInfo_MetadataEntry_DoNotUse;
struct RpcErrorInfo_MetadataEntry_DoNotUseDefaultTypeInternal;
extern RpcErrorInfo_MetadataEntry_DoNotUseDefaultTypeInternal _RpcErrorInfo_MetadataEntry_DoNotUse_default_instance_;
class RpcLocalizedMessage;
struct RpcLocalizedMessageDefaultTypeInternal;
extern RpcLocalizedMessageDefaultTypeInternal _RpcLocalizedMessage_default_instance_;
class RpcStatus;
struct RpcStatusDefaultTypeInternal;
extern RpcStatusDefaultTypeInternal _RpcStatus_default_instance_;
}  // namespace proto
}  // namespace manta
PROTOBUF_NAMESPACE_OPEN
template<> ::manta::proto::RpcErrorInfo* Arena::CreateMaybeMessage<::manta::proto::RpcErrorInfo>(Arena*);
template<> ::manta::proto::RpcErrorInfo_MetadataEntry_DoNotUse* Arena::CreateMaybeMessage<::manta::proto::RpcErrorInfo_MetadataEntry_DoNotUse>(Arena*);
template<> ::manta::proto::RpcLocalizedMessage* Arena::CreateMaybeMessage<::manta::proto::RpcLocalizedMessage>(Arena*);
template<> ::manta::proto::RpcStatus* Arena::CreateMaybeMessage<::manta::proto::RpcStatus>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace manta {
namespace proto {

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

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

class RpcErrorInfo_MetadataEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<RpcErrorInfo_MetadataEntry_DoNotUse, 
    std::string, std::string,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> {};

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

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

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


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

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

// int32 code = 1;
inline void RpcStatus::clear_code() {}
inline int32_t RpcStatus::_internal_code() const {}
inline int32_t RpcStatus::code() const {}
inline void RpcStatus::_internal_set_code(int32_t value) {}
inline void RpcStatus::set_code(int32_t value) {}

// string message = 2;
inline void RpcStatus::clear_message() {}
inline const std::string& RpcStatus::message() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RpcStatus::set_message(ArgT0&& arg0, ArgT... args) {}
inline std::string* RpcStatus::mutable_message() {}
inline const std::string& RpcStatus::_internal_message() const {}
inline void RpcStatus::_internal_set_message(const std::string& value) {}
inline std::string* RpcStatus::_internal_mutable_message() {}
inline std::string* RpcStatus::release_message() {}
inline void RpcStatus::set_allocated_message(std::string* message) {}

// repeated .manta.proto.Proto3Any details = 3;
inline int RpcStatus::_internal_details_size() const {}
inline int RpcStatus::details_size() const {}
inline ::manta::proto::Proto3Any* RpcStatus::mutable_details(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::manta::proto::Proto3Any >*
RpcStatus::mutable_details() {}
inline const ::manta::proto::Proto3Any& RpcStatus::_internal_details(int index) const {}
inline const ::manta::proto::Proto3Any& RpcStatus::details(int index) const {}
inline ::manta::proto::Proto3Any* RpcStatus::_internal_add_details() {}
inline ::manta::proto::Proto3Any* RpcStatus::add_details() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::manta::proto::Proto3Any >&
RpcStatus::details() const {}

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

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

// RpcErrorInfo

// string reason = 1;
inline void RpcErrorInfo::clear_reason() {}
inline const std::string& RpcErrorInfo::reason() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RpcErrorInfo::set_reason(ArgT0&& arg0, ArgT... args) {}
inline std::string* RpcErrorInfo::mutable_reason() {}
inline const std::string& RpcErrorInfo::_internal_reason() const {}
inline void RpcErrorInfo::_internal_set_reason(const std::string& value) {}
inline std::string* RpcErrorInfo::_internal_mutable_reason() {}
inline std::string* RpcErrorInfo::release_reason() {}
inline void RpcErrorInfo::set_allocated_reason(std::string* reason) {}

// string domain = 2;
inline void RpcErrorInfo::clear_domain() {}
inline const std::string& RpcErrorInfo::domain() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RpcErrorInfo::set_domain(ArgT0&& arg0, ArgT... args) {}
inline std::string* RpcErrorInfo::mutable_domain() {}
inline const std::string& RpcErrorInfo::_internal_domain() const {}
inline void RpcErrorInfo::_internal_set_domain(const std::string& value) {}
inline std::string* RpcErrorInfo::_internal_mutable_domain() {}
inline std::string* RpcErrorInfo::release_domain() {}
inline void RpcErrorInfo::set_allocated_domain(std::string* domain) {}

// map<string, string> metadata = 3;
inline int RpcErrorInfo::_internal_metadata_size() const {}
inline int RpcErrorInfo::metadata_size() const {}
inline void RpcErrorInfo::clear_metadata() {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
RpcErrorInfo::_internal_metadata() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
RpcErrorInfo::metadata() const {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
RpcErrorInfo::_internal_mutable_metadata() {}
inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
RpcErrorInfo::mutable_metadata() {}

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

// RpcLocalizedMessage

// string locale = 1;
inline void RpcLocalizedMessage::clear_locale() {}
inline const std::string& RpcLocalizedMessage::locale() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RpcLocalizedMessage::set_locale(ArgT0&& arg0, ArgT... args) {}
inline std::string* RpcLocalizedMessage::mutable_locale() {}
inline const std::string& RpcLocalizedMessage::_internal_locale() const {}
inline void RpcLocalizedMessage::_internal_set_locale(const std::string& value) {}
inline std::string* RpcLocalizedMessage::_internal_mutable_locale() {}
inline std::string* RpcLocalizedMessage::release_locale() {}
inline void RpcLocalizedMessage::set_allocated_locale(std::string* locale) {}

// string message = 2;
inline void RpcLocalizedMessage::clear_message() {}
inline const std::string& RpcLocalizedMessage::message() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RpcLocalizedMessage::set_message(ArgT0&& arg0, ArgT... args) {}
inline std::string* RpcLocalizedMessage::mutable_message() {}
inline const std::string& RpcLocalizedMessage::_internal_message() const {}
inline void RpcLocalizedMessage::_internal_set_message(const std::string& value) {}
inline std::string* RpcLocalizedMessage::_internal_mutable_message() {}
inline std::string* RpcLocalizedMessage::release_message() {}
inline void RpcLocalizedMessage::set_allocated_message(std::string* message) {}

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

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace proto
}  // namespace manta

// @@protoc_insertion_point(global_scope)

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