TrinityCore
bgs::protocol::RepeatedFieldRestriction Class Reference

#include <field_options.pb.h>

+ Inheritance diagram for bgs::protocol::RepeatedFieldRestriction:

Classes

union  TypeUnion
 

Public Types

enum  TypeCase {
  kSigned = 3 , kUnsigned = 4 , kFloat = 5 , kString = 6 ,
  kEntityId = 7 , kBytes = 8 , TYPE_NOT_SET = 0
}
 

Public Member Functions

 RepeatedFieldRestriction ()
 
virtual ~RepeatedFieldRestriction ()
 
 RepeatedFieldRestriction (const RepeatedFieldRestriction &from)
 
RepeatedFieldRestrictionoperator= (const RepeatedFieldRestriction &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RepeatedFieldRestriction *other)
 
RepeatedFieldRestrictionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_size () const
 
void clear_size ()
 
const ::bgs::protocol::UnsignedIntRangesize () const
 
inline ::bgs::protocol::UnsignedIntRangemutable_size ()
 
inline ::bgs::protocol::UnsignedIntRangerelease_size ()
 
void set_allocated_size (::bgs::protocol::UnsignedIntRange *size)
 
bool has_unique () const
 
void clear_unique ()
 
bool unique () const
 
void set_unique (bool value)
 
bool has_signed_ () const
 
void clear_signed_ ()
 
const ::bgs::protocol::SignedFieldRestrictionsigned_ () const
 
inline ::bgs::protocol::SignedFieldRestrictionmutable_signed_ ()
 
inline ::bgs::protocol::SignedFieldRestrictionrelease_signed_ ()
 
void set_allocated_signed_ (::bgs::protocol::SignedFieldRestriction *signed_)
 
bool has_unsigned_ () const
 
void clear_unsigned_ ()
 
const ::bgs::protocol::UnsignedFieldRestrictionunsigned_ () const
 
inline ::bgs::protocol::UnsignedFieldRestrictionmutable_unsigned_ ()
 
inline ::bgs::protocol::UnsignedFieldRestrictionrelease_unsigned_ ()
 
void set_allocated_unsigned_ (::bgs::protocol::UnsignedFieldRestriction *unsigned_)
 
bool has_float_ () const
 
void clear_float_ ()
 
const ::bgs::protocol::FloatFieldRestrictionfloat_ () const
 
inline ::bgs::protocol::FloatFieldRestrictionmutable_float_ ()
 
inline ::bgs::protocol::FloatFieldRestrictionrelease_float_ ()
 
void set_allocated_float_ (::bgs::protocol::FloatFieldRestriction *float_)
 
bool has_string () const
 
void clear_string ()
 
const ::bgs::protocol::StringFieldRestrictionstring () const
 
inline ::bgs::protocol::StringFieldRestrictionmutable_string ()
 
inline ::bgs::protocol::StringFieldRestrictionrelease_string ()
 
void set_allocated_string (::bgs::protocol::StringFieldRestriction *string)
 
bool has_entity_id () const
 
void clear_entity_id ()
 
const ::bgs::protocol::EntityIdRestrictionentity_id () const
 
inline ::bgs::protocol::EntityIdRestrictionmutable_entity_id ()
 
inline ::bgs::protocol::EntityIdRestrictionrelease_entity_id ()
 
void set_allocated_entity_id (::bgs::protocol::EntityIdRestriction *entity_id)
 
bool has_bytes () const
 
void clear_bytes ()
 
const ::bgs::protocol::StringFieldRestrictionbytes () const
 
inline ::bgs::protocol::StringFieldRestrictionmutable_bytes ()
 
inline ::bgs::protocol::StringFieldRestrictionrelease_bytes ()
 
void set_allocated_bytes (::bgs::protocol::StringFieldRestriction *bytes)
 
TypeCase type_case () const
 

Static Public Member Functions

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

Static Public Attributes

static const int kSizeFieldNumber = 1
 
static const int kUniqueFieldNumber = 2
 
static const int kSignedFieldNumber = 3
 
static const int kUnsignedFieldNumber = 4
 
static const int kFloatFieldNumber = 5
 
static const int kStringFieldNumber = 6
 
static const int kEntityIdFieldNumber = 7
 
static const int kBytesFieldNumber = 8
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_size ()
 
void clear_has_size ()
 
void set_has_unique ()
 
void clear_has_unique ()
 
void set_has_signed_ ()
 
void set_has_unsigned_ ()
 
void set_has_float_ ()
 
void set_has_string ()
 
void set_has_entity_id ()
 
void set_has_bytes ()
 
bool has_type ()
 
void clear_type ()
 
void clear_has_type ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::UnsignedIntRangesize_
 
bool unique_
 
union bgs::protocol::RepeatedFieldRestriction::TypeUnion type_
 
