ServiceOptions
class ServiceOptions 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 5143
static
descriptor()
at line line 5177
boolean
hasDeprecated()
Check if
at line line 5186
ServiceOptions
clearDeprecated()
Clear
at line line 5195
boolean
getDeprecated()
Get
at line line 5205
ServiceOptions
setDeprecated(boolean $value)
Set
at line line 5214
boolean
hasUninterpretedOption()
Check if
at line line 5223
ServiceOptions
clearUninterpretedOption()
Clear
at line line 5233
UninterpretedOption
getUninterpretedOption(int $idx = NULL)
Get
at line line 5243
ServiceOptions
setUninterpretedOption(UninterpretedOption $value, $idx = NULL)
Set
at line line 5252
UninterpretedOption[]
getUninterpretedOptionList()
Get all elements of
at line line 5262
ServiceOptions
addUninterpretedOption(UninterpretedOption $value)
Add a new element to