analytics
v3
|
#include <analytics_service.h>
Public Member Functions | |
ProvisioningResource (AnalyticsService *service) | |
~ProvisioningResource () | |
ProvisioningResource_CreateAccountTicketMethod * | NewCreateAccountTicketMethod (client::AuthorizationCredential *_credential_, const AccountTicket &_content_) const |
ProvisioningResource_CreateAccountTreeMethod * | NewCreateAccountTreeMethod (client::AuthorizationCredential *_credential_, const AccountTreeRequest &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
ProvisioningResource_CreateAccountTicketMethod * google_analytics_api::AnalyticsService::ProvisioningResource::NewCreateAccountTicketMethod | ( | client::AuthorizationCredential * | _credential_, |
const AccountTicket & | _content_ | ||
) | const |
Creates a new ProvisioningResource_CreateAccountTicketMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | <em>content</em> | The data object to createAccountTicket. |
Execute
the method instance, then destroy it when they are finished. ProvisioningResource_CreateAccountTreeMethod * google_analytics_api::AnalyticsService::ProvisioningResource::NewCreateAccountTreeMethod | ( | client::AuthorizationCredential * | _credential_, |
const AccountTreeRequest & | _content_ | ||
) | const |
Creates a new ProvisioningResource_CreateAccountTreeMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | <em>content</em> | The data object to createAccountTree. |
Execute
the method instance, then destroy it when they are finished.