classroom
v1
|
#include <cloud_pubsub_topic.h>
Public Member Functions | |
CloudPubsubTopic (const Json::Value &storage) | |
CloudPubsubTopic (Json::Value *storage) | |
virtual | ~CloudPubsubTopic () |
const StringPiece | GetTypeName () const |
bool | has_topic_name () const |
void | clear_topic_name () |
const StringPiece | get_topic_name () const |
void | set_topic_name (const StringPiece &value) |
Static Public Member Functions | |
static CloudPubsubTopic * | New () |
A reference to a Cloud Pub/Sub topic.
To register for notifications, the owner of the topic must grant classroom-notifications@system.gserviceaccount.com
the projects.topics.publish
permission.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'topicName
' attribute.
|
inline |
Get the value of the 'topicName
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'topicName
' attribute was set.
topicName
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'topicName
' attribute.
The name
field of a Cloud Pub/Sub Topic.
[in] | value | The new value. |