|
reseller
v1
|
#include <resellernotify_getwatchdetails_response.h>
Public Member Functions | |
| ResellernotifyGetwatchdetailsResponse (const Json::Value &storage) | |
| ResellernotifyGetwatchdetailsResponse (Json::Value *storage) | |
| virtual | ~ResellernotifyGetwatchdetailsResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_service_account_email_addresses () const |
| void | clear_service_account_email_addresses () |
| const client::JsonCppArray< string > | get_service_account_email_addresses () const |
| client::JsonCppArray< string > | mutable_serviceAccountEmailAddresses () |
| 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 ResellernotifyGetwatchdetailsResponse * | New () |
JSON template for resellernotify getwatchdetails response.
|
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 'serviceAccountEmailAddresses' attribute.
|
inline |
Clears the 'topicName' attribute.
|
inline |
Get a reference to the value of the 'serviceAccountEmailAddresses' attribute.
|
inline |
Get the value of the 'topicName' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'serviceAccountEmailAddresses' attribute was set.
serviceAccountEmailAddresses' attribute was set.
|
inline |
Determine if the 'topicName' attribute was set.
topicName' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'serviceAccountEmailAddresses' property.
List of registered service accounts.
|
static |
Creates a new default instance.
|
inline |
Change the 'topicName' attribute.
Topic name of the PubSub.
| [in] | value | The new value. |