Goby3  3.1.4
2024.02.22
goby::zeromq::protobuf::ManagerResponse Class Reference

#include <goby/zeromq/protobuf/interprocess_zeromq.pb.h>

Inheritance diagram for goby::zeromq::protobuf::ManagerResponse:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 ManagerResponse ()
 
virtual ~ManagerResponse ()
 
 ManagerResponse (const ManagerResponse &from)
 
ManagerResponseoperator= (const ManagerResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ManagerResponse *other)
 
ManagerResponseNew () const final
 
ManagerResponseNew (::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 ManagerResponse &from)
 
void MergeFrom (const ManagerResponse &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
 
bool has_client_name () const
 
void clear_client_name ()
 
const ::std::string & client_name () const
 
void set_client_name (const ::std::string &value)
 
void set_client_name (const char *value)
 
void set_client_name (const char *value, size_t size)
 
::std::string * mutable_client_name ()
 
::std::string * release_client_name ()
 
void set_allocated_client_name (::std::string *client_name)
 
bool has_publish_socket () const
 
void clear_publish_socket ()
 
const ::goby::zeromq::protobuf::Socketpublish_socket () const
 
::goby::zeromq::protobuf::Socketrelease_publish_socket ()
 
::goby::zeromq::protobuf::Socketmutable_publish_socket ()
 
void set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *publish_socket)
 
bool has_subscribe_socket () const
 
void clear_subscribe_socket ()
 
const ::goby::zeromq::protobuf::Socketsubscribe_socket () const
 
::goby::zeromq::protobuf::Socketrelease_subscribe_socket ()
 
::goby::zeromq::protobuf::Socketmutable_subscribe_socket ()
 
void set_allocated_subscribe_socket (::goby::zeromq::protobuf::Socket *subscribe_socket)
 
bool has_client_pid () const
 
void clear_client_pid ()
 
::google::protobuf::int32 client_pid () const
 
void set_client_pid (::google::protobuf::int32 value)
 
bool has_request () const
 
void clear_request ()
 
::goby::zeromq::protobuf::Request request () const
 
void set_request (::goby::zeromq::protobuf::Request value)
 
bool has_hold () const
 
void clear_hold ()
 
bool hold () const
 
