analytics  v3
Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::Profile::ProfilePermissions Class Reference

#include <profile.h>

Inheritance diagram for google_analytics_api::Profile::ProfilePermissions:

Public Member Functions

 ProfilePermissions (const Json::Value &storage)
 
 ProfilePermissions (Json::Value *storage)
 
virtual ~ProfilePermissions ()
 
const StringPiece GetTypeName () const
 
bool has_effective () const
 
void clear_effective ()
 
const client::JsonCppArray< string > get_effective () const
 
client::JsonCppArray< string > mutable_effective ()
 

Static Public Member Functions

static ProfilePermissionsNew ()
 

Detailed Description

Permissions the user has for this view (profile).

Constructor & Destructor Documentation

◆ ProfilePermissions() [1/2]

google_analytics_api::Profile::ProfilePermissions::ProfilePermissions ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ ProfilePermissions() [2/2]

google_analytics_api::Profile::ProfilePermissions::ProfilePermissions ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~ProfilePermissions()

google_analytics_api::Profile::ProfilePermissions::~ProfilePermissions ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_effective()

void google_analytics_api::Profile::ProfilePermissions::clear_effective ( )
inline

Clears the 'effective' attribute.

◆ get_effective()

const client::JsonCppArray<string > google_analytics_api::Profile::ProfilePermissions::get_effective ( ) const
inline

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

◆ GetTypeName()

const StringPiece google_analytics_api::Profile::ProfilePermissions::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::ProfilePermissions

◆ has_effective()

bool google_analytics_api::Profile::ProfilePermissions::has_effective ( ) const
inline

Determine if the 'effective' attribute was set.

Returns
true if the 'effective' attribute was set.

◆ mutable_effective()

client::JsonCppArray<string > google_analytics_api::Profile::ProfilePermissions::mutable_effective ( )
inline

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

All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property.

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

◆ New()

Profile::ProfilePermissions * google_analytics_api::Profile::ProfilePermissions::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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