DeleteTopicRequest
class DeleteTopicRequest extends Message
Request for the DeleteTopic
method.
Protobuf type Google\Pubsub\V1\DeleteTopicRequest
Methods
__construct()
No description
string
getTopic()
Name of the topic to delete.
setTopic(string $var)
Name of the topic to delete.
Details
at line 26
__construct()
at line 38
string
getTopic()
Name of the topic to delete.
Format is projects/{project}/topics/{topic}
.
Generated from protobuf field string topic = 1;
at line 50
setTopic(string $var)
Name of the topic to delete.
Format is projects/{project}/topics/{topic}
.
Generated from protobuf field string topic = 1;