class DeleteTopicRequest extends Message

Properties

string $topic

Methods

static 
descriptor()

No description

boolean
hasTopic()

Check if has a value

string
getTopic()

Get value

setTopic(string $value)

Set value

Details

at line line 1369
static descriptor()

at line line 1393
boolean hasTopic()

Check if has a value

Return Value

boolean

at line line 1402
DeleteTopicRequest clearTopic()

Clear value

Return Value

DeleteTopicRequest

at line line 1411
string getTopic()

Get value

Return Value

string

at line line 1421
DeleteTopicRequest setTopic(string $value)

Set value

Parameters

string $value

Return Value

DeleteTopicRequest