analytics  v3
Public Member Functions | List of all members
google_analytics_api::AnalyticsService::ProvisioningResource Class Reference

#include <analytics_service.h>

Public Member Functions

 ProvisioningResource (AnalyticsService *service)
 
 ~ProvisioningResource ()
 
ProvisioningResource_CreateAccountTicketMethodNewCreateAccountTicketMethod (client::AuthorizationCredential *_credential_, const AccountTicket &_content_) const
 
ProvisioningResource_CreateAccountTreeMethodNewCreateAccountTreeMethod (client::AuthorizationCredential *_credential_, const AccountTreeRequest &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ProvisioningResource()

google_analytics_api::AnalyticsService::ProvisioningResource::ProvisioningResource ( AnalyticsService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~ProvisioningResource()

google_analytics_api::AnalyticsService::ProvisioningResource::~ProvisioningResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewCreateAccountTicketMethod()

ProvisioningResource_CreateAccountTicketMethod * google_analytics_api::AnalyticsService::ProvisioningResource::NewCreateAccountTicketMethod ( client::AuthorizationCredential *  _credential_,
const AccountTicket _content_ 
) const

Creates a new ProvisioningResource_CreateAccountTicketMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to createAccountTicket.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewCreateAccountTreeMethod()

ProvisioningResource_CreateAccountTreeMethod * google_analytics_api::AnalyticsService::ProvisioningResource::NewCreateAccountTreeMethod ( client::AuthorizationCredential *  _credential_,
const AccountTreeRequest _content_ 
) const

Creates a new ProvisioningResource_CreateAccountTreeMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to createAccountTree.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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