Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
ServiceOptions Class Reference

#include <descriptor.pb.h>

Inheritance diagram for ServiceOptions:
Inheritance graph
[legend]

Public Types

enum  : int { kUninterpretedOptionFieldNumber = 999, kDeprecatedFieldNumber = 33 }
 

Public Member Functions

PROTOBUF_NAMESPACE_ID::UninterpretedOption * add_uninterpreted_option ()
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_deprecated ()
 
void clear_uninterpreted_option ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const ServiceOptions &from)
 
bool deprecated () const
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena () const final
 
int GetCachedSize () const final
 
voidGetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_deprecated () const
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ServiceOptions &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > * mutable_uninterpreted_option ()
 
PROTOBUF_NAMESPACE_ID::UninterpretedOption * mutable_uninterpreted_option (int index)
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
ServiceOptionsNew () const final
 
ServiceOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
ServiceOptionsoperator= (const ServiceOptions &from)
 
ServiceOptionsoperator= (ServiceOptions &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
 ServiceOptions ()
 
 ServiceOptions (const ServiceOptions &from)
 
 ServiceOptions (ServiceOptions &&from) noexcept
 
void set_deprecated (bool value)
 
void Swap (ServiceOptions *other)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > & uninterpreted_option () const
 
const PROTOBUF_NAMESPACE_ID::UninterpretedOption & uninterpreted_option (int index) const
 
int uninterpreted_option_size () const
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
void UnsafeArenaSwap (ServiceOptions *other)
 
virtual ~ServiceOptions ()
 

Static Public Member Functions

static const ServiceOptionsdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const ServiceOptionsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 ServiceOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (ServiceOptions *other)
 
voidMaybeArenaPtr () const
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedDtor ()
 

Static Private Member Functions

static void ArenaDtor (void *object)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 

Private Attributes

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 
::PROTOBUF_NAMESPACE_ID::internal::ExtensionSet _extensions_
 
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
 
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
 
bool deprecated_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > uninterpreted_option_
 

Friends

template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto
 
void swap (ServiceOptions &a, ServiceOptions &b)
 

Detailed Description

Definition at line 4879 of file descriptor.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 5049 of file descriptor.pb.h.

◆ InternalArenaConstructable_

Definition at line 5048 of file descriptor.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kUninterpretedOptionFieldNumber 
kDeprecatedFieldNumber 

Definition at line 5018 of file descriptor.pb.h.

Constructor & Destructor Documentation

◆ ServiceOptions() [1/4]

ServiceOptions::ServiceOptions ( )

Definition at line 11929 of file descriptor.pb.cc.

◆ ~ServiceOptions()

ServiceOptions::~ServiceOptions ( )
virtual

Definition at line 11959 of file descriptor.pb.cc.

◆ ServiceOptions() [2/4]

ServiceOptions::ServiceOptions ( const ServiceOptions from)

Definition at line 11943 of file descriptor.pb.cc.

◆ ServiceOptions() [3/4]

ServiceOptions::ServiceOptions ( ServiceOptions &&  from)
inlinenoexcept

Definition at line 4886 of file descriptor.pb.h.

◆ ServiceOptions() [4/4]

ServiceOptions::ServiceOptions ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

Definition at line 11934 of file descriptor.pb.cc.

Member Function Documentation

◆ add_uninterpreted_option()

PROTOBUF_NAMESPACE_ID::UninterpretedOption * ServiceOptions::add_uninterpreted_option ( )
inline

Definition at line 10896 of file descriptor.pb.h.

◆ ArenaDtor()

void ServiceOptions::ArenaDtor ( void object)
staticprivate

Definition at line 11968 of file descriptor.pb.cc.

◆ ByteSizeLong()

size_t ServiceOptions::ByteSizeLong ( ) const
final

Definition at line 12177 of file descriptor.pb.cc.

◆ Clear()

void ServiceOptions::Clear ( )
final

Definition at line 11983 of file descriptor.pb.cc.

◆ clear_deprecated()

void ServiceOptions::clear_deprecated ( )
inline

Definition at line 10862 of file descriptor.pb.h.

◆ clear_uninterpreted_option()

void ServiceOptions::clear_uninterpreted_option ( )
inline

Definition at line 10880 of file descriptor.pb.h.

◆ CopyFrom() [1/2]

void ServiceOptions::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 12243 of file descriptor.pb.cc.

◆ CopyFrom() [2/2]

void ServiceOptions::CopyFrom ( const ServiceOptions from)

Definition at line 12250 of file descriptor.pb.cc.

◆ default_instance()

const ServiceOptions & ServiceOptions::default_instance ( )
static

Definition at line 11977 of file descriptor.pb.cc.

◆ deprecated()

bool ServiceOptions::deprecated ( ) const
inline

Definition at line 10866 of file descriptor.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* ServiceOptions::descriptor ( )
inlinestatic

Definition at line 4917 of file descriptor.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece ServiceOptions::FullMessageName ( )
inlinestaticprivate

Definition at line 4988 of file descriptor.pb.h.

◆ GetArena()

inline ::PROTOBUF_NAMESPACE_ID::Arena* ServiceOptions::GetArena ( ) const
inlinefinal

Definition at line 4911 of file descriptor.pb.h.

◆ GetArenaNoVirtual()

inline ::PROTOBUF_NAMESPACE_ID::Arena* ServiceOptions::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 4997 of file descriptor.pb.h.

◆ GetCachedSize()

int ServiceOptions::GetCachedSize ( ) const
inlinefinal

Definition at line 4980 of file descriptor.pb.h.

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* ServiceOptions::GetDescriptor ( )
inlinestatic

Definition at line 4920 of file descriptor.pb.h.

◆ GetMaybeArenaPointer()

void* ServiceOptions::GetMaybeArenaPointer ( ) const
inlinefinal

Definition at line 4914 of file descriptor.pb.h.

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata ServiceOptions::GetMetadata ( ) const
final

Definition at line 12275 of file descriptor.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata ServiceOptions::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 5007 of file descriptor.pb.h.

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* ServiceOptions::GetReflection ( )
inlinestatic

Definition at line 4923 of file descriptor.pb.h.

◆ has_deprecated()

bool ServiceOptions::has_deprecated ( ) const
inline

Definition at line 10859 of file descriptor.pb.h.

◆ InitAsDefaultInstance()

void ServiceOptions::InitAsDefaultInstance ( )
static

Definition at line 11919 of file descriptor.pb.cc.

◆ internal_default_instance()

static const ServiceOptions* ServiceOptions::internal_default_instance ( )
inlinestatic

Definition at line 4929 of file descriptor.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * ServiceOptions::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target) const
final

