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

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

Inheritance diagram for jaiabot::protobuf::APIResponse_TaskPackets:
Collaboration diagram for jaiabot::protobuf::APIResponse_TaskPackets:

Public Member Functions

 APIResponse_TaskPackets ()
 
virtual ~APIResponse_TaskPackets ()
 
 APIResponse_TaskPackets (const APIResponse_TaskPackets &from)
 
APIResponse_TaskPacketsoperator= (const APIResponse_TaskPackets &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (APIResponse_TaskPackets *other)
 
APIResponse_TaskPacketsNew () const final
 
APIResponse_TaskPacketsNew (::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_TaskPackets &from)
 
void MergeFrom (const APIResponse_TaskPackets &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 packets_size () const
 
void clear_packets ()
 
::jaiabot::protobuf::TaskPacketmutable_packets (int index)
 
::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::TaskPacket > * mutable_packets ()
 
const ::jaiabot::protobuf::TaskPacketpackets (int index) const
 
::jaiabot::protobuf::TaskPacketadd_packets ()
 
const ::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::TaskPacket > & packets () const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const APIResponse_TaskPacketsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const APIResponse_TaskPacketsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kPacketsFieldNumber = 1
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

◆ APIResponse_TaskPackets() [1/2]

jaiabot::protobuf::APIResponse_TaskPackets::APIResponse_TaskPackets ( )

◆ ~APIResponse_TaskPackets()

virtual jaiabot::protobuf::APIResponse_TaskPackets::~APIResponse_TaskPackets ( )
virtual

◆ APIResponse_TaskPackets() [2/2]

jaiabot::protobuf::APIResponse_TaskPackets::APIResponse_TaskPackets ( const APIResponse_TaskPackets from)

Member Function Documentation

◆ add_packets()

jaiabot::protobuf::TaskPacket * jaiabot::protobuf::APIResponse_TaskPackets::add_packets ( )
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_packets()

void jaiabot::protobuf::APIResponse_TaskPackets::clear_packets ( )

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_packets() [1/2]

google::protobuf::RepeatedPtrField<::jaiabot::protobuf::TaskPacket > * jaiabot::protobuf::APIResponse_TaskPackets::mutable_packets ( )
inline

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

◆ mutable_packets() [2/2]

jaiabot::protobuf::TaskPacket * jaiabot::protobuf::APIResponse_TaskPackets::mutable_packets ( int  index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ packets() [1/2]

const ::google::protobuf::RepeatedPtrField<::jaiabot::protobuf::TaskPacket > & jaiabot::protobuf::APIResponse_TaskPackets::packets ( ) const
inline

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

◆ packets() [2/2]

const ::jaiabot::protobuf::TaskPacket & jaiabot::protobuf::APIResponse_TaskPackets::packets ( int  index) const
inline

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

◆ packets_size()

int jaiabot::protobuf::APIResponse_TaskPackets::packets_size ( ) const
inline

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

◆ SerializeWithCachedSizes()

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2frest_5fapi_2eproto::TableStruct

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

◆ swap

void swap ( APIResponse_TaskPackets a,
APIResponse_TaskPackets b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::APIResponse_TaskPackets::kIndexInFileMessages
staticconstexpr
Initial value:
=
8

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

◆ kPacketsFieldNumber

const int jaiabot::protobuf::APIResponse_TaskPackets::kPacketsFieldNumber = 1
static

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


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