Ignition Msgs

API Reference

5.8.1

#include <rest_post.pb.h>

Public Types

enum  : int { kRouteFieldNumber = 3 , kJsonFieldNumber = 4 , kHeaderFieldNumber = 1 , kIdFieldNumber = 2 }
 

Public Member Functions

 RestPost ()
 
constexpr RestPost (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 RestPost (const RestPost &from)
 
 RestPost (RestPost &&from) noexcept
 
 ~RestPost () override
 
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
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_header ()
 
void clear_id ()
 
void clear_json ()
 
void clear_route ()
 
void CopyFrom (const RestPost &from)
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_header () const
 
const ::ignition::msgs::Headerheader () const
 
uint32_t id () const
 
bool IsInitialized () const final
 
const std::stringjson () const
 
void MergeFrom (const RestPost &from)
 
::ignition::msgs::Headermutable_header ()
 
std::stringmutable_json ()
 
std::stringmutable_route ()
 
RestPostNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
RestPostoperator= (const RestPost &from)
 
RestPostoperator= (RestPost &&from) noexcept
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD std::stringrelease_json ()
 
PROTOBUF_NODISCARD std::stringrelease_route ()
 
const std::stringroute () const
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_json (std::string *json)
 
void set_allocated_route (std::string *route)
 
void set_id (uint32_t value)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_json (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_json (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_route (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_route (ArgT0 &&arg0, ArgT... args)
 
void Swap (RestPost *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void UnsafeArenaSwap (RestPost *other)
 

Static Public Member Functions

static const RestPostdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const RestPostinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

 RestPost (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kRouteFieldNumber 
kJsonFieldNumber 
kHeaderFieldNumber 
kIdFieldNumber 

Constructor & Destructor Documentation

◆ RestPost() [1/5]

RestPost ( )
inline

◆ ~RestPost()

~RestPost ( )
override

◆ RestPost() [2/5]

constexpr RestPost ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ RestPost() [3/5]

RestPost ( const RestPost from)

◆ RestPost() [4/5]

RestPost ( RestPost &&  from)
inlinenoexcept

◆ RestPost() [5/5]

RestPost ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_header()

void clear_header ( )

◆ clear_id()

void clear_id ( )
inline

◆ clear_json()

void clear_json ( )
inline

◆ clear_route()

void clear_route ( )
inline

◆ CopyFrom()

void CopyFrom ( const RestPost from)

◆ default_instance()

static const RestPost& default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor ( )
inlinestatic

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor ( )
inlinestatic

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection ( )
inlinestatic

◆ has_header()

bool has_header ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) const
inline

◆ id()

uint32_t id ( ) const
inline

◆ internal_default_instance()

static const RestPost* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ json()

const std::string & json ( ) const
inline

◆ MergeFrom()

void MergeFrom ( const RestPost from)

◆ mutable_header()

ignition::msgs::Header * mutable_header ( )
inline

◆ mutable_json()

std::string * mutable_json ( )
inline

◆ mutable_route()

std::string * mutable_route ( )
inline

◆ New()

RestPost* New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

RestPost& operator= ( const RestPost from)
inline

◆ operator=() [2/2]

RestPost& operator= ( RestPost &&  from)
inlinenoexcept

◆ release_header()

ignition::msgs::Header * release_header ( )
inline

◆ release_json()

std::string * release_json ( )
inline

◆ release_route()

std::string * release_route ( )
inline

◆ route()

const std::string & route ( ) const
inline

◆ set_allocated_header()

void set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ set_allocated_json()

void set_allocated_json ( std::string json)
inline

◆ set_allocated_route()

void set_allocated_route ( std::string route)
inline

◆ set_id()

void set_id ( uint32_t  value)
inline

◆ set_json() [1/2]

void set_json ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_json() [2/2]

PROTOBUF_ALWAYS_INLINE void set_json ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_route() [1/2]

void set_route ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_route() [2/2]

PROTOBUF_ALWAYS_INLINE void set_route ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ Swap()

void Swap ( RestPost other)
inline

◆ unsafe_arena_release_header()

ignition::msgs::Header * unsafe_arena_release_header ( )
inline

◆ unsafe_arena_set_allocated_header()

void unsafe_arena_set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( RestPost other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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