MethodOptions
class MethodOptions extends Message
Properties
boolean | $deprecated | ||
UninterpretedOption[] | $uninterpreted_option |
Methods
static
descriptor()
No description
boolean
hasDeprecated()
Check if
clearDeprecated()
Clear
boolean
getDeprecated()
Get
setDeprecated(boolean $value)
Set
boolean
hasUninterpretedOption()
Check if
clearUninterpretedOption()
Clear
getUninterpretedOption(int $idx = NULL)
Get
getUninterpretedOptionList()
Get all elements of
Details
at line line 5282
static
descriptor()
at line line 5316
boolean
hasDeprecated()
Check if
at line line 5325
MethodOptions
clearDeprecated()
Clear
at line line 5334
boolean
getDeprecated()
Get
at line line 5344
MethodOptions
setDeprecated(boolean $value)
Set
at line line 5353
boolean
hasUninterpretedOption()
Check if
at line line 5362
MethodOptions
clearUninterpretedOption()
Clear
at line line 5372
UninterpretedOption
getUninterpretedOption(int $idx = NULL)
Get
at line line 5382
MethodOptions
setUninterpretedOption(UninterpretedOption $value, $idx = NULL)
Set
at line line 5391
UninterpretedOption[]
getUninterpretedOptionList()
Get all elements of
at line line 5401
MethodOptions
addUninterpretedOption(UninterpretedOption $value)
Add a new element to