TrinityCore
bgs::protocol::channel::v1::ListChannelsOptions Class Reference

#include <channel_types.pb.h>

+ Inheritance diagram for bgs::protocol::channel::v1::ListChannelsOptions:

Public Member Functions

 ListChannelsOptions ()
 
virtual ~ListChannelsOptions ()
 
 ListChannelsOptions (const ListChannelsOptions &from)
 
ListChannelsOptionsoperator= (const ListChannelsOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ListChannelsOptions *other)
 
ListChannelsOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_start_index () const
 
void clear_start_index ()
 
inline ::google::protobuf::uint32 start_index () const
 
void set_start_index (::google::protobuf::uint32 value)
 
bool has_max_results () const
 
void clear_max_results ()
 
inline ::google::protobuf::uint32 max_results () const
 
void set_max_results (::google::protobuf::uint32 value)
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
inline ::std::string * mutable_name ()
 
inline ::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_program () const
 
void clear_program ()
 
inline ::google::protobuf::uint32 program () const
 
void set_program (::google::protobuf::uint32 value)
 
bool has_locale () const
 
void clear_locale ()
 
inline ::google::protobuf::uint32 locale () const
 
void set_locale (::google::protobuf::uint32 value)
 
bool has_capacity_full () const
 
void clear_capacity_full ()
 
inline ::google::protobuf::uint32 capacity_full () const
 
void set_capacity_full (::google::protobuf::uint32 value)
 
bool has_attribute_filter () const
 
void clear_attribute_filter ()
 
const ::bgs::protocol::AttributeFilterattribute_filter () const
 
inline ::bgs::protocol::AttributeFiltermutable_attribute_filter ()
 
inline ::bgs::protocol::AttributeFilterrelease_attribute_filter ()
 
void set_allocated_attribute_filter (::bgs::protocol::AttributeFilter *attribute_filter)
 
bool has_channel_type () const
 
void clear_channel_type ()
 
const ::std::string & channel_type () const
 
void set_channel_type (const ::std::string &value)
 
void set_channel_type (const char *value)
 
void set_channel_type (const char *value, size_t size)
 
inline ::std::string * mutable_channel_type ()
 
inline ::std::string * release_channel_type ()
 
void set_allocated_channel_type (::std::string *channel_type)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ListChannelsOptionsdefault_instance ()
 

Static Public Attributes

static const int kStartIndexFieldNumber = 1
 
static const int kMaxResultsFieldNumber = 2
 
static const int kNameFieldNumber = 3
 
static const int kProgramFieldNumber = 4
 
static const int kLocaleFieldNumber = 5
 
static const int kCapacityFullFieldNumber = 6
 
static const int kAttributeFilterFieldNumber = 7
 
static const int kChannelTypeFieldNumber = 8
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_start_index ()
 
void clear_has_start_index ()
 
void set_has_max_results ()
 
void clear_has_max_results ()
 
void set_has_name ()
 
void clear_has_name ()
 
void set_has_program ()
 
void clear_has_program ()
 
void set_has_locale ()
 
void clear_has_locale ()
 
void set_has_capacity_full ()
 
void clear_has_capacity_full ()
 
void set_has_attribute_filter ()
 
void clear_has_attribute_filter ()
 
void set_has_channel_type ()
 
void clear_has_channel_type ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 start_index_
 
::google::protobuf::uint32 max_results_
 
::std::string * name_
 
::google::protobuf::uint32 program_
 
::google::protobuf::uint32 locale_
 
::bgs::protocol::AttributeFilterattribute_filter_
 
::std::string * channel_type_
 
::google::protobuf::uint32 capacity_full_
 

Static Private Attributes

static ListChannelsOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_channel_5ftypes_2eproto ()
 
void protobuf_AssignDesc_channel_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_channel_5ftypes_2eproto ()
 

Detailed Description

Definition at line 152 of file channel_types.pb.h.

Constructor & Destructor Documentation

◆ ListChannelsOptions() [1/2]

bgs::protocol::channel::v1::ListChannelsOptions::ListChannelsOptions ( )

◆ ~ListChannelsOptions()

virtual bgs::protocol::channel::v1::ListChannelsOptions::~ListChannelsOptions ( )
virtual

◆ ListChannelsOptions() [2/2]

bgs::protocol::channel::v1::ListChannelsOptions::ListChannelsOptions ( const ListChannelsOptions from)

Member Function Documentation

◆ attribute_filter()

const ::bgs::protocol::AttributeFilter & bgs::protocol::channel::v1::ListChannelsOptions::attribute_filter ( ) const
inline

Definition at line 1270 of file channel_types.pb.h.

◆ capacity_full()

google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::capacity_full ( ) const
inline

Definition at line 1246 of file channel_types.pb.h.

◆ channel_type()

