analytics  v3
Classes | Public Member Functions | Static Public Attributes | List of all members
google_analytics_api::AnalyticsService Class Reference

#include <analytics_service.h>

Inheritance diagram for google_analytics_api::AnalyticsService:

Classes

class  DataResource
 
class  ManagementResource
 
class  MetadataResource
 
class  ProvisioningResource
 
class  SCOPES
 
class  UserDeletionResource
 

Public Member Functions

 AnalyticsService (client::HttpTransport *transport)
 
virtual ~AnalyticsService ()
 
const DataResourceget_data () const
 
const ManagementResourceget_management () const
 
const MetadataResourceget_metadata () const
 
const ProvisioningResourceget_provisioning () const
 
const UserDeletionResourceget_user_deletion () const
 

Static Public Attributes

static const char googleapis_API_NAME [] = {"analytics"}
 
static const char googleapis_API_VERSION [] = {"v3"}
 
static const char googleapis_API_GENERATOR []
 

Detailed Description

Service definition for AnalyticsService (v3).

For more information about this service, see the API Documentation at 'https://developers.google.com/analytics/

Constructor & Destructor Documentation

◆ AnalyticsService()

google_analytics_api::AnalyticsService::AnalyticsService ( client::HttpTransport *  transport)
explicit

Standard constructor.

Parameters
[in]transportThe transport to use when creating methods to invoke on this service instance.

◆ ~AnalyticsService()

google_analytics_api::AnalyticsService::~AnalyticsService ( )
virtual

Standard destructor.

Member Function Documentation

◆ get_data()

const DataResource& google_analytics_api::AnalyticsService::get_data ( ) const
inline

Gets the resource method factory.

Returns
DataResource for creating methods.

◆ get_management()

const ManagementResource& google_analytics_api::AnalyticsService::get_management ( ) const
inline

Gets the resource method factory.

Returns
ManagementResource for creating methods.

◆ get_metadata()

const MetadataResource& google_analytics_api::AnalyticsService::get_metadata ( ) const
inline

Gets the resource method factory.

Returns
MetadataResource for creating methods.

◆ get_provisioning()

const ProvisioningResource& google_analytics_api::AnalyticsService::get_provisioning ( ) const
inline

Gets the resource method factory.

Returns
ProvisioningResource for creating methods.

◆ get_user_deletion()

const UserDeletionResource& google_analytics_api::AnalyticsService::get_user_deletion ( ) const
inline

Gets the resource method factory.

Returns
UserDeletionResource for creating methods.

Member Data Documentation

◆ googleapis_API_GENERATOR

const char google_analytics_api::AnalyticsService::googleapis_API_GENERATOR
static
Initial value:
= {
"google-apis-code-generator 1.5.1 / 0.1.4"}

The code generator used to generate this API.

◆ googleapis_API_NAME

const char google_analytics_api::AnalyticsService::googleapis_API_NAME = {"analytics"}
static

The name of the API that this was generated from.

◆ googleapis_API_VERSION

const char google_analytics_api::AnalyticsService::googleapis_API_VERSION = {"v3"}
static

The version of the API that this interface was generated from.


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