Definition at line 12145 of file descriptor.pb.cc.

◆ InternalSwap()

void ServiceOptions::InternalSwap ( ServiceOptions other)
private

Definition at line 12266 of file descriptor.pb.cc.

◆ IsInitialized()

bool ServiceOptions::IsInitialized ( ) const
final

Definition at line 12257 of file descriptor.pb.cc.

◆ MaybeArenaPtr()

void* ServiceOptions::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 5000 of file descriptor.pb.h.

◆ MergeFrom() [1/2]

void ServiceOptions::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 12214 of file descriptor.pb.cc.

◆ MergeFrom() [2/2]

void ServiceOptions::MergeFrom ( const ServiceOptions from)

Definition at line 12229 of file descriptor.pb.cc.

◆ MergePartialFromCodedStream()

bool ServiceOptions::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

Definition at line 12053 of file descriptor.pb.cc.

◆ mutable_uninterpreted_option() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > * ServiceOptions::mutable_uninterpreted_option ( )
inline

Definition at line 10888 of file descriptor.pb.h.

◆ mutable_uninterpreted_option() [2/2]

PROTOBUF_NAMESPACE_ID::UninterpretedOption * ServiceOptions::mutable_uninterpreted_option ( int  index)
inline

Definition at line 10883 of file descriptor.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* ServiceOptions::mutable_unknown_fields ( )
inline

