JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::DeviceMetadata_Version Class Referencefinal

#include <jaiabot/messages/metadata.pb.h>

Inheritance diagram for jaiabot::protobuf::DeviceMetadata_Version:
Collaboration diagram for jaiabot::protobuf::DeviceMetadata_Version:

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_Versionoperator= (const DeviceMetadata_Version &from)
 
DeviceMetadata_Versionoperator= (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_VersionNew (::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_Versiondefault_instance ()
 
static const DeviceMetadata_Versioninternal_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)
 

Detailed Description

Definition at line 266 of file metadata.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMajorFieldNumber 
kMinorFieldNumber 
kPatchFieldNumber 
kGitHashFieldNumber 
kGitBranchFieldNumber 
kDebRepositoryFieldNumber 
kDebReleaseBranchFieldNumber 

Definition at line 393 of file metadata.pb.h.

Constructor & Destructor Documentation

◆ DeviceMetadata_Version() [1/5]

jaiabot::protobuf::DeviceMetadata_Version::DeviceMetadata_Version ( )
inline

Definition at line 269 of file metadata.pb.h.

◆ ~DeviceMetadata_Version()

jaiabot::protobuf::DeviceMetadata_Version::~DeviceMetadata_Version ( )
override

◆ DeviceMetadata_Version() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::DeviceMetadata_Version::DeviceMetadata_Version ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ DeviceMetadata_Version() [3/5]

jaiabot::protobuf::DeviceMetadata_Version::DeviceMetadata_Version ( const DeviceMetadata_Version from)

◆ DeviceMetadata_Version() [4/5]

jaiabot::protobuf::DeviceMetadata_Version::DeviceMetadata_Version ( DeviceMetadata_Version &&  from)
inlinenoexcept

Definition at line 274 of file metadata.pb.h.

◆ DeviceMetadata_Version() [5/5]

jaiabot::protobuf::DeviceMetadata_Version::DeviceMetadata_Version ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::protobuf::DeviceMetadata_Version::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::protobuf::DeviceMetadata_Version::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t jaiabot::protobuf::DeviceMetadata_Version::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::protobuf::DeviceMetadata_Version::Clear ( )
final

◆ clear_deb_release_branch()

void jaiabot::protobuf::DeviceMetadata_Version::clear_deb_release_branch ( )
inline

Definition at line 1703 of file metadata.pb.h.

◆ clear_deb_repository()

void jaiabot::protobuf::DeviceMetadata_Version::clear_deb_repository ( )
inline

Definition at line 1635 of file metadata.pb.h.

◆ clear_git_branch()

void jaiabot::protobuf::DeviceMetadata_Version::clear_git_branch ( )
inline

Definition at line 1567 of file metadata.pb.h.

◆ clear_git_hash()

void jaiabot::protobuf::DeviceMetadata_Version::clear_git_hash ( )
inline

Definition at line 1499 of file metadata.pb.h.

◆ clear_major()

void jaiabot::protobuf::DeviceMetadata_Version::clear_major ( )
inline

Definition at line 1295 of file metadata.pb.h.

◆ clear_minor()

void jaiabot::protobuf::DeviceMetadata_Version::clear_minor ( )
inline

Definition at line 1363 of file metadata.pb.h.

◆ clear_patch()

void jaiabot::protobuf::DeviceMetadata_Version::clear_patch ( )
inline

Definition at line 1431 of file metadata.pb.h.

◆ CopyFrom()

void jaiabot::protobuf::DeviceMetadata_Version::CopyFrom ( const DeviceMetadata_Version from)

◆ deb_release_branch()

const std::string & jaiabot::protobuf::DeviceMetadata_Version::deb_release_branch ( ) const
inline

Definition at line 1707 of file metadata.pb.h.

◆ deb_repository()

const std::string & jaiabot::protobuf::DeviceMetadata_Version::deb_repository ( ) const
inline

Definition at line 1639 of file metadata.pb.h.

◆ default_instance()

static const DeviceMetadata_Version & jaiabot::protobuf::DeviceMetadata_Version::default_instance ( )
inlinestatic

Definition at line 313 of file metadata.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::DeviceMetadata_Version::descriptor ( )
inlinestatic

Definition at line 304 of file metadata.pb.h.

◆ GetCachedSize()

int jaiabot::protobuf::DeviceMetadata_Version::GetCachedSize ( ) const
inlinefinal

Definition at line 366 of file metadata.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::protobuf::DeviceMetadata_Version::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::DeviceMetadata_Version::GetDescriptor ( )
inlinestatic

Definition at line 307 of file metadata.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::protobuf::DeviceMetadata_Version::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::protobuf::DeviceMetadata_Version::GetReflection ( )
inlinestatic

Definition at line 310 of file metadata.pb.h.

◆ git_branch()

const std::string & jaiabot::protobuf::DeviceMetadata_Version::git_branch ( ) const
inline

Definition at line 1571 of file metadata.pb.h.

◆ git_hash()

const std::string & jaiabot::protobuf::DeviceMetadata_Version::git_hash ( ) const
inline

Definition at line 1503 of file metadata.pb.h.

◆ has_deb_release_branch()

bool jaiabot::protobuf::DeviceMetadata_Version::has_deb_release_branch ( ) const
inline

Definition at line 1700 of file metadata.pb.h.

◆ has_deb_repository()

bool jaiabot::protobuf::DeviceMetadata_Version::has_deb_repository ( ) const
inline

Definition at line 1632 of file metadata.pb.h.

◆ has_git_branch()

bool jaiabot::protobuf::DeviceMetadata_Version::has_git_branch ( ) const
inline

Definition at line 1564 of file metadata.pb.h.

◆ has_git_hash()

bool jaiabot::protobuf::DeviceMetadata_Version::has_git_hash ( ) const
inline

Definition at line 1496 of file metadata.pb.h.

◆ has_major()

bool jaiabot::protobuf::DeviceMetadata_Version::has_major ( ) const
inline

Definition at line 1292 of file metadata.pb.h.

◆ has_minor()

bool jaiabot::protobuf::DeviceMetadata_Version::has_minor ( ) const
inline

Definition at line 1360 of file metadata.pb.h.

◆ has_patch()

bool jaiabot::protobuf::DeviceMetadata_Version::has_patch ( ) const
inline

Definition at line 1428 of file metadata.pb.h.

◆ internal_default_instance()

static const DeviceMetadata_Version * jaiabot::protobuf::DeviceMetadata_Version::internal_default_instance ( )
inlinestatic

Definition at line 316 of file metadata.pb.h.

◆ IsInitialized()

bool jaiabot::protobuf::DeviceMetadata_Version::IsInitialized ( ) const
final

◆ major()

const std::string & jaiabot::protobuf::DeviceMetadata_Version::major ( ) const
inline

Definition at line 1299 of file metadata.pb.h.

◆ MergeFrom()

void jaiabot::protobuf::DeviceMetadata_Version::MergeFrom ( const DeviceMetadata_Version from)
inline

Definition at line 353 of file metadata.pb.h.

◆ minor()

const std::string & jaiabot::protobuf::DeviceMetadata_Version::minor ( ) const
inline

Definition at line 1367 of file metadata.pb.h.

◆ mutable_deb_release_branch()

std::string * jaiabot::protobuf::DeviceMetadata_Version::mutable_deb_release_branch ( )
inline

Definition at line 1718 of file metadata.pb.h.

◆ mutable_deb_repository()

std::string * jaiabot::protobuf::DeviceMetadata_Version::mutable_deb_repository ( )
inline

Definition at line 1650 of file metadata.pb.h.

◆ mutable_git_branch()

std::string * jaiabot::protobuf::DeviceMetadata_Version::mutable_git_branch ( )
inline

Definition at line 1582 of file metadata.pb.h.

◆ mutable_git_hash()

std::string * jaiabot::protobuf::DeviceMetadata_Version::mutable_git_hash ( )
inline

Definition at line 1514 of file metadata.pb.h.

◆ mutable_major()

std::string * jaiabot::protobuf::DeviceMetadata_Version::mutable_major ( )
inline

Definition at line 1310 of file metadata.pb.h.

◆ mutable_minor()

std::string * jaiabot::protobuf::DeviceMetadata_Version::mutable_minor ( )
inline

Definition at line 1378 of file metadata.pb.h.

◆ mutable_patch()

std::string * jaiabot::protobuf::DeviceMetadata_Version::mutable_patch ( )
inline

Definition at line 1446 of file metadata.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::protobuf::DeviceMetadata_Version::mutable_unknown_fields ( )
inline

Definition at line 300 of file metadata.pb.h.

◆ New()

DeviceMetadata_Version * jaiabot::protobuf::DeviceMetadata_Version::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 347 of file metadata.pb.h.

◆ operator=() [1/2]

DeviceMetadata_Version & jaiabot::protobuf::DeviceMetadata_Version::operator= ( const DeviceMetadata_Version from)
inline

Definition at line 279 of file metadata.pb.h.

◆ operator=() [2/2]

DeviceMetadata_Version & jaiabot::protobuf::DeviceMetadata_Version::operator= ( DeviceMetadata_Version &&  from)
inlinenoexcept

Definition at line 283 of file metadata.pb.h.

◆ patch()

const std::string & jaiabot::protobuf::DeviceMetadata_Version::patch ( ) const
inline

Definition at line 1435 of file metadata.pb.h.

◆ release_deb_release_branch()

std::string * jaiabot::protobuf::DeviceMetadata_Version::release_deb_release_branch ( )
inline

Definition at line 1734 of file metadata.pb.h.

◆ release_deb_repository()

std::string * jaiabot::protobuf::DeviceMetadata_Version::release_deb_repository ( )
inline

Definition at line 1666 of file metadata.pb.h.

◆ release_git_branch()

std::string * jaiabot::protobuf::DeviceMetadata_Version::release_git_branch ( )
inline

Definition at line 1598 of file metadata.pb.h.

◆ release_git_hash()

std::string * jaiabot::protobuf::DeviceMetadata_Version::release_git_hash ( )
inline

Definition at line 1530 of file metadata.pb.h.

◆ release_major()

std::string * jaiabot::protobuf::DeviceMetadata_Version::release_major ( )
inline

Definition at line 1326 of file metadata.pb.h.

◆ release_minor()

std::string * jaiabot::protobuf::DeviceMetadata_Version::release_minor ( )
inline

Definition at line 1394 of file metadata.pb.h.

◆ release_patch()

std::string * jaiabot::protobuf::DeviceMetadata_Version::release_patch ( )
inline

Definition at line 1462 of file metadata.pb.h.

◆ set_allocated_deb_release_branch()

void jaiabot::protobuf::DeviceMetadata_Version::set_allocated_deb_release_branch ( std::string *  deb_release_branch)
inline

Definition at line 1748 of file metadata.pb.h.

◆ set_allocated_deb_repository()

void jaiabot::protobuf::DeviceMetadata_Version::set_allocated_deb_repository ( std::string *  deb_repository)
inline

Definition at line 1680 of file metadata.pb.h.

◆ set_allocated_git_branch()

void jaiabot::protobuf::DeviceMetadata_Version::set_allocated_git_branch ( std::string *  git_branch)
inline

Definition at line 1612 of file metadata.pb.h.

◆ set_allocated_git_hash()

void jaiabot::protobuf::DeviceMetadata_Version::set_allocated_git_hash ( std::string *  git_hash)
inline

Definition at line 1544 of file metadata.pb.h.

◆ set_allocated_major()

void jaiabot::protobuf::DeviceMetadata_Version::set_allocated_major ( std::string *  major)
inline

Definition at line 1340 of file metadata.pb.h.

◆ set_allocated_minor()

void jaiabot::protobuf::DeviceMetadata_Version::set_allocated_minor ( std::string *  minor)
inline

Definition at line 1408 of file metadata.pb.h.

◆ set_allocated_patch()

void jaiabot::protobuf::DeviceMetadata_Version::set_allocated_patch ( std::string *  patch)
inline

Definition at line 1476 of file metadata.pb.h.

◆ set_deb_release_branch() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::DeviceMetadata_Version::set_deb_release_branch ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_deb_release_branch() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::DeviceMetadata_Version::set_deb_release_branch ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1713 of file metadata.pb.h.

◆ set_deb_repository() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::DeviceMetadata_Version::set_deb_repository ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_deb_repository() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::DeviceMetadata_Version::set_deb_repository ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1645 of file metadata.pb.h.

◆ set_git_branch() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::DeviceMetadata_Version::set_git_branch ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_git_branch() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::DeviceMetadata_Version::set_git_branch ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1577 of file metadata.pb.h.

◆ set_git_hash() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::DeviceMetadata_Version::set_git_hash ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_git_hash() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::DeviceMetadata_Version::set_git_hash ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1509 of file metadata.pb.h.

◆ set_major() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::DeviceMetadata_Version::set_major ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_major() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::DeviceMetadata_Version::set_major ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1305 of file metadata.pb.h.

◆ set_minor() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::DeviceMetadata_Version::set_minor ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_minor() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::DeviceMetadata_Version::set_minor ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1373 of file metadata.pb.h.

◆ set_patch() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::DeviceMetadata_Version::set_patch ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_patch() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::DeviceMetadata_Version::set_patch ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1441 of file metadata.pb.h.

◆ Swap()

void jaiabot::protobuf::DeviceMetadata_Version::Swap ( DeviceMetadata_Version other)
inline

Definition at line 326 of file metadata.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::protobuf::DeviceMetadata_Version::unknown_fields ( ) const
inline

Definition at line 297 of file metadata.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::protobuf::DeviceMetadata_Version::UnsafeArenaSwap ( DeviceMetadata_Version other)
inline

Definition at line 339 of file metadata.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 535 of file metadata.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 375 of file metadata.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fmetadata_2eproto

Definition at line 550 of file metadata.pb.h.

◆ swap

void swap ( DeviceMetadata_Version a,
DeviceMetadata_Version b 
)
friend

Definition at line 323 of file metadata.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::DeviceMetadata_Version::_class_data_
static

Definition at line 384 of file metadata.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::DeviceMetadata_Version::_impl_

Definition at line 549 of file metadata.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::DeviceMetadata_Version::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 320 of file metadata.pb.h.


The documentation for this class was generated from the following file: