JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::APIResponse_Metadatas Class Reference

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

Inheritance diagram for jaiabot::protobuf::APIResponse_Metadatas:
Collaboration diagram for jaiabot::protobuf::APIResponse_Metadatas:

Public Member Functions

 APIResponse_Metadatas ()
 
virtual ~APIResponse_Metadatas ()
 
 APIResponse_Metadatas (const APIResponse_Metadatas &from)
 
APIResponse_Metadatasoperator= (const APIResponse_Metadatas &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (APIResponse_Metadatas *other)
 
APIResponse_MetadatasNew () const final
 
APIResponse_MetadatasNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const APIResponse_Metadatas &from)
 
void MergeFrom (const APIResponse_Metadatas &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int hubs_size () const
 
void clear_hubs ()
 
::jaiabot::protobuf::DeviceMetadatamutable_hubs (int index)
 
::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::DeviceMetadata > * mutable_hubs ()
 
const ::jaiabot::protobuf::DeviceMetadatahubs (int index) const
 
::jaiabot::protobuf::DeviceMetadataadd_hubs ()
 
const ::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::DeviceMetadata > & hubs () const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const APIResponse_Metadatasdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const APIResponse_Metadatasinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kHubsFieldNumber = 1
 

Friends

struct ::protobuf_jaiabot_2fmessages_2frest_5fapi_2eproto::TableStruct
 
void swap (APIResponse_Metadatas &a, APIResponse_Metadatas &b)
 

Detailed Description

Definition at line 1165 of file rest_api.pb.h.

Constructor & Destructor Documentation

◆ APIResponse_Metadatas() [1/2]

jaiabot::protobuf::APIResponse_Metadatas::APIResponse_Metadatas ( )

◆ ~APIResponse_Metadatas()

virtual jaiabot::protobuf::APIResponse_Metadatas::~APIResponse_Metadatas ( )
virtual

◆ APIResponse_Metadatas() [2/2]

jaiabot::protobuf::APIResponse_Metadatas::APIResponse_Metadatas ( const APIResponse_Metadatas from)

Member Function Documentation

◆ add_hubs()

jaiabot::protobuf::DeviceMetadata * jaiabot::protobuf::APIResponse_Metadatas::add_hubs ( )
inline

Definition at line 2822 of file rest_api.pb.h.

◆ ByteSizeLong()

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

◆ Clear()

void jaiabot::protobuf::APIResponse_Metadatas::Clear ( )
final

◆ clear_hubs()

void jaiabot::protobuf::APIResponse_Metadatas::clear_hubs ( )

◆ CopyFrom() [1/2]

void jaiabot::protobuf::APIResponse_Metadatas::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

static const APIResponse_Metadatas& jaiabot::protobuf::APIResponse_Metadatas::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::APIResponse_Metadatas::descriptor ( )
static

◆ GetCachedSize()

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

Definition at line 1237 of file rest_api.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::protobuf::APIResponse_Metadatas::GetMetadata ( ) const
final

◆ hubs() [1/2]

const ::google::protobuf::RepeatedPtrField<::jaiabot::protobuf::DeviceMetadata > & jaiabot::protobuf::APIResponse_Metadatas::hubs ( ) const
inline

Definition at line 2827 of file rest_api.pb.h.

◆ hubs() [2/2]

const ::jaiabot::protobuf::DeviceMetadata & jaiabot::protobuf::APIResponse_Metadatas::hubs ( int  index) const
inline

Definition at line 2818 of file rest_api.pb.h.

◆ hubs_size()

int jaiabot::protobuf::APIResponse_Metadatas::hubs_size ( ) const
inline

Definition at line 2806 of file rest_api.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::APIResponse_Metadatas::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

Definition at line 1202 of file rest_api.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::APIResponse_Metadatas::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

void jaiabot::protobuf::APIResponse_Metadatas::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void jaiabot::protobuf::APIResponse_Metadatas::MergeFrom ( const APIResponse_Metadatas from)

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::APIResponse_Metadatas::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_hubs() [1/2]

google::protobuf::RepeatedPtrField<::jaiabot::protobuf::DeviceMetadata > * jaiabot::protobuf::APIResponse_Metadatas::mutable_hubs ( )
inline

Definition at line 2814 of file rest_api.pb.h.

◆ mutable_hubs() [2/2]

jaiabot::protobuf::DeviceMetadata * jaiabot::protobuf::APIResponse_Metadatas::mutable_hubs ( int  index)
inline

Definition at line 2809 of file rest_api.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::protobuf::APIResponse_Metadatas::mutable_unknown_fields ( )
inline

Definition at line 1194 of file rest_api.pb.h.

◆ New() [1/2]

APIResponse_Metadatas* jaiabot::protobuf::APIResponse_Metadatas::New ( ) const
inlinefinal

Definition at line 1216 of file rest_api.pb.h.

◆ New() [2/2]

APIResponse_Metadatas* jaiabot::protobuf::APIResponse_Metadatas::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

Definition at line 1220 of file rest_api.pb.h.

◆ operator=()

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

Definition at line 1172 of file rest_api.pb.h.

◆ SerializeWithCachedSizes()

void jaiabot::protobuf::APIResponse_Metadatas::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ Swap()

void jaiabot::protobuf::APIResponse_Metadatas::Swap ( APIResponse_Metadatas other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::protobuf::APIResponse_Metadatas::unknown_fields ( ) const
inline

Definition at line 1191 of file rest_api.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2frest_5fapi_2eproto::TableStruct

Definition at line 1278 of file rest_api.pb.h.

◆ swap

void swap ( APIResponse_Metadatas a,
APIResponse_Metadatas b 
)
friend

Definition at line 1210 of file rest_api.pb.h.

Member Data Documentation

◆ kHubsFieldNumber

const int jaiabot::protobuf::APIResponse_Metadatas::kHubsFieldNumber = 1
static

Definition at line 1262 of file rest_api.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::APIResponse_Metadatas::kIndexInFileMessages
staticconstexpr
Initial value:
=
7

Definition at line 1206 of file rest_api.pb.h.


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