::google::protobuf::uint32 _oneof_case_ [1]
 

Static Private Attributes

static RepeatedFieldRestrictiondefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ()
 

Detailed Description

Definition at line 371 of file field_options.pb.h.

Member Enumeration Documentation

◆ TypeCase

Enumerator
kSigned 
kUnsigned 
kFloat 
kString 
kEntityId 
kBytes 
TYPE_NOT_SET 

Definition at line 394 of file field_options.pb.h.

Constructor & Destructor Documentation

◆ RepeatedFieldRestriction() [1/2]

bgs::protocol::RepeatedFieldRestriction::RepeatedFieldRestriction ( )

◆ ~RepeatedFieldRestriction()

virtual bgs::protocol::RepeatedFieldRestriction::~RepeatedFieldRestriction ( )
virtual

◆ RepeatedFieldRestriction() [2/2]

bgs::protocol::RepeatedFieldRestriction::RepeatedFieldRestriction ( const RepeatedFieldRestriction from)

Member Function Documentation

◆ bytes()

const ::bgs::protocol::StringFieldRestriction & bgs::protocol::RepeatedFieldRestriction::bytes ( ) const
inline

Definition at line 1874 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clear_bytes()

void bgs::protocol::RepeatedFieldRestriction::clear_bytes ( )
inline

Definition at line 1868 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_entity_id()

void bgs::protocol::RepeatedFieldRestriction::clear_entity_id ( )
inline

Definition at line 1825 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_float_()

void bgs::protocol::RepeatedFieldRestriction::clear_float_ ( )
inline

Definition at line 1739 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_has_size()

void bgs::protocol::RepeatedFieldRestriction::clear_has_size ( )
inlineprivate

Definition at line 1588 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_type()

void bgs::protocol::RepeatedFieldRestriction::clear_has_type ( )
inlineprivate

Definition at line 1907 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_unique()

void bgs::protocol::RepeatedFieldRestriction::clear_has_unique ( )
inlineprivate

Definition at line 1629 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_signed_()

void bgs::protocol::RepeatedFieldRestriction::clear_signed_ ( )
inline

Definition at line 1653 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_size()

void bgs::protocol::RepeatedFieldRestriction::clear_size ( )
inline

Definition at line 1591 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_string()

void bgs::protocol::RepeatedFieldRestriction::clear_string ( )
inline

Definition at line 1782 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_type()

void bgs::protocol::RepeatedFieldRestriction::clear_type ( )
private
+ Here is the caller graph for this function:

◆ clear_unique()

void bgs::protocol::RepeatedFieldRestriction::clear_unique ( )
inline

Definition at line 1632 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_unsigned_()

void bgs::protocol::RepeatedFieldRestriction::clear_unsigned_ ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

static const RepeatedFieldRestriction & bgs::protocol::RepeatedFieldRestriction::default_instance ( )
static
+ Here is the caller graph for this function:

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::RepeatedFieldRestriction::descriptor ( )
static

◆ entity_id()

const ::bgs::protocol::EntityIdRestriction & bgs::protocol::RepeatedFieldRestriction::entity_id ( ) const
inline

Definition at line 1831 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ float_()

const ::bgs::protocol::FloatFieldRestriction & bgs::protocol::RepeatedFieldRestriction::float_ ( ) const
inline

Definition at line 1745 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetCachedSize()

int bgs::protocol::RepeatedFieldRestriction::GetCachedSize ( ) const
inline

Definition at line 409 of file field_options.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::RepeatedFieldRestriction::GetMetadata ( ) const

◆ has_bytes()

bool bgs::protocol::RepeatedFieldRestriction::has_bytes ( ) const
inline

Definition at line 1862 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ has_entity_id()

bool bgs::protocol::RepeatedFieldRestriction::has_entity_id ( ) const
inline

Definition at line 1819 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ has_float_()

bool bgs::protocol::RepeatedFieldRestriction::has_float_ ( ) const
inline

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ has_signed_()

bool bgs::protocol::RepeatedFieldRestriction::has_signed_ ( ) const
inline

Definition at line 1647 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ has_size()

bool bgs::protocol::RepeatedFieldRestriction::has_size ( ) const
inline

Definition at line 1582 of file field_options.pb.h.

◆ has_string()

bool bgs::protocol::RepeatedFieldRestriction::has_string ( ) const
inline

Definition at line 1776 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ has_type()

bool bgs::protocol::RepeatedFieldRestriction::has_type ( )
inlineprivate

Definition at line 1904 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ has_unique()

bool bgs::protocol::RepeatedFieldRestriction::has_unique ( ) const
inline

Definition at line 1623 of file field_options.pb.h.

◆ has_unsigned_()

bool bgs::protocol::RepeatedFieldRestriction::has_unsigned_ ( ) const
inline

Definition at line 1690 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ InitAsDefaultInstance()

