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
MethodOptions Class Reference

#include <descriptor.pb.h>

Inheritance diagram for MethodOptions:
Inheritance graph
[legend]

Public Types

enum  : int { kUninterpretedOptionFieldNumber = 999, kDeprecatedFieldNumber = 33, kIdempotencyLevelFieldNumber = 34 }
 
enum  : int { kUninterpretedOptionFieldNumber = 999, kDeprecatedFieldNumber = 33, kIdempotencyLevelFieldNumber = 34 }
 
typedef MethodOptions_IdempotencyLevel IdempotencyLevel
 
typedef MethodOptions_IdempotencyLevel IdempotencyLevel
 

Public Member Functions

const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t_InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
PROTOBUF_NAMESPACE_ID::UninterpretedOption * add_uninterpreted_option ()
 
::PROTOBUF_NAMESPACE_ID::UninterpretedOption * add_uninterpreted_option ()
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Repeated::ConstType value)
 
size_t ByteSizeLong () const final
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_deprecated ()
 
void clear_deprecated ()
 
void clear_idempotency_level ()
 
void clear_idempotency_level ()
 
void clear_uninterpreted_option ()
 
void clear_uninterpreted_option ()
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void ClearExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id)
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const MethodOptions &from)
 
void CopyFrom (const MethodOptions &from)
 
bool deprecated () const
 
bool deprecated () const
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
int ExtensionSize (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id) const
 
inline ::PROTOBUF_NAMESPACE_ID::ArenaGetArena () const final
 
int GetCachedSize () const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::ConstType GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id) const
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::ConstType GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id, int index) const
 
void * GetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
const _proto_TypeTraits::Repeated::RepeatedFieldType & GetRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id) const
 
bool has_deprecated () const
 
bool has_deprecated () const
 
bool has_idempotency_level () const
 
bool has_idempotency_level () const
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
bool HasExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id) const
 
PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel idempotency_level () const
 
::PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel idempotency_level () const
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
bool IsInitialized () const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const MethodOptions &from)
 
void MergeFrom (const MethodOptions &from)
 
 MethodOptions ()
 
 MethodOptions ()
 
constexpr MethodOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 MethodOptions (const MethodOptions &from)
 
 MethodOptions (const MethodOptions &from)
 
 MethodOptions (MethodOptions &&from) noexcept
 
 MethodOptions (MethodOptions &&from) noexcept
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > * mutable_uninterpreted_option ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::UninterpretedOption > * mutable_uninterpreted_option ()
 
PROTOBUF_NAMESPACE_ID::UninterpretedOption * mutable_uninterpreted_option (int index)
 
::PROTOBUF_NAMESPACE_ID::UninterpretedOption * mutable_uninterpreted_option (int index)
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id, int index)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::RepeatedFieldType * MutableRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id)
 
MethodOptionsNew () const final
 
MethodOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
MethodOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
MethodOptionsoperator= (const MethodOptions &from)
 
MethodOptionsoperator= (const MethodOptions &from)
 
MethodOptionsoperator= (MethodOptions &&from) noexcept
 
MethodOptionsoperator= (MethodOptions &&from) noexcept
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
PROTOBUF_NODISCARD _proto_TypeTraits::Singular::MutableType ReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id)
 
void set_deprecated (bool value)
 
void set_deprecated (bool value)
 
void set_idempotency_level (::PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel value)
 
void set_idempotency_level (PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void SetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id, int index, typename _proto_TypeTraits::Repeated::ConstType value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::ConstType value)
 
void Swap (MethodOptions *other)
 
void Swap (MethodOptions *other)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > & uninterpreted_option () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::UninterpretedOption > & uninterpreted_option () const
 
const PROTOBUF_NAMESPACE_ID::UninterpretedOption & uninterpreted_option (int index) const
 
const ::PROTOBUF_NAMESPACE_ID::UninterpretedOption & uninterpreted_option (int index) const
 