Definition at line 4907 of file descriptor.pb.h.

◆ New() [1/2]

ServiceOptions* ServiceOptions::New ( ) const
inlinefinal

Definition at line 4955 of file descriptor.pb.h.

◆ New() [2/2]

ServiceOptions* ServiceOptions::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 4959 of file descriptor.pb.h.

◆ operator=() [1/2]

ServiceOptions& ServiceOptions::operator= ( const ServiceOptions from)
inline

Definition at line 4891 of file descriptor.pb.h.

◆ operator=() [2/2]

ServiceOptions& ServiceOptions::operator= ( ServiceOptions &&  from)
inlinenoexcept

Definition at line 4895 of file descriptor.pb.h.

◆ RegisterArenaDtor()

void ServiceOptions::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate

Definition at line 11972 of file descriptor.pb.cc.

◆ SerializeWithCachedSizes()

void ServiceOptions::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

Definition at line 12114 of file descriptor.pb.cc.

◆ set_deprecated()

void ServiceOptions::set_deprecated ( bool  value)
inline

Definition at line 10870 of file descriptor.pb.h.

◆ SetCachedSize()

void ServiceOptions::SetCachedSize ( int  size) const
finalprivate

Definition at line 11974 of file descriptor.pb.cc.

◆ SharedCtor()

void ServiceOptions::SharedCtor ( )
inlineprivate

Definition at line 11954 of file descriptor.pb.cc.

◆ SharedDtor()

void ServiceOptions::SharedDtor ( )
inlineprivate

Definition at line 11964 of file descriptor.pb.cc.

◆ Swap()

void ServiceOptions::Swap ( ServiceOptions other)
inline

Definition at line 4939 of file descriptor.pb.h.

◆ uninterpreted_option() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > & ServiceOptions::uninterpreted_option ( ) const
inline

Definition at line 10901 of file descriptor.pb.h.

◆ uninterpreted_option() [2/2]

const PROTOBUF_NAMESPACE_ID::UninterpretedOption & ServiceOptions::uninterpreted_option ( int  index) const
inline

Definition at line 10892 of file descriptor.pb.h.

◆ uninterpreted_option_size()

int ServiceOptions::uninterpreted_option_size ( ) const
inline

Definition at line 10877 of file descriptor.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& ServiceOptions::unknown_fields ( ) const
inline

Definition at line 4904 of file descriptor.pb.h.

◆ UnsafeArenaSwap()

void ServiceOptions::UnsafeArenaSwap ( ServiceOptions other)
inline

Definition at line 4947 of file descriptor.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 5047 of file descriptor.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 4987 of file descriptor.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto

Definition at line 5054 of file descriptor.pb.h.

◆ swap

void swap ( ServiceOptions a,
ServiceOptions b 
)
friend

Definition at line 4936 of file descriptor.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize ServiceOptions::_cached_size_
private

Definition at line 5051 of file descriptor.pb.h.

◆ _extensions_

::PROTOBUF_NAMESPACE_ID::internal::ExtensionSet ServiceOptions::_extensions_
private

Definition at line 5042 of file descriptor.pb.h.

◆ _has_bits_

::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> ServiceOptions::_has_bits_
private

Definition at line 5050 of file descriptor.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena ServiceOptions::_internal_metadata_
private

Definition at line 5046 of file descriptor.pb.h.

◆ deprecated_

bool ServiceOptions::deprecated_
private

Definition at line 5053 of file descriptor.pb.h.

◆ kIndexInFileMessages

constexpr int ServiceOptions::kIndexInFileMessages
staticconstexpr
Initial value:
=
19

Definition at line 4933 of file descriptor.pb.h.

◆ uninterpreted_option_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > ServiceOptions::uninterpreted_option_
private

Definition at line 5052 of file descriptor.pb.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06