void bgs::protocol::RepeatedFieldRestriction::InitAsDefaultInstance ( )
private

◆ mutable_bytes()

bgs::protocol::StringFieldRestriction * bgs::protocol::RepeatedFieldRestriction::mutable_bytes ( )
inline

Definition at line 1878 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ mutable_entity_id()

bgs::protocol::EntityIdRestriction * bgs::protocol::RepeatedFieldRestriction::mutable_entity_id ( )
inline

Definition at line 1835 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ mutable_float_()

bgs::protocol::FloatFieldRestriction * bgs::protocol::RepeatedFieldRestriction::mutable_float_ ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_signed_()

bgs::protocol::SignedFieldRestriction * bgs::protocol::RepeatedFieldRestriction::mutable_signed_ ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_size()

bgs::protocol::UnsignedIntRange * bgs::protocol::RepeatedFieldRestriction::mutable_size ( )
inline

Definition at line 1599 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ mutable_string()

bgs::protocol::StringFieldRestriction * bgs::protocol::RepeatedFieldRestriction::mutable_string ( )
inline

Definition at line 1792 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::RepeatedFieldRestriction::mutable_unknown_fields ( )
inline

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

◆ mutable_unsigned_()

bgs::protocol::UnsignedFieldRestriction * bgs::protocol::RepeatedFieldRestriction::mutable_unsigned_ ( )
inline

Definition at line 1706 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ New()

RepeatedFieldRestriction * bgs::protocol::RepeatedFieldRestriction::New ( ) const

◆ operator=()

RepeatedFieldRestriction & bgs::protocol::RepeatedFieldRestriction::operator= ( const RepeatedFieldRestriction from)
inline

Definition at line 378 of file field_options.pb.h.

◆ release_bytes()

bgs::protocol::StringFieldRestriction * bgs::protocol::RepeatedFieldRestriction::release_bytes ( )
inline

Definition at line 1886 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ release_entity_id()

bgs::protocol::EntityIdRestriction * bgs::protocol::RepeatedFieldRestriction::release_entity_id ( )
inline

Definition at line 1843 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ release_float_()

bgs::protocol::FloatFieldRestriction * bgs::protocol::RepeatedFieldRestriction::release_float_ ( )
inline

Definition at line 1757 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ release_signed_()

bgs::protocol::SignedFieldRestriction * bgs::protocol::RepeatedFieldRestriction::release_signed_ ( )
inline

Definition at line 1671 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ release_size()

bgs::protocol::UnsignedIntRange * bgs::protocol::RepeatedFieldRestriction::release_size ( )
inline

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

+ Here is the call graph for this function:

◆ release_string()

bgs::protocol::StringFieldRestriction * bgs::protocol::RepeatedFieldRestriction::release_string ( )
inline

Definition at line 1800 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ release_unsigned_()

bgs::protocol::UnsignedFieldRestriction * bgs::protocol::RepeatedFieldRestriction::release_unsigned_ ( )
inline

Definition at line 1714 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_bytes()

void bgs::protocol::RepeatedFieldRestriction::set_allocated_bytes ( ::bgs::protocol::StringFieldRestriction bytes)
inline

Definition at line 1896 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_entity_id()

void bgs::protocol::RepeatedFieldRestriction::set_allocated_entity_id ( ::bgs::protocol::EntityIdRestriction entity_id)
inline

Definition at line 1853 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_float_()

void bgs::protocol::RepeatedFieldRestriction::set_allocated_float_ ( ::bgs::protocol::FloatFieldRestriction float_)
inline

Definition at line 1767 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_signed_()

void bgs::protocol::RepeatedFieldRestriction::set_allocated_signed_ ( ::bgs::protocol::SignedFieldRestriction signed_)
inline

Definition at line 1681 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_size()

void bgs::protocol::RepeatedFieldRestriction::set_allocated_size ( ::bgs::protocol::UnsignedIntRange size)
inline

Definition at line 1611 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_string()

void bgs::protocol::RepeatedFieldRestriction::set_allocated_string ( ::bgs::protocol::StringFieldRestriction string)
inline

Definition at line 1810 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_unsigned_()

void bgs::protocol::RepeatedFieldRestriction::set_allocated_unsigned_ ( ::bgs::protocol::UnsignedFieldRestriction unsigned_)
inline

Definition at line 1724 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_has_bytes()

void bgs::protocol::RepeatedFieldRestriction::set_has_bytes ( )
inlineprivate

Definition at line 1865 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_entity_id()

void bgs::protocol::RepeatedFieldRestriction::set_has_entity_id ( )
inlineprivate

Definition at line 1822 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_float_()

void bgs::protocol::RepeatedFieldRestriction::set_has_float_ ( )
inlineprivate

Definition at line 1736 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_signed_()

void bgs::protocol::RepeatedFieldRestriction::set_has_signed_ ( )
inlineprivate