const ::std::string & bgs::protocol::channel::v1::ListChannelsOptions::channel_type ( ) const
inline

Definition at line 1313 of file channel_types.pb.h.

◆ clear_attribute_filter()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_attribute_filter ( )
inline

Definition at line 1266 of file channel_types.pb.h.

◆ clear_capacity_full()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_capacity_full ( )
inline

Definition at line 1242 of file channel_types.pb.h.

◆ clear_channel_type()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_channel_type ( )
inline

Definition at line 1307 of file channel_types.pb.h.

◆ clear_has_attribute_filter()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_has_attribute_filter ( )
inlineprivate

Definition at line 1263 of file channel_types.pb.h.

◆ clear_has_capacity_full()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_has_capacity_full ( )
inlineprivate

Definition at line 1239 of file channel_types.pb.h.

◆ clear_has_channel_type()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_has_channel_type ( )
inlineprivate

Definition at line 1304 of file channel_types.pb.h.

◆ clear_has_locale()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_has_locale ( )
inlineprivate

Definition at line 1215 of file channel_types.pb.h.

◆ clear_has_max_results()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_has_max_results ( )
inlineprivate

Definition at line 1091 of file channel_types.pb.h.

◆ clear_has_name()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_has_name ( )
inlineprivate

Definition at line 1115 of file channel_types.pb.h.

◆ clear_has_program()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_has_program ( )
inlineprivate

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

◆ clear_has_start_index()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_has_start_index ( )
inlineprivate

Definition at line 1067 of file channel_types.pb.h.

◆ clear_locale()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_locale ( )
inline

Definition at line 1218 of file channel_types.pb.h.

◆ clear_max_results()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_max_results ( )
inline

Definition at line 1094 of file channel_types.pb.h.

◆ clear_name()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_name ( )
inline

Definition at line 1118 of file channel_types.pb.h.

◆ clear_program()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_program ( )
inline

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

◆ clear_start_index()

void bgs::protocol::channel::v1::ListChannelsOptions::clear_start_index ( )
inline

Definition at line 1070 of file channel_types.pb.h.

◆ default_instance()

static const ListChannelsOptions & bgs::protocol::channel::v1::ListChannelsOptions::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::channel::v1::ListChannelsOptions::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::channel::v1::ListChannelsOptions::GetCachedSize ( ) const
inline

Definition at line 180 of file channel_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::channel::v1::ListChannelsOptions::GetMetadata ( ) const

◆ has_attribute_filter()

bool bgs::protocol::channel::v1::ListChannelsOptions::has_attribute_filter ( ) const
inline

Definition at line 1257 of file channel_types.pb.h.

◆ has_capacity_full()

bool bgs::protocol::channel::v1::ListChannelsOptions::has_capacity_full ( ) const
inline

Definition at line 1233 of file channel_types.pb.h.

◆ has_channel_type()

bool bgs::protocol::channel::v1::ListChannelsOptions::has_channel_type ( ) const
inline

Definition at line 1298 of file channel_types.pb.h.

◆ has_locale()

bool bgs::protocol::channel::v1::ListChannelsOptions::has_locale ( ) const
inline

Definition at line 1209 of file channel_types.pb.h.

◆ has_max_results()

bool bgs::protocol::channel::v1::ListChannelsOptions::has_max_results ( ) const
inline

Definition at line 1085 of file channel_types.pb.h.

◆ has_name()

bool bgs::protocol::channel::v1::ListChannelsOptions::has_name ( ) const
inline

Definition at line 1109 of file channel_types.pb.h.

◆ has_program()

bool bgs::protocol::channel::v1::ListChannelsOptions::has_program ( ) const
inline

Definition at line 1185 of file channel_types.pb.h.

◆ has_start_index()

bool bgs::protocol::channel::v1::ListChannelsOptions::has_start_index ( ) const
inline

Definition at line 1061 of file channel_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::channel::v1::ListChannelsOptions::InitAsDefaultInstance ( )
private

◆ locale()

google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::locale ( ) const
inline

Definition at line 1222 of file channel_types.pb.h.

◆ max_results()

google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::max_results ( ) const
inline

Definition at line 1098 of file channel_types.pb.h.

◆ mutable_attribute_filter()

bgs::protocol::AttributeFilter * bgs::protocol::channel::v1::ListChannelsOptions::mutable_attribute_filter ( )
inline

Definition at line 1274 of file channel_types.pb.h.

◆ mutable_channel_type()

std::string * bgs::protocol::channel::v1::ListChannelsOptions::mutable_channel_type ( )
inline

Definition at line 1341 of file channel_types.pb.h.

◆ mutable_name()

std::string * bgs::protocol::channel::v1::ListChannelsOptions::mutable_name ( )
inline