void set_hold (bool value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ManagerResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const ManagerResponseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kClientNameFieldNumber = 2
 
static const int kPublishSocketFieldNumber = 4
 
static const int kSubscribeSocketFieldNumber = 5
 
static const int kClientPidFieldNumber = 3
 
static const int kRequestFieldNumber = 1
 
static const int kHoldFieldNumber = 6
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto::TableStruct
 
void swap (ManagerResponse &a, ManagerResponse &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 670 of file interprocess_zeromq.pb.h.

Constructor & Destructor Documentation

◆ ManagerResponse() [1/2]

goby::zeromq::protobuf::ManagerResponse::ManagerResponse ( )

◆ ~ManagerResponse()

virtual goby::zeromq::protobuf::ManagerResponse::~ManagerResponse ( )
virtual

◆ ManagerResponse() [2/2]

goby::zeromq::protobuf::ManagerResponse::ManagerResponse ( const ManagerResponse from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::zeromq::protobuf::ManagerResponse::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::zeromq::protobuf::ManagerResponse::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_client_name()

void goby::zeromq::protobuf::ManagerResponse::clear_client_name ( )
inline

Definition at line 1630 of file interprocess_zeromq.pb.h.

◆ clear_client_pid()

void goby::zeromq::protobuf::ManagerResponse::clear_client_pid ( )
inline

Definition at line 1696 of file interprocess_zeromq.pb.h.

◆ clear_hold()

void goby::zeromq::protobuf::ManagerResponse::clear_hold ( )
inline

Definition at line 1836 of file interprocess_zeromq.pb.h.

◆ clear_publish_socket()

void goby::zeromq::protobuf::ManagerResponse::clear_publish_socket ( )
inline

Definition at line 1720 of file interprocess_zeromq.pb.h.

◆ clear_request()

void goby::zeromq::protobuf::ManagerResponse::clear_request ( )
inline

Definition at line 1605 of file interprocess_zeromq.pb.h.

◆ clear_subscribe_socket()

void goby::zeromq::protobuf::ManagerResponse::clear_subscribe_socket ( )
inline

Definition at line 1778 of file interprocess_zeromq.pb.h.

◆ client_name()

const ::std::string & goby::zeromq::protobuf::ManagerResponse::client_name ( ) const
inline

Definition at line 1634 of file interprocess_zeromq.pb.h.

◆ client_pid()

google::protobuf::int32 goby::zeromq::protobuf::ManagerResponse::client_pid ( ) const
inline

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

◆ CopyFrom() [1/2]

void goby::zeromq::protobuf::ManagerResponse::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::zeromq::protobuf::ManagerResponse::CopyFrom ( const ManagerResponse from)

◆ default_instance()

static const ManagerResponse& goby::zeromq::protobuf::ManagerResponse::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::zeromq::protobuf::ManagerResponse::descriptor ( )
static

◆ GetCachedSize()

int goby::zeromq::protobuf::ManagerResponse::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 742 of file interprocess_zeromq.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::zeromq::protobuf::ManagerResponse::GetMetadata ( ) const
finalvirtual

◆ has_client_name()

bool goby::zeromq::protobuf::ManagerResponse::has_client_name ( ) const
inline

Definition at line 1621 of file interprocess_zeromq.pb.h.

◆ has_client_pid()

bool goby::zeromq::protobuf::ManagerResponse::has_client_pid ( ) const
inline

Definition at line 1687 of file interprocess_zeromq.pb.h.

◆ has_hold()

bool goby::zeromq::protobuf::ManagerResponse::has_hold ( ) const
inline

Definition at line 1827 of file interprocess_zeromq.pb.h.

◆ has_publish_socket()

bool goby::zeromq::protobuf::ManagerResponse::has_publish_socket ( ) const
inline

Definition at line 1711 of file interprocess_zeromq.pb.h.

◆ has_request()

bool goby::zeromq::protobuf::ManagerResponse::has_request ( ) const
inline

Definition at line 1596 of file interprocess_zeromq.pb.h.

◆ has_subscribe_socket()

bool goby::zeromq::protobuf::ManagerResponse::has_subscribe_socket ( ) const
inline

Definition at line 1769 of file interprocess_zeromq.pb.h.

◆ hold()

bool goby::zeromq::protobuf::ManagerResponse::hold ( ) const
inline

Definition at line 1840 of file interprocess_zeromq.pb.h.

◆ InitAsDefaultInstance()

static void goby::zeromq::protobuf::ManagerResponse::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const ManagerResponse* goby::zeromq::protobuf::ManagerResponse::internal_default_instance ( )
inlinestatic

Definition at line 707 of file interprocess_zeromq.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::zeromq::protobuf::ManagerResponse::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::zeromq::protobuf::ManagerResponse::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::zeromq::protobuf::ManagerResponse::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::zeromq::protobuf::ManagerResponse::MergeFrom ( const ManagerResponse from)

◆ MergePartialFromCodedStream()

bool goby::zeromq::protobuf::ManagerResponse::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_client_name()

std::string * goby::zeromq::protobuf::ManagerResponse::mutable_client_name ( )
inline

Definition at line 1663 of file interprocess_zeromq.pb.h.

◆ mutable_publish_socket()

goby::zeromq::protobuf::Socket * goby::zeromq::protobuf::ManagerResponse::mutable_publish_socket ( )
inline

Definition at line 1740 of file interprocess_zeromq.pb.h.

◆ mutable_subscribe_socket()

goby::zeromq::protobuf::Socket * goby::zeromq::protobuf::ManagerResponse::mutable_subscribe_socket ( )
inline

Definition at line 1798 of file interprocess_zeromq.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::zeromq::protobuf::ManagerResponse::mutable_unknown_fields ( )
inline

Definition at line 699 of file interprocess_zeromq.pb.h.

◆ New() [1/2]

ManagerResponse* goby::zeromq::protobuf::ManagerResponse::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 721 of file interprocess_zeromq.pb.h.

◆ New() [2/2]

ManagerResponse* goby::zeromq::protobuf::ManagerResponse::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 725 of file interprocess_zeromq.pb.h.

◆ operator=()

ManagerResponse& goby::zeromq::protobuf::ManagerResponse::operator= ( const ManagerResponse from)
inline

Definition at line 677 of file interprocess_zeromq.pb.h.

◆ publish_socket()

const ::goby::zeromq::protobuf::Socket & goby::zeromq::protobuf::ManagerResponse::publish_socket ( ) const
inline

Definition at line 1727 of file interprocess_zeromq.pb.h.

◆ release_client_name()

std::string * goby::zeromq::protobuf::ManagerResponse::release_client_name ( )
inline

Definition at line 1668 of file interprocess_zeromq.pb.h.

◆ release_publish_socket()

goby::zeromq::protobuf::Socket * goby::zeromq::protobuf::ManagerResponse::release_publish_socket ( )
inline

Definition at line 1733 of file interprocess_zeromq.pb.h.

◆ release_subscribe_socket()

goby::zeromq::protobuf::Socket * goby::zeromq::protobuf::ManagerResponse::release_subscribe_socket ( )
inline

Definition at line 1791 of file interprocess_zeromq.pb.h.

◆ request()

goby::zeromq::protobuf::Request goby::zeromq::protobuf::ManagerResponse::request ( ) const
inline

Definition at line 1609 of file interprocess_zeromq.pb.h.

◆ SerializeWithCachedSizes()

void goby::zeromq::protobuf::ManagerResponse::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_client_name()

void goby::zeromq::protobuf::ManagerResponse::set_allocated_client_name ( ::std::string *  client_name)
inline

Definition at line 1676 of file interprocess_zeromq.pb.h.

◆ set_allocated_publish_socket()

void goby::zeromq::protobuf::ManagerResponse::set_allocated_publish_socket ( ::goby::zeromq::protobuf::Socket publish_socket)
inline

Definition at line 1749 of file interprocess_zeromq.pb.h.

◆ set_allocated_subscribe_socket()

void goby::zeromq::protobuf::ManagerResponse::set_allocated_subscribe_socket ( ::goby::zeromq::protobuf::Socket subscribe_socket)
inline

Definition at line 1807 of file interprocess_zeromq.pb.h.

◆ set_client_name() [1/3]

void goby::zeromq::protobuf::ManagerResponse::set_client_name ( const ::std::string &  value)
inline

Definition at line 1638 of file interprocess_zeromq.pb.h.

◆ set_client_name() [2/3]

void goby::zeromq::protobuf::ManagerResponse::set_client_name ( const char value)
inline

Definition at line 1651 of file interprocess_zeromq.pb.h.

◆ set_client_name() [3/3]

void goby::zeromq::protobuf::ManagerResponse::set_client_name ( const char value,
size_t  size 
)
inline

Definition at line 1657 of file interprocess_zeromq.pb.h.

◆ set_client_pid()

void goby::zeromq::protobuf::ManagerResponse::set_client_pid ( ::google::protobuf::int32  value)
inline

Definition at line 1704 of file interprocess_zeromq.pb.h.

◆ set_hold()

void goby::zeromq::protobuf::ManagerResponse::set_hold ( bool  value)
inline

Definition at line 1844 of file interprocess_zeromq.pb.h.

◆ set_request()

void goby::zeromq::protobuf::ManagerResponse::set_request ( ::goby::zeromq::protobuf::Request  value)
inline

Definition at line 1613 of file interprocess_zeromq.pb.h.

◆ subscribe_socket()

const ::goby::zeromq::protobuf::Socket & goby::zeromq::protobuf::ManagerResponse::subscribe_socket ( ) const
inline

Definition at line 1785 of file interprocess_zeromq.pb.h.

◆ Swap()

void goby::zeromq::protobuf::ManagerResponse::Swap ( ManagerResponse other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::zeromq::protobuf::ManagerResponse::unknown_fields ( ) const
inline

Definition at line 696 of file interprocess_zeromq.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto::TableStruct

◆ swap

void swap ( ManagerResponse a,
ManagerResponse b 
)
friend

Definition at line 715 of file interprocess_zeromq.pb.h.

Member Data Documentation

◆ kClientNameFieldNumber

const int goby::zeromq::protobuf::ManagerResponse::kClientNameFieldNumber = 2
static

Definition at line 767 of file interprocess_zeromq.pb.h.

◆ kClientPidFieldNumber

const int goby::zeromq::protobuf::ManagerResponse::kClientPidFieldNumber = 3
static

Definition at line 806 of file interprocess_zeromq.pb.h.

◆ kHoldFieldNumber

const int goby::zeromq::protobuf::ManagerResponse::kHoldFieldNumber = 6
static

Definition at line 820 of file interprocess_zeromq.pb.h.

◆ kIndexInFileMessages

constexpr int goby::zeromq::protobuf::ManagerResponse::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 711 of file interprocess_zeromq.pb.h.

◆ kPublishSocketFieldNumber

const int goby::zeromq::protobuf::ManagerResponse::kPublishSocketFieldNumber = 4
static

Definition at line 782 of file interprocess_zeromq.pb.h.

◆ kRequestFieldNumber

const int goby::zeromq::protobuf::ManagerResponse::kRequestFieldNumber = 1
static

Definition at line 813 of file interprocess_zeromq.pb.h.

◆ kSubscribeSocketFieldNumber

const int goby::zeromq::protobuf::ManagerResponse::kSubscribeSocketFieldNumber = 5
static

Definition at line 794 of file interprocess_zeromq.pb.h.


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