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 }
 
typedef MethodOptions_IdempotencyLevel IdempotencyLevel
 

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_idempotency_level ()
 
void clear_uninterpreted_option ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const MethodOptions &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
 
bool has_idempotency_level () const
 
PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel idempotency_level () 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 MethodOptions &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
 MethodOptions ()
 
 MethodOptions (const MethodOptions &from)
 
 MethodOptions (MethodOptions &&from) noexcept
 
::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 ()
 
MethodOptionsNew () const final
 
MethodOptionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
MethodOptionsoperator= (const MethodOptions &from)
 
MethodOptionsoperator= (MethodOptions &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_deprecated (bool value)
 
void set_idempotency_level (PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel value)
 
void Swap (MethodOptions *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 (MethodOptions *other)
 
virtual ~MethodOptions ()
 

Static Public Member Functions

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

Static Public Attributes

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)
 

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (MethodOptions *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_
 
int idempotency_level_
 
::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)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ IdempotencyLevel

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kUninterpretedOptionFieldNumber 
kDeprecatedFieldNumber 
kIdempotencyLevelFieldNumber 

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

Constructor & Destructor Documentation

◆ MethodOptions() [1/4]

MethodOptions::MethodOptions ( )

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

◆ ~MethodOptions()

MethodOptions::~MethodOptions ( )
virtual

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

◆ MethodOptions() [2/4]

MethodOptions::MethodOptions ( const MethodOptions from)

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

◆ MethodOptions() [3/4]

MethodOptions::MethodOptions ( MethodOptions &&  from)
inlinenoexcept

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

◆ MethodOptions() [4/4]

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

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

Member Function Documentation

◆ add_uninterpreted_option()

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

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

◆ ArenaDtor()

void MethodOptions::ArenaDtor ( void object)
staticprivate

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

◆ ByteSizeLong()

size_t MethodOptions::ByteSizeLong ( ) const
final

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

◆ Clear()

void MethodOptions::Clear ( )
final

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

◆ clear_deprecated()

void MethodOptions::clear_deprecated ( )
inline

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

◆ clear_idempotency_level()

void MethodOptions::clear_idempotency_level ( )
inline

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

◆ clear_uninterpreted_option()

void MethodOptions::clear_uninterpreted_option ( )
inline

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

◆ CopyFrom() [1/2]

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

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

◆ CopyFrom() [2/2]

void MethodOptions::CopyFrom ( const MethodOptions from)

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

◆ default_instance()

const MethodOptions & MethodOptions::default_instance ( )
static

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

◆ deprecated()

bool MethodOptions::deprecated ( ) const
inline

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

◆ descriptor()

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

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

◆ FullMessageName()

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

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

◆ GetArena()

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

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

int MethodOptions::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor()

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

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

◆ GetMaybeArenaPointer()

void* MethodOptions::GetMaybeArenaPointer ( ) const
inlinefinal

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

◆ GetMetadata()

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

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

◆ GetMetadataStatic()

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

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

◆ GetReflection()

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

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

◆ has_deprecated()

bool MethodOptions::has_deprecated ( ) const
inline

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

◆ has_idempotency_level()

bool MethodOptions::has_idempotency_level ( ) const
inline

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

◆ idempotency_level()

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

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

◆ IdempotencyLevel_descriptor()

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

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

◆ IdempotencyLevel_IsValid()

static bool MethodOptions::IdempotencyLevel_IsValid ( int  value)
inlinestatic

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

◆ IdempotencyLevel_Name()

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

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

◆ IdempotencyLevel_Parse()

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

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

◆ InitAsDefaultInstance()

void MethodOptions::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

static const MethodOptions* MethodOptions::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

◆ InternalSwap()

void MethodOptions::InternalSwap ( MethodOptions other)
private

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

◆ IsInitialized()

bool MethodOptions::IsInitialized ( ) const
final

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

◆ MaybeArenaPtr()

void* MethodOptions::MaybeArenaPtr ( ) const
inlineprivate

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

void MethodOptions::MergeFrom ( const MethodOptions from)

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

◆ MergePartialFromCodedStream()

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

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

◆ mutable_uninterpreted_option() [1/2]

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

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

◆ mutable_uninterpreted_option() [2/2]

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

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

MethodOptions* MethodOptions::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ RegisterArenaDtor()

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

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

◆ SerializeWithCachedSizes()

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

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

◆ set_deprecated()

void MethodOptions::set_deprecated ( bool  value)
inline

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

◆ set_idempotency_level()

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

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

◆ SetCachedSize()

void MethodOptions::SetCachedSize ( int  size) const
finalprivate

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

◆ SharedCtor()

void MethodOptions::SharedCtor ( )
inlineprivate

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

◆ SharedDtor()

void MethodOptions::SharedDtor ( )
inlineprivate

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

◆ Swap()

void MethodOptions::Swap ( MethodOptions other)
inline

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

◆ uninterpreted_option() [1/2]

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

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

◆ uninterpreted_option() [2/2]

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

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

◆ uninterpreted_option_size()

int MethodOptions::uninterpreted_option_size ( ) const
inline

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

void MethodOptions::UnsafeArenaSwap ( MethodOptions other)
inline

Definition at line 5126 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 5265 of file descriptor.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto

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

◆ swap

void swap ( MethodOptions a,
MethodOptions b 
)
friend

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

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize MethodOptions::_cached_size_
private

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

◆ _extensions_

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

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

◆ _has_bits_

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

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

◆ _internal_metadata_

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

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

◆ deprecated_

bool MethodOptions::deprecated_
private

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

◆ idempotency_level_

int MethodOptions::idempotency_level_
private

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

◆ IDEMPOTENCY_UNKNOWN

constexpr MethodOptions_IdempotencyLevel MethodOptions::IDEMPOTENCY_UNKNOWN
staticconstexpr
Initial value:

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

◆ IdempotencyLevel_ARRAYSIZE

constexpr int MethodOptions::IdempotencyLevel_ARRAYSIZE
staticconstexpr

◆ IdempotencyLevel_MAX

constexpr MethodOptions_IdempotencyLevel MethodOptions::IdempotencyLevel_MAX
staticconstexpr
Initial value:

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

◆ IdempotencyLevel_MIN

constexpr MethodOptions_IdempotencyLevel MethodOptions::IdempotencyLevel_MIN
staticconstexpr
Initial value:

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

◆ IDEMPOTENT

constexpr MethodOptions_IdempotencyLevel MethodOptions::IDEMPOTENT
staticconstexpr
Initial value:

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

◆ kIndexInFileMessages

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

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

◆ NO_SIDE_EFFECTS

constexpr MethodOptions_IdempotencyLevel MethodOptions::NO_SIDE_EFFECTS
staticconstexpr
Initial value:

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

◆ uninterpreted_option_

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

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


The documentation for this class was generated from the following files:
MethodOptions_IdempotencyLevel_IDEMPOTENCY_UNKNOWN
@ MethodOptions_IdempotencyLevel_IDEMPOTENCY_UNKNOWN
Definition: descriptor.pb.h:308
MethodOptions_IdempotencyLevel_IdempotencyLevel_MIN
constexpr MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MIN
Definition: descriptor.pb.h:313
MethodOptions_IdempotencyLevel_IDEMPOTENT
@ MethodOptions_IdempotencyLevel_IDEMPOTENT
Definition: descriptor.pb.h:310
MethodOptions_IdempotencyLevel_NO_SIDE_EFFECTS
@ MethodOptions_IdempotencyLevel_NO_SIDE_EFFECTS
Definition: descriptor.pb.h:309
MethodOptions_IdempotencyLevel_IdempotencyLevel_ARRAYSIZE
constexpr int MethodOptions_IdempotencyLevel_IdempotencyLevel_ARRAYSIZE
Definition: descriptor.pb.h:315
MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX
constexpr MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX
Definition: descriptor.pb.h:314


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