Definition at line 1152 of file channel_types.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::channel::v1::ListChannelsOptions::mutable_unknown_fields ( )
inline

Definition at line 168 of file channel_types.pb.h.

◆ name()

const ::std::string & bgs::protocol::channel::v1::ListChannelsOptions::name ( ) const
inline

Definition at line 1124 of file channel_types.pb.h.

◆ New()

ListChannelsOptions * bgs::protocol::channel::v1::ListChannelsOptions::New ( ) const

◆ operator=()

ListChannelsOptions & bgs::protocol::channel::v1::ListChannelsOptions::operator= ( const ListChannelsOptions from)
inline

Definition at line 159 of file channel_types.pb.h.

◆ program()

google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::program ( ) const
inline

Definition at line 1198 of file channel_types.pb.h.

◆ release_attribute_filter()

bgs::protocol::AttributeFilter * bgs::protocol::channel::v1::ListChannelsOptions::release_attribute_filter ( )
inline

Definition at line 1280 of file channel_types.pb.h.

◆ release_channel_type()

std::string * bgs::protocol::channel::v1::ListChannelsOptions::release_channel_type ( )
inline

Definition at line 1349 of file channel_types.pb.h.

◆ release_name()

std::string * bgs::protocol::channel::v1::ListChannelsOptions::release_name ( )
inline

Definition at line 1160 of file channel_types.pb.h.

◆ set_allocated_attribute_filter()

void bgs::protocol::channel::v1::ListChannelsOptions::set_allocated_attribute_filter ( ::bgs::protocol::AttributeFilter attribute_filter)
inline

Definition at line 1286 of file channel_types.pb.h.

◆ set_allocated_channel_type()

void bgs::protocol::channel::v1::ListChannelsOptions::set_allocated_channel_type ( ::std::string *  channel_type)
inline

Definition at line 1359 of file channel_types.pb.h.

◆ set_allocated_name()

void bgs::protocol::channel::v1::ListChannelsOptions::set_allocated_name ( ::std::string *  name)
inline

Definition at line 1170 of file channel_types.pb.h.

◆ set_capacity_full()

void bgs::protocol::channel::v1::ListChannelsOptions::set_capacity_full ( ::google::protobuf::uint32  value)
inline

Definition at line 1250 of file channel_types.pb.h.

◆ set_channel_type() [1/3]

void bgs::protocol::channel::v1::ListChannelsOptions::set_channel_type ( const ::std::string &  value)
inline

Definition at line 1317 of file channel_types.pb.h.

◆ set_channel_type() [2/3]

void bgs::protocol::channel::v1::ListChannelsOptions::set_channel_type ( const char *  value)
inline

Definition at line 1325 of file channel_types.pb.h.

◆ set_channel_type() [3/3]

void bgs::protocol::channel::v1::ListChannelsOptions::set_channel_type ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_has_attribute_filter()

void bgs::protocol::channel::v1::ListChannelsOptions::set_has_attribute_filter ( )
inlineprivate

Definition at line 1260 of file channel_types.pb.h.

◆ set_has_capacity_full()

void bgs::protocol::channel::v1::ListChannelsOptions::set_has_capacity_full ( )
inlineprivate

Definition at line 1236 of file channel_types.pb.h.

◆ set_has_channel_type()

void bgs::protocol::channel::v1::ListChannelsOptions::set_has_channel_type ( )
inlineprivate

Definition at line 1301 of file channel_types.pb.h.

◆ set_has_locale()

void bgs::protocol::channel::v1::ListChannelsOptions::set_has_locale ( )
inlineprivate

Definition at line 1212 of file channel_types.pb.h.

◆ set_has_max_results()

void bgs::protocol::channel::v1::ListChannelsOptions::set_has_max_results ( )
inlineprivate

Definition at line 1088 of file channel_types.pb.h.

◆ set_has_name()

void bgs::protocol::channel::v1::ListChannelsOptions::set_has_name ( )
inlineprivate

Definition at line 1112 of file channel_types.pb.h.

◆ set_has_program()

void bgs::protocol::channel::v1::ListChannelsOptions::set_has_program ( )
inlineprivate

Definition at line 1188 of file channel_types.pb.h.

◆ set_has_start_index()

void bgs::protocol::channel::v1::ListChannelsOptions::set_has_start_index ( )
inlineprivate

Definition at line 1064 of file channel_types.pb.h.

◆ set_locale()

void bgs::protocol::channel::v1::ListChannelsOptions::set_locale ( ::google::protobuf::uint32  value)
inline

Definition at line 1226 of file channel_types.pb.h.

◆ set_max_results()

void bgs::protocol::channel::v1::ListChannelsOptions::set_max_results ( ::google::protobuf::uint32  value)
inline

Definition at line 1102 of file channel_types.pb.h.

◆ set_name() [1/3]