int uninterpreted_option_size () const
 
int uninterpreted_option_size () const
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType UnsafeArenaReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void UnsafeArenaSetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value)
 
void UnsafeArenaSwap (MethodOptions *other)
 
void UnsafeArenaSwap (MethodOptions *other)
 
virtual ~MethodOptions ()
 
 ~MethodOptions () override
 

Static Public Member Functions

static const MethodOptionsdefault_instance ()
 
static const MethodOptionsdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptorIdempotencyLevel_descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptorIdempotencyLevel_descriptor ()
 
static bool IdempotencyLevel_IsValid (int value)
 
static bool IdempotencyLevel_IsValid (int value)
 
template<typename T >
static const std::string & IdempotencyLevel_Name (T enum_t_value)
 
template<typename T >
static const std::string & IdempotencyLevel_Name (T enum_t_value)
 
static bool IdempotencyLevel_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, IdempotencyLevel *value)
 
static bool IdempotencyLevel_Parse (const std::string &name, IdempotencyLevel *value)
 
static void InitAsDefaultInstance ()
 
static const MethodOptionsinternal_default_instance ()
 
static const MethodOptionsinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr IdempotencyLevel IDEMPOTENCY_UNKNOWN
 
static constexpr int IdempotencyLevel_ARRAYSIZE
 
static constexpr IdempotencyLevel IdempotencyLevel_MAX
 
static constexpr IdempotencyLevel IdempotencyLevel_MIN
 
static constexpr IdempotencyLevel IDEMPOTENT
 
static constexpr int kIndexInFileMessages
 
static constexpr IdempotencyLevel NO_SIDE_EFFECTS
 

