TrinityCore
bgs::protocol::club::v1::GetTicketsResponse Class Reference

#include <club_request.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::GetTicketsResponse:

Public Member Functions

 GetTicketsResponse ()
 
virtual ~GetTicketsResponse ()
 
 GetTicketsResponse (const GetTicketsResponse &from)
 
GetTicketsResponseoperator= (const GetTicketsResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetTicketsResponse *other)
 
GetTicketsResponseNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int ticket_size () const
 
void clear_ticket ()
 
const ::bgs::protocol::club::v1::ClubTicketticket (int index) const
 
inline ::bgs::protocol::club::v1::ClubTicketmutable_ticket (int index)
 
inline ::bgs::protocol::club::v1::ClubTicketadd_ticket ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket > & ticket () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket > * mutable_ticket ()
 
bool has_continuation () const
 
void clear_continuation ()
 
inline ::google::protobuf::uint64 continuation () const
 
void set_continuation (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kTicketFieldNumber = 1
 
static const int kContinuationFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_continuation ()
 
void clear_has_continuation ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicketticket_
 
::google::protobuf::uint64 continuation_
 

Static Private Attributes

static GetTicketsResponsedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto ()
 
void protobuf_AssignDesc_club_5frequest_2eproto ()
 
void protobuf_ShutdownFile_club_5frequest_2eproto ()
 

Detailed Description

Definition at line 3917 of file club_request.pb.h.

Constructor & Destructor Documentation

◆ GetTicketsResponse() [1/2]

bgs::protocol::club::v1::GetTicketsResponse::GetTicketsResponse ( )

◆ ~GetTicketsResponse()

virtual bgs::protocol::club::v1::GetTicketsResponse::~GetTicketsResponse ( )
virtual

◆ GetTicketsResponse() [2/2]

bgs::protocol::club::v1::GetTicketsResponse::GetTicketsResponse ( const GetTicketsResponse from)

Member Function Documentation

◆ add_ticket()

bgs::protocol::club::v1::ClubTicket * bgs::protocol::club::v1::GetTicketsResponse::add_ticket ( )
inline

Definition at line 11302 of file club_request.pb.h.

◆ clear_continuation()

void bgs::protocol::club::v1::GetTicketsResponse::clear_continuation ( )
inline

Definition at line 11327 of file club_request.pb.h.

◆ clear_has_continuation()

void bgs::protocol::club::v1::GetTicketsResponse::clear_has_continuation ( )
inlineprivate

Definition at line 11324 of file club_request.pb.h.

◆ clear_ticket()

void bgs::protocol::club::v1::GetTicketsResponse::clear_ticket ( )
inline

Definition at line 11291 of file club_request.pb.h.

◆ continuation()

google::protobuf::uint64 bgs::protocol::club::v1::GetTicketsResponse::continuation ( ) const
inline

Definition at line 11331 of file club_request.pb.h.

◆ default_instance()

static const GetTicketsResponse & bgs::protocol::club::v1::GetTicketsResponse::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::club::v1::GetTicketsResponse::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::club::v1::GetTicketsResponse::GetCachedSize ( ) const
inline

Definition at line 3945 of file club_request.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::club::v1::GetTicketsResponse::GetMetadata ( ) const

◆ has_continuation()

bool bgs::protocol::club::v1::GetTicketsResponse::has_continuation ( ) const
inline

Definition at line 11318 of file club_request.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::GetTicketsResponse::InitAsDefaultInstance ( )
private

◆ mutable_ticket() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::ClubTicket > * bgs::protocol::club::v1::GetTicketsResponse::mutable_ticket ( )
inline

Definition at line 11312 of file club_request.pb.h.

◆ mutable_ticket() [2/2]

bgs::protocol::club::v1::ClubTicket * bgs::protocol::club::v1::GetTicketsResponse::mutable_ticket ( int  index)
inline

Definition at line 11298 of file club_request.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::club::v1::GetTicketsResponse::mutable_unknown_fields ( )
inline

Definition at line 3933 of file club_request.pb.h.

◆ New()

GetTicketsResponse * bgs::protocol::club::v1::GetTicketsResponse::New ( ) const

◆ operator=()

GetTicketsResponse & bgs::protocol::club::v1::GetTicketsResponse::operator= ( const GetTicketsResponse from)
inline

Definition at line 3924 of file club_request.pb.h.

◆ set_continuation()

void bgs::protocol::club::v1::GetTicketsResponse::set_continuation ( ::google::protobuf::uint64  value)
inline

Definition at line 11335 of file club_request.pb.h.

◆ set_has_continuation()

void bgs::protocol::club::v1::GetTicketsResponse::set_has_continuation ( )
inlineprivate

Definition at line 11321 of file club_request.pb.h.

◆ SetCachedSize()

void bgs::protocol::club::v1::GetTicketsResponse::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::club::v1::GetTicketsResponse::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::GetTicketsResponse::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::club::v1::GetTicketsResponse::Swap ( GetTicketsResponse other)

◆ ticket() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::ClubTicket > & bgs::protocol::club::v1::GetTicketsResponse::ticket ( ) const
inline

Definition at line 11307 of file club_request.pb.h.

◆ ticket() [2/2]

const ::bgs::protocol::club::v1::ClubTicket & bgs::protocol::club::v1::GetTicketsResponse::ticket ( int  index) const
inline

Definition at line 11294 of file club_request.pb.h.

◆ ticket_size()

int bgs::protocol::club::v1::GetTicketsResponse::ticket_size ( ) const
inline

Definition at line 11288 of file club_request.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::club::v1::GetTicketsResponse::unknown_fields ( ) const
inline

Definition at line 3929 of file club_request.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5frequest_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5frequest_2eproto

void protobuf_AssignDesc_club_5frequest_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5frequest_2eproto

void protobuf_ShutdownFile_club_5frequest_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::GetTicketsResponse::_cached_size_
mutableprivate

Definition at line 3984 of file club_request.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::club::v1::GetTicketsResponse::_has_bits_[1]
private

Definition at line 3983 of file club_request.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::GetTicketsResponse::_unknown_fields_
private

Definition at line 3981 of file club_request.pb.h.

◆ continuation_

::google::protobuf::uint64 bgs::protocol::club::v1::GetTicketsResponse::continuation_
private

Definition at line 3986 of file club_request.pb.h.

◆ default_instance_

GetTicketsResponse* bgs::protocol::club::v1::GetTicketsResponse::default_instance_
staticprivate

Definition at line 3992 of file club_request.pb.h.

◆ kContinuationFieldNumber

const int bgs::protocol::club::v1::GetTicketsResponse::kContinuationFieldNumber = 2
static

Definition at line 3972 of file club_request.pb.h.

◆ kTicketFieldNumber

const int bgs::protocol::club::v1::GetTicketsResponse::kTicketFieldNumber = 1
static

Definition at line 3960 of file club_request.pb.h.

◆ ticket_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket > bgs::protocol::club::v1::GetTicketsResponse::ticket_
private

Definition at line 3985 of file club_request.pb.h.


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