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

#include <api.pb.h>

Inheritance diagram for Method:
Inheritance graph
[legend]

Public Types

enum  : int {
  kOptionsFieldNumber = 6, kNameFieldNumber = 1, kRequestTypeUrlFieldNumber = 2, kResponseTypeUrlFieldNumber = 4,
  kRequestStreamingFieldNumber = 3, kResponseStreamingFieldNumber = 5, kSyntaxFieldNumber = 7
}
 

Public Member Functions

PROTOBUF_NAMESPACE_ID::Optionadd_options ()
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_name ()
 
void clear_options ()
 
void clear_request_streaming ()
 
void clear_request_type_url ()
 
void clear_response_streaming ()
 
void clear_response_type_url ()
 
void clear_syntax ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const Method &from)
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
::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 Method &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
 Method ()
 
 Method (const Method &from)
 
 Method (Method &&from) noexcept
 
std::stringmutable_name ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Option > * mutable_options ()
 
PROTOBUF_NAMESPACE_ID::Optionmutable_options (int index)
 
std::stringmutable_request_type_url ()
 
std::stringmutable_response_type_url ()
 
const std::stringname () const
 
MethodNew () const final
 
MethodNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
Methodoperator= (const Method &from)
 
Methodoperator= (Method &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Option > & options () const
 
const PROTOBUF_NAMESPACE_ID::Optionoptions (int index) const
 
int options_size () const
 
std::stringrelease_name ()
 
std::stringrelease_request_type_url ()
 
std::stringrelease_response_type_url ()
 
bool request_streaming () const
 
const std::stringrequest_type_url () const
 
bool response_streaming () const
 
const std::stringresponse_type_url () const
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_allocated_name (std::string *name)
 
void set_allocated_request_type_url (std::string *request_type_url)
 
void set_allocated_response_type_url (std::string *response_type_url)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
void set_name (const std::string &value)
 
void set_name (std::string &&value)
 
void set_request_streaming (bool value)
 
void set_request_type_url (const char *value)
 
void set_request_type_url (const char *value, size_t size)
 
void set_request_type_url (const std::string &value)
 
void set_request_type_url (std::string &&value)
 
void set_response_streaming (bool value)
 
void set_response_type_url (const char *value)
 
void set_response_type_url (const char *value, size_t size)
 
void set_response_type_url (const std::string &value)
 
void set_response_type_url (std::string &&value)
 
void set_syntax (PROTOBUF_NAMESPACE_ID::Syntax value)
 
void Swap (Method *other)
 
PROTOBUF_NAMESPACE_ID::Syntax syntax () const
 
virtual ~Method ()
 

Static Public Member Functions

static const Methoddefault_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 Methodinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Private Member Functions

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

Static Private Member Functions

::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 

Private Attributes

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Optionoptions_
 
bool request_streaming_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr request_type_url_
 
bool response_streaming_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr response_type_url_
 
int syntax_
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fapi_2eproto
 
void swap (Method &a, Method &b)
 

Detailed Description

Definition at line 285 of file api.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kOptionsFieldNumber 
kNameFieldNumber 
kRequestTypeUrlFieldNumber 
kResponseTypeUrlFieldNumber 
kRequestStreamingFieldNumber 
kResponseStreamingFieldNumber 
kSyntaxFieldNumber 

Definition at line 397 of file api.pb.h.

Constructor & Destructor Documentation

◆ Method() [1/3]

Method::Method ( )

Definition at line 800 of file api.pb.cc.

◆ ~Method()

Method::~Method ( )
virtual

Definition at line 838 of file api.pb.cc.

◆ Method() [2/3]

Method::Method ( const Method from)

Definition at line 805 of file api.pb.cc.

◆ Method() [3/3]

Method::Method ( Method &&  from)
inlinenoexcept

Definition at line 292 of file api.pb.h.

Member Function Documentation

◆ add_options()

PROTOBUF_NAMESPACE_ID::Option * Method::add_options ( )
inline

Definition at line 1091 of file api.pb.h.

◆ ByteSizeLong()

size_t Method::ByteSizeLong ( ) const
final

Definition at line 1223 of file api.pb.cc.

◆ Clear()

void Method::Clear ( )
final

Definition at line 858 of file api.pb.cc.

◆ clear_name()

void Method::clear_name ( )
inline

Definition at line 894 of file api.pb.h.

◆ clear_options()

void Method::clear_options ( )

Definition at line 797 of file api.pb.cc.

◆ clear_request_streaming()

void Method::clear_request_streaming ( )
inline

Definition at line 996 of file api.pb.h.

◆ clear_request_type_url()

void Method::clear_request_type_url ( )
inline

Definition at line 945 of file api.pb.h.

◆ clear_response_streaming()

void Method::clear_response_streaming ( )
inline

Definition at line 1061 of file api.pb.h.

◆ clear_response_type_url()

void Method::clear_response_type_url ( )
inline

Definition at line 1010 of file api.pb.h.

◆ clear_syntax()

void Method::clear_syntax ( )
inline

Definition at line 1102 of file api.pb.h.

◆ CopyFrom() [1/2]

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

Definition at line 1335 of file api.pb.cc.

◆ CopyFrom() [2/2]

void Method::CopyFrom ( const Method from)

Definition at line 1342 of file api.pb.cc.

◆ default_instance()

const Method & Method::default_instance ( )
static

Definition at line 852 of file api.pb.cc.

◆ descriptor()

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

Definition at line 310 of file api.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece Method::FullMessageName ( )
inlinestaticprivate

Definition at line 372 of file api.pb.h.

◆ GetArenaNoVirtual()

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

Definition at line 376 of file api.pb.h.

◆ GetCachedSize()

int Method::GetCachedSize ( ) const
inlinefinal

Definition at line 364 of file api.pb.h.

◆ GetDescriptor()

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

Definition at line 313 of file api.pb.h.

◆ GetMetadata()

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

Definition at line 1368 of file api.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata Method::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 386 of file api.pb.h.

◆ GetReflection()

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

Definition at line 316 of file api.pb.h.

◆ InitAsDefaultInstance()

void Method::InitAsDefaultInstance ( )
static

Definition at line 791 of file api.pb.cc.

◆ internal_default_instance()

static const Method* Method::internal_default_instance ( )
inlinestatic

Definition at line 322 of file api.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

Definition at line 1152 of file api.pb.cc.

◆ InternalSwap()

void Method::InternalSwap ( Method other)
private

Definition at line 1353 of file api.pb.cc.

◆ IsInitialized()

bool Method::IsInitialized ( ) const
final

Definition at line 1349 of file api.pb.cc.

◆ MaybeArenaPtr()

void* Method::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 379 of file api.pb.h.

◆ MergeFrom() [1/2]

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

Definition at line 1289 of file api.pb.cc.

◆ MergeFrom() [2/2]

void Method::MergeFrom ( const Method from)

Definition at line 1304 of file api.pb.cc.

◆ MergePartialFromCodedStream()

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

Definition at line 957 of file api.pb.cc.

◆ mutable_name()

std::string * Method::mutable_name ( )
inline

Definition at line 924 of file api.pb.h.

◆ mutable_options() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Option > * Method::mutable_options ( )
inline

Definition at line 1083 of file api.pb.h.

◆ mutable_options() [2/2]

PROTOBUF_NAMESPACE_ID::Option * Method::mutable_options ( int  index)
inline

Definition at line 1078 of file api.pb.h.

◆ mutable_request_type_url()

std::string * Method::mutable_request_type_url ( )
inline

Definition at line 975 of file api.pb.h.

◆ mutable_response_type_url()

std::string * Method::mutable_response_type_url ( )
inline

Definition at line 1040 of file api.pb.h.

◆ name()

const std::string & Method::name ( ) const
inline

Definition at line 897 of file api.pb.h.

◆ New() [1/2]

Method* Method::New ( ) const
inlinefinal

Definition at line 339 of file api.pb.h.

◆ New() [2/2]

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

Definition at line 343 of file api.pb.h.

◆ operator=() [1/2]

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

Definition at line 297 of file api.pb.h.

◆ operator=() [2/2]

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

Definition at line 301 of file api.pb.h.

◆ options() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Option > & Method::options ( ) const
inline

Definition at line 1096 of file api.pb.h.

◆ options() [2/2]

const PROTOBUF_NAMESPACE_ID::Option & Method::options ( int  index) const
inline

Definition at line 1087 of file api.pb.h.

◆ options_size()

int Method::options_size ( ) const
inline

Definition at line 1075 of file api.pb.h.

◆ release_name()

std::string * Method::release_name ( )
inline

Definition at line 929 of file api.pb.h.

◆ release_request_type_url()

std::string * Method::release_request_type_url ( )
inline

Definition at line 980 of file api.pb.h.

◆ release_response_type_url()

std::string * Method::release_response_type_url ( )
inline

Definition at line 1045 of file api.pb.h.

◆ request_streaming()

bool Method::request_streaming ( ) const
inline

Definition at line 999 of file api.pb.h.

◆ request_type_url()

const std::string & Method::request_type_url ( ) const
inline

Definition at line 948 of file api.pb.h.

◆ response_streaming()

bool Method::response_streaming ( ) const
inline

Definition at line 1064 of file api.pb.h.

◆ response_type_url()

const std::string & Method::response_type_url ( ) const
inline

Definition at line 1013 of file api.pb.h.

◆ SerializeWithCachedSizes()

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

Definition at line 1084 of file api.pb.cc.

◆ set_allocated_name()

void Method::set_allocated_name ( std::string name)
inline

Definition at line 934 of file api.pb.h.

◆ set_allocated_request_type_url()

void Method::set_allocated_request_type_url ( std::string request_type_url)
inline

Definition at line 985 of file api.pb.h.

◆ set_allocated_response_type_url()

void Method::set_allocated_response_type_url ( std::string response_type_url)
inline

Definition at line 1050 of file api.pb.h.

◆ set_name() [1/4]

void Method::set_name ( const char *  value)
inline

Definition at line 912 of file api.pb.h.

◆ set_name() [2/4]

void Method::set_name ( const char *  value,
size_t  size 
)
inline

Definition at line 918 of file api.pb.h.

◆ set_name() [3/4]

void Method::set_name ( const std::string value)
inline

Definition at line 901 of file api.pb.h.

◆ set_name() [4/4]

void Method::set_name ( std::string &&  value)
inline

Definition at line 906 of file api.pb.h.

◆ set_request_streaming()

void Method::set_request_streaming ( bool  value)
inline

Definition at line 1003 of file api.pb.h.

◆ set_request_type_url() [1/4]

void Method::set_request_type_url ( const char *  value)
inline

Definition at line 963 of file api.pb.h.

◆ set_request_type_url() [2/4]

void Method::set_request_type_url ( const char *  value,
size_t  size 
)
inline

Definition at line 969 of file api.pb.h.

◆ set_request_type_url() [3/4]

void Method::set_request_type_url ( const std::string value)
inline

Definition at line 952 of file api.pb.h.

◆ set_request_type_url() [4/4]

void Method::set_request_type_url ( std::string &&  value)
inline

Definition at line 957 of file api.pb.h.

◆ set_response_streaming()

void Method::set_response_streaming ( bool  value)
inline

Definition at line 1068 of file api.pb.h.

◆ set_response_type_url() [1/4]

void Method::set_response_type_url ( const char *  value)
inline

Definition at line 1028 of file api.pb.h.

◆ set_response_type_url() [2/4]

void Method::set_response_type_url ( const char *  value,
size_t  size 
)
inline

Definition at line 1034 of file api.pb.h.

◆ set_response_type_url() [3/4]

void Method::set_response_type_url ( const std::string value)
inline

Definition at line 1017 of file api.pb.h.

◆ set_response_type_url() [4/4]

void Method::set_response_type_url ( std::string &&  value)
inline

Definition at line 1022 of file api.pb.h.

◆ set_syntax()

void Method::set_syntax ( PROTOBUF_NAMESPACE_ID::Syntax  value)
inline

Definition at line 1109 of file api.pb.h.

◆ SetCachedSize()

void Method::SetCachedSize ( int  size) const
finalprivate

Definition at line 849 of file api.pb.cc.

◆ SharedCtor()

void Method::SharedCtor ( )
inlineprivate

Definition at line 828 of file api.pb.cc.

◆ SharedDtor()

void Method::SharedDtor ( )
inlineprivate

Definition at line 843 of file api.pb.cc.

◆ Swap()

void Method::Swap ( Method other)
inline

Definition at line 332 of file api.pb.h.

◆ syntax()

PROTOBUF_NAMESPACE_ID::Syntax Method::syntax ( ) const
inline

Definition at line 1105 of file api.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fapi_2eproto

Definition at line 478 of file api.pb.h.

◆ swap

void swap ( Method a,
Method b 
)
friend

Definition at line 329 of file api.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize Method::_cached_size_
private

Definition at line 477 of file api.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena Method::_internal_metadata_
private

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

◆ kIndexInFileMessages

constexpr int Method::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 326 of file api.pb.h.

◆ name_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr Method::name_
private

Definition at line 471 of file api.pb.h.

◆ options_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Option > Method::options_
private

Definition at line 470 of file api.pb.h.

◆ request_streaming_

bool Method::request_streaming_
private

Definition at line 474 of file api.pb.h.

◆ request_type_url_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr Method::request_type_url_
private

Definition at line 472 of file api.pb.h.

◆ response_streaming_

bool Method::response_streaming_
private

Definition at line 475 of file api.pb.h.

◆ response_type_url_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr Method::response_type_url_
private

Definition at line 473 of file api.pb.h.

◆ syntax_

int Method::syntax_
private

Definition at line 476 of file api.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