class ServiceOptions extends Message

Properties

boolean $deprecated
UninterpretedOption[] $uninterpreted_option

Methods

static 
descriptor()

No description

boolean
hasDeprecated()

Check if has a value

boolean
getDeprecated()

Get value

setDeprecated(boolean $value)

Set value

boolean
hasUninterpretedOption()

Check if has a value

getUninterpretedOption(int $idx = NULL)

Get value

Details

at line line 5143
static descriptor()

at line line 5177
boolean hasDeprecated()

Check if has a value

Return Value

boolean

at line line 5186
ServiceOptions clearDeprecated()

Clear value

Return Value

ServiceOptions

at line line 5195
boolean getDeprecated()

Get value

Return Value

boolean

at line line 5205
ServiceOptions setDeprecated(boolean $value)

Set value

Parameters

boolean $value

Return Value

ServiceOptions

at line line 5214
boolean hasUninterpretedOption()

Check if has a value

Return Value

boolean

at line line 5223
ServiceOptions clearUninterpretedOption()

Clear value

Return Value

ServiceOptions

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

Get value

Parameters

int $idx

Return Value

UninterpretedOption

at line line 5243
ServiceOptions setUninterpretedOption(UninterpretedOption $value, $idx = NULL)

Set value

Parameters

UninterpretedOption $value
$idx

Return Value

ServiceOptions

at line line 5252
UninterpretedOption[] getUninterpretedOptionList()

Get all elements of

Return Value

UninterpretedOption[]

at line line 5262
ServiceOptions addUninterpretedOption(UninterpretedOption $value)

Add a new element to

Parameters

UninterpretedOption $value

Return Value

ServiceOptions