reseller  v1
Public Member Functions | Static Public Member Functions | List of all members
google_reseller_api::ResellernotifyGetwatchdetailsResponse Class Reference

#include <resellernotify_getwatchdetails_response.h>

Inheritance diagram for google_reseller_api::ResellernotifyGetwatchdetailsResponse:

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 ResellernotifyGetwatchdetailsResponseNew ()
 

Detailed Description

JSON template for resellernotify getwatchdetails response.

Constructor & Destructor Documentation

◆ ResellernotifyGetwatchdetailsResponse() [1/2]

google_reseller_api::ResellernotifyGetwatchdetailsResponse::ResellernotifyGetwatchdetailsResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ResellernotifyGetwatchdetailsResponse() [2/2]

google_reseller_api::ResellernotifyGetwatchdetailsResponse::ResellernotifyGetwatchdetailsResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ResellernotifyGetwatchdetailsResponse()

google_reseller_api::ResellernotifyGetwatchdetailsResponse::~ResellernotifyGetwatchdetailsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_service_account_email_addresses()

void google_reseller_api::ResellernotifyGetwatchdetailsResponse::clear_service_account_email_addresses ( )
inline

Clears the 'serviceAccountEmailAddresses' attribute.

◆ clear_topic_name()

void google_reseller_api::ResellernotifyGetwatchdetailsResponse::clear_topic_name ( )
inline

Clears the 'topicName' attribute.

◆ get_service_account_email_addresses()

const client::JsonCppArray<string > google_reseller_api::ResellernotifyGetwatchdetailsResponse::get_service_account_email_addresses ( ) const
inline

Get a reference to the value of the 'serviceAccountEmailAddresses' attribute.

◆ get_topic_name()

const StringPiece google_reseller_api::ResellernotifyGetwatchdetailsResponse::get_topic_name ( ) const
inline

Get the value of the 'topicName' attribute.

◆ GetTypeName()

const StringPiece google_reseller_api::ResellernotifyGetwatchdetailsResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_reseller_api::ResellernotifyGetwatchdetailsResponse

◆ has_service_account_email_addresses()

bool google_reseller_api::ResellernotifyGetwatchdetailsResponse::has_service_account_email_addresses ( ) const
inline

Determine if the 'serviceAccountEmailAddresses' attribute was set.

Returns
true if the 'serviceAccountEmailAddresses' attribute was set.

◆ has_topic_name()

bool google_reseller_api::ResellernotifyGetwatchdetailsResponse::has_topic_name ( ) const
inline

Determine if the 'topicName' attribute was set.

Returns
true if the 'topicName' attribute was set.

◆ mutable_serviceAccountEmailAddresses()

client::JsonCppArray<string > google_reseller_api::ResellernotifyGetwatchdetailsResponse::mutable_serviceAccountEmailAddresses ( )
inline

Gets a reference to a mutable value of the 'serviceAccountEmailAddresses' property.

List of registered service accounts.

Returns
The result can be modified to change the attribute value.

◆ New()

ResellernotifyGetwatchdetailsResponse * google_reseller_api::ResellernotifyGetwatchdetailsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_topic_name()

void google_reseller_api::ResellernotifyGetwatchdetailsResponse::set_topic_name ( const StringPiece &  value)
inline

Change the 'topicName' attribute.

Topic name of the PubSub.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: