ServiceDescriptorProto
class ServiceDescriptorProto extends Message
Properties
string | $name | ||
MethodDescriptorProto[] | $method | ||
ServiceOptions | $options |
Methods
static
descriptor()
No description
boolean
hasName()
Check if
clearName()
Clear
string
getName()
Get
setName(string $value)
Set
boolean
hasMethod()
Check if
clearMethod()
Clear
getMethod(int $idx = NULL)
Get
getMethodList()
Get all elements of
boolean
hasOptions()
Check if
clearOptions()
Clear
getOptions()
Get
Details
at line line 2765
static
descriptor()
at line line 2807
boolean
hasName()
Check if
at line line 2816
ServiceDescriptorProto
clearName()
Clear
at line line 2825
string
getName()
Get
at line line 2835
ServiceDescriptorProto
setName(string $value)
Set
at line line 2844
boolean
hasMethod()
Check if
at line line 2853
ServiceDescriptorProto
clearMethod()
Clear
at line line 2863
MethodDescriptorProto
getMethod(int $idx = NULL)
Get
at line line 2873
ServiceDescriptorProto
setMethod(MethodDescriptorProto $value, $idx = NULL)
Set
at line line 2882
MethodDescriptorProto[]
getMethodList()
Get all elements of
at line line 2892
ServiceDescriptorProto
addMethod(MethodDescriptorProto $value)
Add a new element to
at line line 2901
boolean
hasOptions()
Check if
at line line 2910
ServiceDescriptorProto
clearOptions()
Clear
at line line 2919
ServiceOptions
getOptions()
Get
at line line 2929
ServiceDescriptorProto
setOptions(ServiceOptions $value)
Set