Definition at line 1650 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_size()

void bgs::protocol::RepeatedFieldRestriction::set_has_size ( )
inlineprivate

Definition at line 1585 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_string()

void bgs::protocol::RepeatedFieldRestriction::set_has_string ( )
inlineprivate

Definition at line 1779 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_unique()

void bgs::protocol::RepeatedFieldRestriction::set_has_unique ( )
inlineprivate

Definition at line 1626 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_unsigned_()

void bgs::protocol::RepeatedFieldRestriction::set_has_unsigned_ ( )
inlineprivate

Definition at line 1693 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_unique()

void bgs::protocol::RepeatedFieldRestriction::set_unique ( bool  value)
inline

Definition at line 1640 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::RepeatedFieldRestriction::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::RepeatedFieldRestriction::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::RepeatedFieldRestriction::SharedDtor ( )
private

◆ signed_()

const ::bgs::protocol::SignedFieldRestriction & bgs::protocol::RepeatedFieldRestriction::signed_ ( ) const
inline

Definition at line 1659 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ size()

const ::bgs::protocol::UnsignedIntRange & bgs::protocol::RepeatedFieldRestriction::size ( ) const
inline

Definition at line 1595 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ string()

const ::bgs::protocol::StringFieldRestriction & bgs::protocol::RepeatedFieldRestriction::string ( ) const
inline

Definition at line 1788 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Swap()

void bgs::protocol::RepeatedFieldRestriction::Swap ( RepeatedFieldRestriction other)

◆ type_case()

RepeatedFieldRestriction::TypeCase bgs::protocol::RepeatedFieldRestriction::type_case ( ) const
inline

Definition at line 1910 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ unique()

bool bgs::protocol::RepeatedFieldRestriction::unique ( ) const
inline

Definition at line 1636 of file field_options.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::RepeatedFieldRestriction::unknown_fields ( ) const
inline

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

◆ unsigned_()

const ::bgs::protocol::UnsignedFieldRestriction & bgs::protocol::RepeatedFieldRestriction::unsigned_ ( ) const
inline

Definition at line 1702 of file field_options.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

◆ protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto

void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

◆ protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto

void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::RepeatedFieldRestriction::_cached_size_
mutableprivate

Definition at line 512 of file field_options.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::RepeatedFieldRestriction::_has_bits_[1]
private

Definition at line 511 of file field_options.pb.h.

◆ _oneof_case_

::google::protobuf::uint32 bgs::protocol::RepeatedFieldRestriction::_oneof_case_[1]
private

Definition at line 523 of file field_options.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::RepeatedFieldRestriction::_unknown_fields_
private

Definition at line 509 of file field_options.pb.h.

◆ default_instance_

RepeatedFieldRestriction* bgs::protocol::RepeatedFieldRestriction::default_instance_
staticprivate

Definition at line 530 of file field_options.pb.h.

◆ kBytesFieldNumber

const int bgs::protocol::RepeatedFieldRestriction::kBytesFieldNumber = 8
static

Definition at line 485 of file field_options.pb.h.

◆ kEntityIdFieldNumber

const int bgs::protocol::RepeatedFieldRestriction::kEntityIdFieldNumber = 7
static

Definition at line 476 of file field_options.pb.h.

◆ kFloatFieldNumber

const int bgs::protocol::RepeatedFieldRestriction::kFloatFieldNumber = 5
static

Definition at line 458 of file field_options.pb.h.

◆ kSignedFieldNumber

const int bgs::protocol::RepeatedFieldRestriction::kSignedFieldNumber = 3
static

Definition at line 440 of file field_options.pb.h.

◆ kSizeFieldNumber

const int bgs::protocol::RepeatedFieldRestriction::kSizeFieldNumber = 1
static

Definition at line 424 of file field_options.pb.h.

◆ kStringFieldNumber

const int bgs::protocol::RepeatedFieldRestriction::kStringFieldNumber = 6
static

Definition at line 467 of file field_options.pb.h.

◆ kUniqueFieldNumber

const int bgs::protocol::RepeatedFieldRestriction::kUniqueFieldNumber = 2
static

Definition at line 433 of file field_options.pb.h.

◆ kUnsignedFieldNumber

const int bgs::protocol::RepeatedFieldRestriction::kUnsignedFieldNumber = 4
static

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

◆ size_

::bgs::protocol::UnsignedIntRange* bgs::protocol::RepeatedFieldRestriction::size_
private

Definition at line 513 of file field_options.pb.h.

◆ type_

union bgs::protocol::RepeatedFieldRestriction::TypeUnion bgs::protocol::RepeatedFieldRestriction::type_
private

◆ unique_

bool bgs::protocol::RepeatedFieldRestriction::unique_
private

Definition at line 514 of file field_options.pb.h.


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