void bgs::protocol::channel::v1::ListChannelsOptions::set_name ( const ::std::string &  value)
inline

Definition at line 1128 of file channel_types.pb.h.

◆ set_name() [2/3]

void bgs::protocol::channel::v1::ListChannelsOptions::set_name ( const char *  value)
inline

Definition at line 1136 of file channel_types.pb.h.

◆ set_name() [3/3]

void bgs::protocol::channel::v1::ListChannelsOptions::set_name ( const char *  value,
size_t  size 
)
inline

Definition at line 1144 of file channel_types.pb.h.

+ Here is the call graph for this function:

◆ set_program()

void bgs::protocol::channel::v1::ListChannelsOptions::set_program ( ::google::protobuf::uint32  value)
inline

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

◆ set_start_index()

void bgs::protocol::channel::v1::ListChannelsOptions::set_start_index ( ::google::protobuf::uint32  value)
inline

Definition at line 1078 of file channel_types.pb.h.

◆ SetCachedSize()

void bgs::protocol::channel::v1::ListChannelsOptions::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::channel::v1::ListChannelsOptions::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::channel::v1::ListChannelsOptions::SharedDtor ( )
private

◆ start_index()

google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::start_index ( ) const
inline

Definition at line 1074 of file channel_types.pb.h.

◆ Swap()

void bgs::protocol::channel::v1::ListChannelsOptions::Swap ( ListChannelsOptions other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::channel::v1::ListChannelsOptions::unknown_fields ( ) const
inline

Definition at line 164 of file channel_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_channel_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_channel_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_channel_5ftypes_2eproto

void protobuf_AssignDesc_channel_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_channel_5ftypes_2eproto

void protobuf_ShutdownFile_channel_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::channel::v1::ListChannelsOptions::_cached_size_
mutableprivate

Definition at line 282 of file channel_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::_has_bits_[1]
private

Definition at line 281 of file channel_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::channel::v1::ListChannelsOptions::_unknown_fields_
private

Definition at line 279 of file channel_types.pb.h.

◆ attribute_filter_

::bgs::protocol::AttributeFilter* bgs::protocol::channel::v1::ListChannelsOptions::attribute_filter_
private

Definition at line 288 of file channel_types.pb.h.

◆ capacity_full_

::google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::capacity_full_
private

Definition at line 290 of file channel_types.pb.h.

◆ channel_type_

::std::string* bgs::protocol::channel::v1::ListChannelsOptions::channel_type_
private

Definition at line 289 of file channel_types.pb.h.

◆ default_instance_

ListChannelsOptions* bgs::protocol::channel::v1::ListChannelsOptions::default_instance_
staticprivate

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

◆ kAttributeFilterFieldNumber

const int bgs::protocol::channel::v1::ListChannelsOptions::kAttributeFilterFieldNumber = 7
static

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

◆ kCapacityFullFieldNumber

const int bgs::protocol::channel::v1::ListChannelsOptions::kCapacityFullFieldNumber = 6
static

Definition at line 235 of file channel_types.pb.h.

◆ kChannelTypeFieldNumber

const int bgs::protocol::channel::v1::ListChannelsOptions::kChannelTypeFieldNumber = 8
static

Definition at line 251 of file channel_types.pb.h.

◆ kLocaleFieldNumber

const int bgs::protocol::channel::v1::ListChannelsOptions::kLocaleFieldNumber = 5
static

Definition at line 228 of file channel_types.pb.h.

◆ kMaxResultsFieldNumber

const int bgs::protocol::channel::v1::ListChannelsOptions::kMaxResultsFieldNumber = 2
static

Definition at line 202 of file channel_types.pb.h.

◆ kNameFieldNumber

const int bgs::protocol::channel::v1::ListChannelsOptions::kNameFieldNumber = 3
static

Definition at line 209 of file channel_types.pb.h.

◆ kProgramFieldNumber

const int bgs::protocol::channel::v1::ListChannelsOptions::kProgramFieldNumber = 4
static

Definition at line 221 of file channel_types.pb.h.

◆ kStartIndexFieldNumber

const int bgs::protocol::channel::v1::ListChannelsOptions::kStartIndexFieldNumber = 1
static

Definition at line 195 of file channel_types.pb.h.

◆ locale_

::google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::locale_
private

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

◆ max_results_

::google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::max_results_
private

Definition at line 284 of file channel_types.pb.h.

◆ name_

::std::string* bgs::protocol::channel::v1::ListChannelsOptions::name_
private

Definition at line 285 of file channel_types.pb.h.

◆ program_

::google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::program_
private

Definition at line 286 of file channel_types.pb.h.

◆ start_index_

::google::protobuf::uint32 bgs::protocol::channel::v1::ListChannelsOptions::start_index_
private

Definition at line 283 of file channel_types.pb.h.


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