analytics  v3
Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::EntityUserLink::EntityUserLinkPermissions Class Reference

#include <entity_user_link.h>

Inheritance diagram for google_analytics_api::EntityUserLink::EntityUserLinkPermissions:

Public Member Functions

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

Static Public Member Functions

static EntityUserLinkPermissionsNew ()
 

Detailed Description

Permissions the user has for this entity.

Constructor & Destructor Documentation

◆ EntityUserLinkPermissions() [1/2]

google_analytics_api::EntityUserLink::EntityUserLinkPermissions::EntityUserLinkPermissions ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ EntityUserLinkPermissions() [2/2]

google_analytics_api::EntityUserLink::EntityUserLinkPermissions::EntityUserLinkPermissions ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~EntityUserLinkPermissions()

google_analytics_api::EntityUserLink::EntityUserLinkPermissions::~EntityUserLinkPermissions ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_effective()

void google_analytics_api::EntityUserLink::EntityUserLinkPermissions::clear_effective ( )
inline

Clears the 'effective' attribute.

◆ clear_local()

void google_analytics_api::EntityUserLink::EntityUserLinkPermissions::clear_local ( )
inline

Clears the 'local' attribute.

◆ get_effective()

const client::JsonCppArray<string > google_analytics_api::EntityUserLink::EntityUserLinkPermissions::get_effective ( ) const
inline

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

◆ get_local()

const client::JsonCppArray<string > google_analytics_api::EntityUserLink::EntityUserLinkPermissions::get_local ( ) const
inline

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

◆ GetTypeName()

const StringPiece google_analytics_api::EntityUserLink::EntityUserLinkPermissions::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::EntityUserLinkPermissions

◆ has_effective()

bool google_analytics_api::EntityUserLink::EntityUserLinkPermissions::has_effective ( ) const
inline

Determine if the 'effective' attribute was set.

Returns
true if the 'effective' attribute was set.

◆ has_local()

bool google_analytics_api::EntityUserLink::EntityUserLinkPermissions::has_local ( ) const
inline

Determine if the 'local' attribute was set.

Returns
true if the 'local' attribute was set.

◆ mutable_effective()

client::JsonCppArray<string > google_analytics_api::EntityUserLink::EntityUserLinkPermissions::mutable_effective ( )
inline

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

Effective permissions represent all the permissions that a user has for this entity. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.

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

◆ mutable_local()

client::JsonCppArray<string > google_analytics_api::EntityUserLink::EntityUserLinkPermissions::mutable_local ( )
inline

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

Permissions that a user has been assigned at this very level. Does not include any implied or inherited permissions. Local permissions are modifiable.

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

◆ New()

EntityUserLink::EntityUserLinkPermissions * google_analytics_api::EntityUserLink::EntityUserLinkPermissions::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: