EnumOptions
class EnumOptions extends Message
Properties
boolean | $allow_alias | ||
boolean | $deprecated | ||
UninterpretedOption[] | $uninterpreted_option |
Methods
static
descriptor()
No description
boolean
hasAllowAlias()
Check if
clearAllowAlias()
Clear
boolean
getAllowAlias()
Get
setAllowAlias(boolean $value)
Set
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 4820
static
descriptor()
at line line 4862
boolean
hasAllowAlias()
Check if
at line line 4871
EnumOptions
clearAllowAlias()
Clear
at line line 4880
boolean
getAllowAlias()
Get
at line line 4890
EnumOptions
setAllowAlias(boolean $value)
Set
at line line 4899
boolean
hasDeprecated()
Check if
at line line 4908
EnumOptions
clearDeprecated()
Clear
at line line 4917
boolean
getDeprecated()
Get
at line line 4927
EnumOptions
setDeprecated(boolean $value)
Set
at line line 4936
boolean
hasUninterpretedOption()
Check if
at line line 4945
EnumOptions
clearUninterpretedOption()
Clear
at line line 4955
UninterpretedOption
getUninterpretedOption(int $idx = NULL)
Get
at line line 4965
EnumOptions
setUninterpretedOption(UninterpretedOption $value, $idx = NULL)
Set
at line line 4974
UninterpretedOption[]
getUninterpretedOptionList()
Get all elements of
at line line 4984
EnumOptions
addUninterpretedOption(UninterpretedOption $value)
Add a new element to