class OneofDescriptorProto extends Message

Properties

string $name
OneofOptions $options

Methods

static 
descriptor()

No description

boolean
hasName()

Check if has a value

string
getName()

Get value

setName(string $value)

Set value

boolean
hasOptions()

Check if has a value

getOptions()

Get value

Details

at line line 2291
static descriptor()

at line line 2324
boolean hasName()

Check if has a value

Return Value

boolean

at line line 2333
OneofDescriptorProto clearName()

Clear value

Return Value

OneofDescriptorProto

at line line 2342
string getName()

Get value

Return Value

string

at line line 2352
OneofDescriptorProto setName(string $value)

Set value

Parameters

string $value

Return Value

OneofDescriptorProto

at line line 2361
boolean hasOptions()

Check if has a value

Return Value

boolean

at line line 2370
OneofDescriptorProto clearOptions()

Clear value

Return Value

OneofDescriptorProto

at line line 2379
OneofOptions getOptions()

Get value

Return Value

OneofOptions

at line line 2389
OneofDescriptorProto setOptions(OneofOptions $value)

Set value

Parameters

OneofOptions $value

Return Value

OneofDescriptorProto