#include <jaiabot/messages/metadata.pb.h>
Public Types | |
enum | : int { kMajorFieldNumber = 1 , kMinorFieldNumber = 2 , kPatchFieldNumber = 3 , kGitHashFieldNumber = 4 , kGitBranchFieldNumber = 5 , kDebRepositoryFieldNumber = 6 , kDebReleaseBranchFieldNumber = 7 } |
Public Member Functions | |
DeviceMetadata_Version () | |
~DeviceMetadata_Version () override | |
PROTOBUF_CONSTEXPR | DeviceMetadata_Version (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
DeviceMetadata_Version (const DeviceMetadata_Version &from) | |
DeviceMetadata_Version (DeviceMetadata_Version &&from) noexcept | |
DeviceMetadata_Version & | operator= (const DeviceMetadata_Version &from) |
DeviceMetadata_Version & | operator= (DeviceMetadata_Version &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (DeviceMetadata_Version *other) |
void | UnsafeArenaSwap (DeviceMetadata_Version *other) |
DeviceMetadata_Version * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const DeviceMetadata_Version &from) |
void | MergeFrom (const DeviceMetadata_Version &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_major () const |
void | clear_major () |
const std::string & | major () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_major (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_major () |
PROTOBUF_NODISCARD std::string * | release_major () |
void | set_allocated_major (std::string *major) |
bool | has_minor () const |
void | clear_minor () |
const std::string & | minor () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_minor (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_minor () |
PROTOBUF_NODISCARD std::string * | release_minor () |
void | set_allocated_minor (std::string *minor) |
bool | has_patch () const |
void | clear_patch () |
const std::string & | patch () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_patch (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_patch () |
PROTOBUF_NODISCARD std::string * | release_patch () |
void | set_allocated_patch (std::string *patch) |
bool | has_git_hash () const |
void | clear_git_hash () |
const std::string & | git_hash () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_git_hash (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_git_hash () |
PROTOBUF_NODISCARD std::string * | release_git_hash () |
void | set_allocated_git_hash (std::string *git_hash) |
bool | has_git_branch () const |
void | clear_git_branch () |
const std::string & | git_branch () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_git_branch (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_git_branch () |
PROTOBUF_NODISCARD std::string * | release_git_branch () |
void | set_allocated_git_branch (std::string *git_branch) |
bool | has_deb_repository () const |
void | clear_deb_repository () |
const std::string & | deb_repository () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_deb_repository (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_deb_repository () |
PROTOBUF_NODISCARD std::string * | release_deb_repository () |
void | set_allocated_deb_repository (std::string *deb_repository) |
bool | has_deb_release_branch () const |
void | clear_deb_release_branch () |
const std::string & | deb_release_branch () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_deb_release_branch (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_deb_release_branch () |
PROTOBUF_NODISCARD std::string * | release_deb_release_branch () |
void | set_allocated_deb_release_branch (std::string *deb_release_branch) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_major (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_minor (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_patch (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_git_hash (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_git_branch (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_deb_repository (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_deb_release_branch (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const DeviceMetadata_Version & | default_instance () |
static const DeviceMetadata_Version * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
DeviceMetadata_Version (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_jaiabot_2fmessages_2fmetadata_2eproto |
void | swap (DeviceMetadata_Version &a, DeviceMetadata_Version &b) |
Definition at line 266 of file metadata.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kMajorFieldNumber | |
kMinorFieldNumber | |
kPatchFieldNumber | |
kGitHashFieldNumber | |
kGitBranchFieldNumber | |
kDebRepositoryFieldNumber | |
kDebReleaseBranchFieldNumber |
Definition at line 393 of file metadata.pb.h.
|
inline |
Definition at line 269 of file metadata.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::DeviceMetadata_Version::DeviceMetadata_Version | ( | const DeviceMetadata_Version & | from | ) |
|
inlinenoexcept |
Definition at line 274 of file metadata.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 1703 of file metadata.pb.h.
|
inline |
Definition at line 1635 of file metadata.pb.h.
|
inline |
Definition at line 1567 of file metadata.pb.h.
|
inline |
Definition at line 1499 of file metadata.pb.h.
|
inline |
Definition at line 1295 of file metadata.pb.h.
|
inline |
Definition at line 1363 of file metadata.pb.h.
|
inline |
Definition at line 1431 of file metadata.pb.h.
void jaiabot::protobuf::DeviceMetadata_Version::CopyFrom | ( | const DeviceMetadata_Version & | from | ) |
|
inline |
Definition at line 1707 of file metadata.pb.h.
|
inline |
Definition at line 1639 of file metadata.pb.h.
|
inlinestatic |
Definition at line 313 of file metadata.pb.h.
|
inlinestatic |
Definition at line 304 of file metadata.pb.h.
|
inlinefinal |
Definition at line 366 of file metadata.pb.h.
|
final |
|
inlinestatic |
Definition at line 307 of file metadata.pb.h.
|
final |
|
inlinestatic |
Definition at line 310 of file metadata.pb.h.
|
inline |
Definition at line 1571 of file metadata.pb.h.
|
inline |
Definition at line 1503 of file metadata.pb.h.
|
inline |
Definition at line 1700 of file metadata.pb.h.
|
inline |
Definition at line 1632 of file metadata.pb.h.
|
inline |
Definition at line 1564 of file metadata.pb.h.
|
inline |
Definition at line 1496 of file metadata.pb.h.
|
inline |
Definition at line 1292 of file metadata.pb.h.
|
inline |
Definition at line 1360 of file metadata.pb.h.
|
inline |
Definition at line 1428 of file metadata.pb.h.
|
inlinestatic |
Definition at line 316 of file metadata.pb.h.
|
final |
|
inline |
Definition at line 1299 of file metadata.pb.h.
|
inline |
Definition at line 353 of file metadata.pb.h.
|
inline |
Definition at line 1367 of file metadata.pb.h.
|
inline |
Definition at line 1718 of file metadata.pb.h.
|
inline |
Definition at line 1650 of file metadata.pb.h.
|
inline |
Definition at line 1582 of file metadata.pb.h.
|
inline |
Definition at line 1514 of file metadata.pb.h.
|
inline |
Definition at line 1310 of file metadata.pb.h.
|
inline |
Definition at line 1378 of file metadata.pb.h.
|
inline |
Definition at line 1446 of file metadata.pb.h.
|
inline |
Definition at line 300 of file metadata.pb.h.
|
inlinefinal |
Definition at line 347 of file metadata.pb.h.
|
inline |
Definition at line 279 of file metadata.pb.h.
|
inlinenoexcept |
Definition at line 283 of file metadata.pb.h.
|
inline |
Definition at line 1435 of file metadata.pb.h.
|
inline |
Definition at line 1734 of file metadata.pb.h.
|
inline |
Definition at line 1666 of file metadata.pb.h.
|
inline |
Definition at line 1598 of file metadata.pb.h.
|
inline |
Definition at line 1530 of file metadata.pb.h.
|
inline |
Definition at line 1326 of file metadata.pb.h.
|
inline |
Definition at line 1394 of file metadata.pb.h.
|
inline |
Definition at line 1462 of file metadata.pb.h.
|
inline |
Definition at line 1748 of file metadata.pb.h.
|
inline |
Definition at line 1680 of file metadata.pb.h.
|
inline |
Definition at line 1612 of file metadata.pb.h.
|
inline |
Definition at line 1544 of file metadata.pb.h.
|
inline |
Definition at line 1340 of file metadata.pb.h.
|
inline |
Definition at line 1408 of file metadata.pb.h.
|
inline |
Definition at line 1476 of file metadata.pb.h.
void jaiabot::protobuf::DeviceMetadata_Version::set_deb_release_branch | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1713 of file metadata.pb.h.
void jaiabot::protobuf::DeviceMetadata_Version::set_deb_repository | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1645 of file metadata.pb.h.
void jaiabot::protobuf::DeviceMetadata_Version::set_git_branch | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1577 of file metadata.pb.h.
void jaiabot::protobuf::DeviceMetadata_Version::set_git_hash | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1509 of file metadata.pb.h.
void jaiabot::protobuf::DeviceMetadata_Version::set_major | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1305 of file metadata.pb.h.
void jaiabot::protobuf::DeviceMetadata_Version::set_minor | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1373 of file metadata.pb.h.
void jaiabot::protobuf::DeviceMetadata_Version::set_patch | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1441 of file metadata.pb.h.
|
inline |
Definition at line 326 of file metadata.pb.h.
|
inline |
Definition at line 297 of file metadata.pb.h.
|
inline |
Definition at line 339 of file metadata.pb.h.
|
friend |
Definition at line 535 of file metadata.pb.h.
|
friend |
Definition at line 375 of file metadata.pb.h.
|
friend |
Definition at line 550 of file metadata.pb.h.
|
friend |
Definition at line 323 of file metadata.pb.h.
|
static |
Definition at line 384 of file metadata.pb.h.
Impl_ jaiabot::protobuf::DeviceMetadata_Version::_impl_ |
Definition at line 549 of file metadata.pb.h.
|
staticconstexpr |
Definition at line 320 of file metadata.pb.h.