class ServiceDescriptorProto

Defined at line 11654 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

-------------------------------------------------------------------

Public Members

static const int kIndexInFileMessages

Public Methods

void CopyFrom (const ServiceDescriptorProto & from)
void Clear ()
::size_t ByteSizeLong ()
auto InternalGenerateClassData_ (const MessageLite & prototype, const ::google::protobuf::internal::TcParseTableBase * tc_table)
::google::protobuf::Metadata GetMetadata ()
void ServiceDescriptorProto ()

Defined at line 11657 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

ServiceDescriptorProto & operator= (const ServiceDescriptorProto & from)

Defined at line 11674 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

ServiceDescriptorProto & operator= (ServiceDescriptorProto && from)

Defined at line 11678 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::UnknownFieldSet & unknown_fields ()

Defined at line 11688 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()

Defined at line 11692 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

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

Defined at line 11697 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::Descriptor * GetDescriptor ()

Defined at line 11700 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::Reflection * GetReflection ()

Defined at line 11704 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ServiceDescriptorProto & default_instance ()

Defined at line 11707 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void Swap (ServiceDescriptorProto * other)

Defined at line 11712 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void UnsafeArenaSwap (ServiceDescriptorProto * other)

Defined at line 11720 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

ServiceDescriptorProto * New (::google::protobuf::Arena * arena)

implements Message ----------------------------------------------

Defined at line 11728 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void MergeFrom (const ServiceDescriptorProto & from)

Defined at line 11735 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool IsInitialized ()

Defined at line 11742 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

int GetCachedSize ()

Defined at line 11771 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void ~ServiceDescriptorProto ()
template <typename = void>
void ServiceDescriptorProto (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
void ServiceDescriptorProto (const ServiceDescriptorProto & from)

Defined at line 11672 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void ServiceDescriptorProto (ServiceDescriptorProto && from)

Defined at line 11673 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
int method_size ()

repeated .google.protobuf.MethodDescriptorProto method = 2;

Defined at line 17358 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_method ()

Defined at line 17361 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::MethodDescriptorProto & method (int index)

Defined at line 17366 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::MethodDescriptorProto * mutable_method (int index)

Defined at line 17371 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::MethodDescriptorProto * add_method ()

Defined at line 17376 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto> & method ()

Defined at line 17386 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto> * mutable_method ()

Defined at line 17391 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool has_name ()

optional string name = 1;

Defined at line 17287 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_name ()

Defined at line 17291 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::std::string & name ()

Defined at line 17296 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

template <typename Arg_ = const ::std::string&, typename... Args_>
void set_name (Arg_ && arg, Args_... args)

Defined at line 17302 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::std::string * mutable_name ()

Defined at line 17308 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::std::string * release_name ()

Defined at line 17327 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void set_allocated_name (::std::string * value)

Defined at line 17340 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool has_options ()

optional .google.protobuf.ServiceOptions options = 3;

Defined at line 17410 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_options ()

Defined at line 17415 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::ServiceOptions & options ()

Defined at line 17425 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::ServiceOptions * release_options ()

Defined at line 17443 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::ServiceOptions * mutable_options ()

Defined at line 17479 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void set_allocated_options (::google::protobuf::ServiceOptions * value)

Defined at line 17486 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void unsafe_arena_set_allocated_options (::google::protobuf::ServiceOptions * value)

Defined at line 17429 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::ServiceOptions * unsafe_arena_release_options ()

Defined at line 17462 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

Enumerations

enum (unnamed) : int
Name Value
kMethodFieldNumber 2
kNameFieldNumber 1
kOptionsFieldNumber 3

accessors -------------------------------------------------------

Defined at line 11806 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

Friends

class TableStruct_google_2fprotobuf_2fdescriptor_2eproto
template <typename T>
class InternalHelper
class PrivateAccess
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view ServiceDescriptorProto ()
void ServiceDescriptorProto (ServiceDescriptorProto & aServiceDescriptorProto & b)