Goby3  3.1.5a
2024.05.23
goby::apps::acomms::protobuf::StoreServerConfig Class Reference

#include <goby/acomms/protobuf/store_server_config.pb.h>

Inheritance diagram for goby::apps::acomms::protobuf::StoreServerConfig:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 StoreServerConfig ()
 
virtual ~StoreServerConfig ()
 
 StoreServerConfig (const StoreServerConfig &from)
 
StoreServerConfigoperator= (const StoreServerConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StoreServerConfig *other)
 
StoreServerConfigNew () const final
 
StoreServerConfigNew (::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 StoreServerConfig &from)
 
void MergeFrom (const StoreServerConfig &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_db_file_dir () const
 
void clear_db_file_dir ()
 
const ::std::string & db_file_dir () const
 
void set_db_file_dir (const ::std::string &value)
 
void set_db_file_dir (const char *value)
 
void set_db_file_dir (const char *value, size_t size)
 
::std::string * mutable_db_file_dir ()
 
::std::string * release_db_file_dir ()
 
void set_allocated_db_file_dir (::std::string *db_file_dir)
 
bool has_db_file_name () const
 
void clear_db_file_name ()
 
const ::std::string & db_file_name () const
 
void set_db_file_name (const ::std::string &value)
 
void set_db_file_name (const char *value)
 
void set_db_file_name (const char *value, size_t size)
 
::std::string * mutable_db_file_name ()
 
::std::string * release_db_file_name ()
 
void set_allocated_db_file_name (::std::string *db_file_name)
 
bool has_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfigapp () const
 
::goby::middleware::protobuf::AppConfigrelease_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_tcp_server () const
 
void clear_tcp_server ()
 
const ::goby::middleware::protobuf::TCPServerConfigtcp_server () const
 
::goby::middleware::protobuf::TCPServerConfigrelease_tcp_server ()
 
::goby::middleware::protobuf::TCPServerConfigmutable_tcp_server ()
 
void set_allocated_tcp_server (::goby::middleware::protobuf::TCPServerConfig *tcp_server)
 
- 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 StoreServerConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const StoreServerConfiginternal_default_instance ()
 

Public Attributes

static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_db_file_dir_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDbFileDirFieldNumber = 3
 
static const int kDbFileNameFieldNumber = 4
 
static const int kAppFieldNumber = 1
 
static const int kTcpServerFieldNumber = 2
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fstore_5fserver_5fconfig_2eproto::TableStruct
 
void swap (StoreServerConfig &a, StoreServerConfig &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 79 of file store_server_config.pb.h.

Constructor & Destructor Documentation

◆ StoreServerConfig() [1/2]

goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( )

◆ ~StoreServerConfig()

virtual goby::apps::acomms::protobuf::StoreServerConfig::~StoreServerConfig ( )
virtual

◆ StoreServerConfig() [2/2]

goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( const StoreServerConfig from)

Member Function Documentation

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::acomms::protobuf::StoreServerConfig::app ( ) const
inline

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

◆ ByteSizeLong()

size_t goby::apps::acomms::protobuf::StoreServerConfig::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::apps::acomms::protobuf::StoreServerConfig::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_app()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_app ( )

◆ clear_db_file_dir()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_db_file_dir ( )
inline

Definition at line 379 of file store_server_config.pb.h.

◆ clear_db_file_name()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_db_file_name ( )
inline

Definition at line 445 of file store_server_config.pb.h.

◆ clear_tcp_server()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_tcp_server ( )

◆ CopyFrom() [1/2]

void goby::apps::acomms::protobuf::StoreServerConfig::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::apps::acomms::protobuf::StoreServerConfig::CopyFrom ( const StoreServerConfig from)

◆ db_file_dir()

const ::std::string & goby::apps::acomms::protobuf::StoreServerConfig::db_file_dir ( ) const
inline

Definition at line 383 of file store_server_config.pb.h.

◆ db_file_name()

const ::std::string & goby::apps::acomms::protobuf::StoreServerConfig::db_file_name ( ) const
inline

Definition at line 449 of file store_server_config.pb.h.

◆ default_instance()

static const StoreServerConfig& goby::apps::acomms::protobuf::StoreServerConfig::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::apps::acomms::protobuf::StoreServerConfig::descriptor ( )
static

◆ GetCachedSize()

int goby::apps::acomms::protobuf::StoreServerConfig::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 151 of file store_server_config.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::apps::acomms::protobuf::StoreServerConfig::GetMetadata ( ) const
finalvirtual

◆ has_app()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_app ( ) const
inline

Definition at line 262 of file store_server_config.pb.h.

◆ has_db_file_dir()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_db_file_dir ( ) const
inline

Definition at line 370 of file store_server_config.pb.h.

◆ has_db_file_name()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_db_file_name ( ) const
inline

Definition at line 436 of file store_server_config.pb.h.

◆ has_tcp_server()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_tcp_server ( ) const
inline

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

◆ InitAsDefaultInstance()

static void goby::apps::acomms::protobuf::StoreServerConfig::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const StoreServerConfig* goby::apps::acomms::protobuf::StoreServerConfig::internal_default_instance ( )
inlinestatic

Definition at line 116 of file store_server_config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::apps::acomms::protobuf::StoreServerConfig::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::apps::acomms::protobuf::StoreServerConfig::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::apps::acomms::protobuf::StoreServerConfig::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::apps::acomms::protobuf::StoreServerConfig::MergeFrom ( const StoreServerConfig from)

◆ MergePartialFromCodedStream()

bool goby::apps::acomms::protobuf::StoreServerConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::StoreServerConfig::mutable_app ( )
inline

Definition at line 287 of file store_server_config.pb.h.

◆ mutable_db_file_dir()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::mutable_db_file_dir ( )
inline

Definition at line 412 of file store_server_config.pb.h.

◆ mutable_db_file_name()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::mutable_db_file_name ( )
inline

Definition at line 478 of file store_server_config.pb.h.

◆ mutable_tcp_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::mutable_tcp_server ( )
inline

Definition at line 341 of file store_server_config.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::apps::acomms::protobuf::StoreServerConfig::mutable_unknown_fields ( )
inline

Definition at line 108 of file store_server_config.pb.h.

◆ New() [1/2]

StoreServerConfig* goby::apps::acomms::protobuf::StoreServerConfig::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 130 of file store_server_config.pb.h.

◆ New() [2/2]

StoreServerConfig* goby::apps::acomms::protobuf::StoreServerConfig::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 134 of file store_server_config.pb.h.

◆ operator=()

StoreServerConfig& goby::apps::acomms::protobuf::StoreServerConfig::operator= ( const StoreServerConfig from)
inline

Definition at line 86 of file store_server_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::StoreServerConfig::release_app ( )
inline

Definition at line 280 of file store_server_config.pb.h.

◆ release_db_file_dir()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::release_db_file_dir ( )
inline

Definition at line 417 of file store_server_config.pb.h.

◆ release_db_file_name()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::release_db_file_name ( )
inline

Definition at line 483 of file store_server_config.pb.h.

◆ release_tcp_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::release_tcp_server ( )
inline

Definition at line 334 of file store_server_config.pb.h.

◆ SerializeWithCachedSizes()

void goby::apps::acomms::protobuf::StoreServerConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_app()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 296 of file store_server_config.pb.h.

◆ set_allocated_db_file_dir()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_db_file_dir ( ::std::string *  db_file_dir)
inline

Definition at line 425 of file store_server_config.pb.h.

◆ set_allocated_db_file_name()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_db_file_name ( ::std::string *  db_file_name)
inline

Definition at line 491 of file store_server_config.pb.h.

◆ set_allocated_tcp_server()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_tcp_server ( ::goby::middleware::protobuf::TCPServerConfig tcp_server)
inline

Definition at line 350 of file store_server_config.pb.h.

◆ set_db_file_dir() [1/3]

void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_dir ( const ::std::string &  value)
inline

Definition at line 387 of file store_server_config.pb.h.

◆ set_db_file_dir() [2/3]

void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_dir ( const char value)
inline

Definition at line 400 of file store_server_config.pb.h.

◆ set_db_file_dir() [3/3]

void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_dir ( const char value,
size_t  size 
)
inline

Definition at line 406 of file store_server_config.pb.h.

◆ set_db_file_name() [1/3]

void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_name ( const ::std::string &  value)
inline

Definition at line 453 of file store_server_config.pb.h.

◆ set_db_file_name() [2/3]

void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_name ( const char value)
inline

Definition at line 466 of file store_server_config.pb.h.

◆ set_db_file_name() [3/3]

void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_name ( const char value,
size_t  size 
)
inline

Definition at line 472 of file store_server_config.pb.h.

◆ Swap()

void goby::apps::acomms::protobuf::StoreServerConfig::Swap ( StoreServerConfig other)

◆ tcp_server()

const ::goby::middleware::protobuf::TCPServerConfig & goby::apps::acomms::protobuf::StoreServerConfig::tcp_server ( ) const
inline

Definition at line 328 of file store_server_config.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::apps::acomms::protobuf::StoreServerConfig::unknown_fields ( ) const
inline

Definition at line 105 of file store_server_config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fstore_5fserver_5fconfig_2eproto::TableStruct

◆ swap

void swap ( StoreServerConfig a,
StoreServerConfig b 
)
friend

Definition at line 124 of file store_server_config.pb.h.

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_db_file_dir_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::acomms::protobuf::StoreServerConfig::_i_give_permission_to_break_this_code_default_db_file_dir_

Definition at line 242 of file store_server_config.pb.h.

◆ kAppFieldNumber

const int goby::apps::acomms::protobuf::StoreServerConfig::kAppFieldNumber = 1
static

Definition at line 206 of file store_server_config.pb.h.

◆ kDbFileDirFieldNumber

const int goby::apps::acomms::protobuf::StoreServerConfig::kDbFileDirFieldNumber = 3
static

Definition at line 176 of file store_server_config.pb.h.

◆ kDbFileNameFieldNumber

const int goby::apps::acomms::protobuf::StoreServerConfig::kDbFileNameFieldNumber = 4
static

Definition at line 191 of file store_server_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::acomms::protobuf::StoreServerConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 120 of file store_server_config.pb.h.

◆ kTcpServerFieldNumber

const int goby::apps::acomms::protobuf::StoreServerConfig::kTcpServerFieldNumber = 2
static

Definition at line 218 of file store_server_config.pb.h.


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