class OneofOptions extends Message

Properties

UninterpretedOption[] $uninterpreted_option

Methods

static 
descriptor()

No description

boolean
hasUninterpretedOption()

Check if has a value

getUninterpretedOption(int $idx = NULL)

Get value

Details

at line line 4724
static descriptor()

at line line 4749
boolean hasUninterpretedOption()

Check if has a value

Return Value

boolean

at line line 4758
OneofOptions clearUninterpretedOption()

Clear value

Return Value

OneofOptions

at line line 4768
UninterpretedOption getUninterpretedOption(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

UninterpretedOption

at line line 4778
OneofOptions setUninterpretedOption(UninterpretedOption $value, $idx = NULL)

Set value

Parameters

UninterpretedOption $value
$idx

Return Value

OneofOptions

at line line 4787
UninterpretedOption[] getUninterpretedOptionList()

Get all elements of

Return Value

UninterpretedOption[]

at line line 4797
OneofOptions addUninterpretedOption(UninterpretedOption $value)

Add a new element to

Parameters

UninterpretedOption $value

Return Value

OneofOptions