Protected Member Functions

 MethodOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 MethodOptions (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Private Types

typedef void DestructorSkippable_
 
typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

PROTOBUF_NAMESPACE_ID::UninterpretedOption * _internal_add_uninterpreted_option ()
 
::PROTOBUF_NAMESPACE_ID::UninterpretedOption * _internal_add_uninterpreted_option ()
 
bool _internal_deprecated () const
 
bool _internal_deprecated () const
 
bool _internal_has_deprecated () const
 
bool _internal_has_deprecated () const
 
bool _internal_has_idempotency_level () const
 
bool _internal_has_idempotency_level () const
 
PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel _internal_idempotency_level () const
 
::PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel _internal_idempotency_level () const
 
void _internal_set_deprecated (bool value)
 
void _internal_set_deprecated (bool value)
 
void _internal_set_idempotency_level (::PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel value)
 
void _internal_set_idempotency_level (PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel value)
 
const PROTOBUF_NAMESPACE_ID::UninterpretedOption & _internal_uninterpreted_option (int index) const
 
const ::PROTOBUF_NAMESPACE_ID::UninterpretedOption & _internal_uninterpreted_option (int index) const
 
int _internal_uninterpreted_option_size () const
 
int _internal_uninterpreted_option_size () const
 
inline ::PROTOBUF_NAMESPACE_ID::ArenaGetArenaNoVirtual () const
 
void InternalSwap (MethodOptions *other)
 
void InternalSwap (MethodOptions *other)
 
void * MaybeArenaPtr () const
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void SetCachedSize (int size) const final
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedCtor ()
 
void SharedDtor ()
 
void SharedDtor ()
 

Static Private Member Functions

static void ArenaDtor (void *object)
 
static void ArenaDtor (void *object)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 
static void MergeImpl (::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
 

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_
 
int idempotency_level_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption > uninterpreted_option_
 
::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 (MethodOptions &a, MethodOptions &b)
 
void swap (MethodOptions &a, MethodOptions &b)
 

Detailed Description

Definition at line 5659 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_ [1/2]

◆ DestructorSkippable_ [2/2]

◆ IdempotencyLevel [1/2]

◆ IdempotencyLevel [2/2]

◆ InternalArenaConstructable_ [1/2]

◆ InternalArenaConstructable_ [2/2]

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kUninterpretedOptionFieldNumber 
kDeprecatedFieldNumber 
kIdempotencyLevelFieldNumber 

Definition at line 5823 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kUninterpretedOptionFieldNumber 
kDeprecatedFieldNumber 
kIdempotencyLevelFieldNumber 

Definition at line 6956 of file protobuf/src/google/protobuf/descriptor.pb.h.

Constructor & Destructor Documentation

◆ MethodOptions() [1/9]

MethodOptions::MethodOptions ( )

◆ ~MethodOptions() [1/2]

MethodOptions::~MethodOptions ( )
virtual

◆ MethodOptions() [2/9]

MethodOptions::MethodOptions ( const MethodOptions from)

◆ MethodOptions() [3/9]

MethodOptions::MethodOptions ( MethodOptions &&  from)
inlinenoexcept

◆ MethodOptions() [4/9]

MethodOptions::MethodOptions ( ::PROTOBUF_NAMESPACE_ID::Arena arena)
explicitprotected

◆ MethodOptions() [5/9]

MethodOptions::MethodOptions ( )
inline

◆ ~MethodOptions() [2/2]

MethodOptions::~MethodOptions ( )
override

◆ MethodOptions() [6/9]

constexpr MethodOptions::MethodOptions ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ MethodOptions() [7/9]

MethodOptions::MethodOptions ( const MethodOptions from)

◆ MethodOptions() [8/9]

MethodOptions::MethodOptions ( MethodOptions &&  from)
inlinenoexcept

◆ MethodOptions() [9/9]

MethodOptions::MethodOptions ( ::PROTOBUF_NAMESPACE_ID::Arena arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _internal_add_uninterpreted_option() [1/2]

PROTOBUF_NAMESPACE_ID::UninterpretedOption * MethodOptions::_internal_add_uninterpreted_option ( )
inlineprivate

◆ _internal_add_uninterpreted_option() [2/2]

::PROTOBUF_NAMESPACE_ID::UninterpretedOption* MethodOptions::_internal_add_uninterpreted_option ( )
private

◆ _internal_deprecated() [1/2]

bool MethodOptions::_internal_deprecated ( ) const
inlineprivate

◆ _internal_deprecated() [2/2]

bool MethodOptions::_internal_deprecated ( ) const
private

◆ _internal_has_deprecated() [1/2]

bool MethodOptions::_internal_has_deprecated ( ) const
inlineprivate

◆ _internal_has_deprecated() [2/2]

bool MethodOptions::_internal_has_deprecated ( ) const
private

◆ _internal_has_idempotency_level() [1/2]

bool MethodOptions::_internal_has_idempotency_level ( ) const
inlineprivate

◆ _internal_has_idempotency_level() [2/2]

bool MethodOptions::_internal_has_idempotency_level ( ) const
private

◆ _internal_idempotency_level() [1/2]

PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel MethodOptions::_internal_idempotency_level ( ) const
inlineprivate

◆ _internal_idempotency_level() [2/2]

::PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel MethodOptions::_internal_idempotency_level ( ) const
private

◆ _internal_set_deprecated() [1/2]

void MethodOptions::_internal_set_deprecated ( bool  value)
inlineprivate

◆ _internal_set_deprecated() [2/2]

void MethodOptions::_internal_set_deprecated ( bool  value)
private

◆ _internal_set_idempotency_level() [1/2]

void MethodOptions::_internal_set_idempotency_level ( ::PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel  value)
inlineprivate

◆ _internal_set_idempotency_level() [2/2]

void MethodOptions::_internal_set_idempotency_level ( PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel  value)
inlineprivate

◆ _internal_uninterpreted_option() [1/2]

const ::PROTOBUF_NAMESPACE_ID::UninterpretedOption & MethodOptions::_internal_uninterpreted_option ( int  index) const
inlineprivate

◆ _internal_uninterpreted_option() [2/2]

const ::PROTOBUF_NAMESPACE_ID::UninterpretedOption& MethodOptions::_internal_uninterpreted_option ( int  index) const
private

◆ _internal_uninterpreted_option_size() [1/2]

int MethodOptions::_internal_uninterpreted_option_size ( ) const
inlineprivate

◆ _internal_uninterpreted_option_size() [2/2]

int MethodOptions::_internal_uninterpreted_option_size ( ) const
private

◆ _InternalParse() [1/2]

const char * MethodOptions::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [2/2]

const char* MethodOptions::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * MethodOptions::_InternalSerialize ( uint8_t target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_uninterpreted_option() [1/2]

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

◆ add_uninterpreted_option() [2/2]

::PROTOBUF_NAMESPACE_ID::UninterpretedOption* MethodOptions::add_uninterpreted_option ( )

◆ AddExtension() [1/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType MethodOptions::AddExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

◆ AddExtension() [2/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void MethodOptions::AddExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Repeated::ConstType  value 
)
inline

◆ ArenaDtor() [1/2]

void MethodOptions::ArenaDtor ( void *  object)
staticprivate

◆ ArenaDtor() [2/2]

static void MethodOptions::ArenaDtor ( void *  object)
staticprivate

◆ ByteSizeLong() [1/2]

size_t MethodOptions::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [2/2]

size_t MethodOptions::ByteSizeLong ( ) const
final

◆ Clear() [1/2]

void MethodOptions::Clear ( )
final

◆ Clear() [2/2]

PROTOBUF_ATTRIBUTE_REINITIALIZES void MethodOptions::Clear ( )
final

◆ clear_deprecated() [1/2]

void MethodOptions::clear_deprecated ( )
inline

◆ clear_deprecated() [2/2]

void MethodOptions::clear_deprecated ( )

◆ clear_idempotency_level() [1/2]

void MethodOptions::clear_idempotency_level ( )
inline

◆ clear_idempotency_level() [2/2]

void MethodOptions::clear_idempotency_level ( )

◆ clear_uninterpreted_option() [1/2]

void MethodOptions::clear_uninterpreted_option ( )
inline

◆ clear_uninterpreted_option() [2/2]

void MethodOptions::clear_uninterpreted_option ( )

◆ ClearExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void MethodOptions::ClearExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

◆ CopyFrom() [1/3]

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

◆ CopyFrom() [2/3]

void MethodOptions::CopyFrom ( const MethodOptions from)

◆ CopyFrom() [3/3]

void MethodOptions::CopyFrom ( const MethodOptions from)

◆ default_instance() [1/2]

const MethodOptions & MethodOptions::default_instance ( )
static

◆ default_instance() [2/2]

static const MethodOptions& MethodOptions::default_instance ( )
inlinestatic

◆ deprecated() [1/2]

bool MethodOptions::deprecated ( ) const
inline

◆ deprecated() [2/2]

bool MethodOptions::deprecated ( ) const

◆ descriptor() [1/2]

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

◆ descriptor() [2/2]

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

◆ ExtensionSize()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
int MethodOptions::ExtensionSize ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

◆ FullMessageName() [1/2]

::PROTOBUF_NAMESPACE_ID::StringPiece MethodOptions::FullMessageName ( )
inlinestaticprivate

◆ FullMessageName() [2/2]

::PROTOBUF_NAMESPACE_ID::StringPiece MethodOptions::FullMessageName ( )
inlinestaticprivate

◆ GetArena()

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

◆ GetArenaNoVirtual()

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

◆ GetCachedSize() [1/2]

int MethodOptions::GetCachedSize ( ) const
inlinefinal

◆ GetCachedSize() [2/2]

int MethodOptions::GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * MethodOptions::GetClassData ( ) const
final

◆ GetDescriptor() [1/2]

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

◆ GetDescriptor() [2/2]

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

◆ GetExtension() [1/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::ConstType MethodOptions::GetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

◆ GetExtension() [2/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::ConstType MethodOptions::GetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id,
int  index 
) const
inline

◆ GetMaybeArenaPointer()

void* MethodOptions::GetMaybeArenaPointer ( ) const
inlinefinal

◆ GetMetadata() [1/2]

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

◆ GetMetadata() [2/2]

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

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata MethodOptions::GetMetadataStatic ( )
inlinestaticprivate

◆ GetReflection() [1/2]

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

◆ GetReflection() [2/2]

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

◆ GetRepeatedExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
const _proto_TypeTraits::Repeated::RepeatedFieldType& MethodOptions::GetRepeatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

◆ has_deprecated() [1/2]

bool MethodOptions::has_deprecated ( ) const
inline

◆ has_deprecated() [2/2]

bool MethodOptions::has_deprecated ( ) const

◆ has_idempotency_level() [1/2]

bool MethodOptions::has_idempotency_level ( ) const
inline

◆ has_idempotency_level() [2/2]

bool MethodOptions::has_idempotency_level ( ) const

◆ HasExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
bool MethodOptions::HasExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

◆ idempotency_level() [1/2]

PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel MethodOptions::idempotency_level ( ) const
inline

◆ idempotency_level() [2/2]

::PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel MethodOptions::idempotency_level ( ) const

◆ IdempotencyLevel_descriptor() [1/2]

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* MethodOptions::IdempotencyLevel_descriptor ( )
inlinestatic

◆ IdempotencyLevel_descriptor() [2/2]

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* MethodOptions::IdempotencyLevel_descriptor ( )
inlinestatic

◆ IdempotencyLevel_IsValid() [1/2]

static bool MethodOptions::IdempotencyLevel_IsValid ( int  value)
inlinestatic

◆ IdempotencyLevel_IsValid() [2/2]

static bool MethodOptions::IdempotencyLevel_IsValid ( int  value)
inlinestatic

◆ IdempotencyLevel_Name() [1/2]

template<typename T >
static const std::string& MethodOptions::IdempotencyLevel_Name ( T  enum_t_value)
inlinestatic

◆ IdempotencyLevel_Name() [2/2]

template<typename T >
static const std::string& MethodOptions::IdempotencyLevel_Name ( T  enum_t_value)
inlinestatic

◆ IdempotencyLevel_Parse() [1/2]

static bool MethodOptions::IdempotencyLevel_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
IdempotencyLevel value 
)
inlinestatic

◆ IdempotencyLevel_Parse() [2/2]

static bool MethodOptions::IdempotencyLevel_Parse ( const std::string &  name,
IdempotencyLevel value 
)
inlinestatic

◆ InitAsDefaultInstance()

void MethodOptions::InitAsDefaultInstance ( )
static

◆ internal_default_instance() [1/2]

static const MethodOptions* MethodOptions::internal_default_instance ( )
inlinestatic

◆ internal_default_instance() [2/2]

static const MethodOptions* MethodOptions::internal_default_instance ( )
inlinestatic

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * MethodOptions::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ InternalSwap() [1/2]

void MethodOptions::InternalSwap ( MethodOptions other)
private

◆ InternalSwap() [2/2]

void MethodOptions::InternalSwap ( MethodOptions other)
private

◆ IsInitialized() [1/2]

bool MethodOptions::IsInitialized ( ) const
final

◆ IsInitialized() [2/2]

bool MethodOptions::IsInitialized ( ) const
final

◆ MaybeArenaPtr()

void* MethodOptions::MaybeArenaPtr ( ) const
inlineprivate

◆ MergeFrom() [1/3]

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

◆ MergeFrom() [2/3]

void MethodOptions::MergeFrom ( const MethodOptions from)

◆ MergeFrom() [3/3]

void MethodOptions::MergeFrom ( const MethodOptions from)

◆ MergeImpl()

void MethodOptions::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate

◆ mutable_uninterpreted_option() [1/4]

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

◆ mutable_uninterpreted_option() [2/4]

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::UninterpretedOption >* MethodOptions::mutable_uninterpreted_option ( )

◆ mutable_uninterpreted_option() [3/4]

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

◆ mutable_uninterpreted_option() [4/4]

::PROTOBUF_NAMESPACE_ID::UninterpretedOption* MethodOptions::mutable_uninterpreted_option ( int  index)

◆ mutable_unknown_fields() [1/2]

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

◆ mutable_unknown_fields() [2/2]

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

◆ MutableExtension() [1/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType MethodOptions::MutableExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

◆ MutableExtension() [2/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType MethodOptions::MutableExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id,
int  index 
)
inline

◆ MutableRepeatedExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::RepeatedFieldType* MethodOptions::MutableRepeatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

◆ New() [1/3]

MethodOptions* MethodOptions::New ( ) const
inlinefinal

◆ New() [2/3]

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

◆ New() [3/3]

MethodOptions* MethodOptions::New ( ::PROTOBUF_NAMESPACE_ID::Arena arena = nullptr) const
inlinefinal

◆ operator=() [1/4]

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

◆ operator=() [2/4]

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

◆ operator=() [3/4]

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

◆ operator=() [4/4]

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

◆ RegisterArenaDtor() [1/2]

void MethodOptions::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena arena)
inlineprivate

◆ RegisterArenaDtor() [2/2]

void MethodOptions::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena arena)
inlineprivate

◆ ReleaseExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
PROTOBUF_NODISCARD _proto_TypeTraits::Singular::MutableType MethodOptions::ReleaseExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

◆ set_deprecated() [1/2]

void MethodOptions::set_deprecated ( bool  value)
inline

◆ set_deprecated() [2/2]

void MethodOptions::set_deprecated ( bool  value)

◆ set_idempotency_level() [1/2]

void MethodOptions::set_idempotency_level ( ::PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel  value)
inline

◆ set_idempotency_level() [2/2]

void MethodOptions::set_idempotency_level ( PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel  value)
inline

◆ SetAllocatedExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void MethodOptions::SetAllocatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Singular::MutableType  value 
)
inline

◆ SetCachedSize() [1/2]

void MethodOptions::SetCachedSize ( int  size) const
finalprivate

◆ SetCachedSize() [2/2]

void MethodOptions::SetCachedSize ( int  size) const
finalprivate

◆ SetExtension() [1/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void MethodOptions::SetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id,
int  index,
typename _proto_TypeTraits::Repeated::ConstType  value 
)
inline

◆ SetExtension() [2/2]

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void MethodOptions::SetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Singular::ConstType  value 
)
inline

◆ SharedCtor() [1/2]

void MethodOptions::SharedCtor ( )
inlineprivate

◆ SharedCtor() [2/2]

void MethodOptions::SharedCtor ( )
private

◆ SharedDtor() [1/2]

void MethodOptions::SharedDtor ( )
inlineprivate

◆ SharedDtor() [2/2]

void MethodOptions::SharedDtor ( )
private

◆ Swap() [1/2]

void MethodOptions::Swap ( MethodOptions other)
inline

◆ Swap() [2/2]

void MethodOptions::Swap ( MethodOptions other)
inline

◆ uninterpreted_option() [1/4]

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

◆ uninterpreted_option() [2/4]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::UninterpretedOption >& MethodOptions::uninterpreted_option ( ) const

◆ uninterpreted_option() [3/4]

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

◆ uninterpreted_option() [4/4]

const ::PROTOBUF_NAMESPACE_ID::UninterpretedOption& MethodOptions::uninterpreted_option ( int  index) const

◆ uninterpreted_option_size() [1/2]

int MethodOptions::uninterpreted_option_size ( ) const
inline

◆ uninterpreted_option_size() [2/2]

int MethodOptions::uninterpreted_option_size ( ) const

◆ unknown_fields() [1/2]

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

◆ unknown_fields() [2/2]

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

◆ UnsafeArenaReleaseExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType MethodOptions::UnsafeArenaReleaseExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

◆ UnsafeArenaSetAllocatedExtension()

template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void MethodOptions::UnsafeArenaSetAllocatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< MethodOptions, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Singular::MutableType  value 
)
inline

◆ UnsafeArenaSwap() [1/2]

void MethodOptions::UnsafeArenaSwap ( MethodOptions other)
inline

◆ UnsafeArenaSwap() [2/2]

void MethodOptions::UnsafeArenaSwap ( MethodOptions other)
inline

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

◆ ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto

◆ swap [1/2]

void swap ( MethodOptions a,
MethodOptions b 
)
friend

◆ swap [2/2]

void swap ( MethodOptions a,
MethodOptions b 
)
friend

Member Data Documentation

◆ _cached_size_

PROTOBUF_NAMESPACE_ID::internal::CachedSize MethodOptions::_cached_size_
mutableprivate

◆ _class_data_

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData MethodOptions::_class_data_
static
Initial value:
= {
::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
}

Definition at line 6915 of file protobuf/src/google/protobuf/descriptor.pb.h.

◆ _extensions_

PROTOBUF_NAMESPACE_ID::internal::ExtensionSet MethodOptions::_extensions_
private

◆ _has_bits_

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena MethodOptions::_internal_metadata_
private

◆ deprecated_

bool MethodOptions::deprecated_
private

◆ idempotency_level_

int MethodOptions::idempotency_level_
private

◆ IDEMPOTENCY_UNKNOWN

static constexpr IdempotencyLevel MethodOptions::IDEMPOTENCY_UNKNOWN
staticconstexpr

◆ IdempotencyLevel_ARRAYSIZE

static constexpr int MethodOptions::IdempotencyLevel_ARRAYSIZE
staticconstexpr

◆ IdempotencyLevel_MAX

static constexpr IdempotencyLevel MethodOptions::IdempotencyLevel_MAX
staticconstexpr

◆ IdempotencyLevel_MIN

static constexpr IdempotencyLevel MethodOptions::IdempotencyLevel_MIN
staticconstexpr

◆ IDEMPOTENT

static constexpr IdempotencyLevel MethodOptions::IDEMPOTENT
staticconstexpr

◆ kIndexInFileMessages

static constexpr int MethodOptions::kIndexInFileMessages
staticconstexpr
Initial value:
=
20

Definition at line 5713 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.

◆ NO_SIDE_EFFECTS

static constexpr IdempotencyLevel MethodOptions::NO_SIDE_EFFECTS
staticconstexpr

◆ uninterpreted_option_ [1/2]

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

◆ uninterpreted_option_ [2/2]

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

The documentation for this class was generated from the following files:
MethodOptions_IdempotencyLevel_IdempotencyLevel_MIN
constexpr MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MIN
Definition: bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h:313
MethodOptions_IdempotencyLevel_IdempotencyLevel_ARRAYSIZE
constexpr int MethodOptions_IdempotencyLevel_IdempotencyLevel_ARRAYSIZE
Definition: bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h:315
MethodOptions::MergeImpl
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
Definition: protobuf/src/google/protobuf/descriptor.pb.cc:9129
MethodOptions_IdempotencyLevel_NO_SIDE_EFFECTS
@ MethodOptions_IdempotencyLevel_NO_SIDE_EFFECTS
Definition: bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h:309
MethodOptions_IdempotencyLevel_IDEMPOTENCY_UNKNOWN
@ MethodOptions_IdempotencyLevel_IDEMPOTENCY_UNKNOWN
Definition: bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h:308
MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX
constexpr MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX
Definition: bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h:314
MethodOptions_IdempotencyLevel_IDEMPOTENT
@ MethodOptions_IdempotencyLevel_IDEMPOTENT
Definition: bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h:310


grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:02:39