analytics
v3
|
#include <entity_user_link.h>
Classes | |
class | EntityUserLinkEntity |
class | EntityUserLinkPermissions |
Public Member Functions | |
EntityUserLink (const Json::Value &storage) | |
EntityUserLink (Json::Value *storage) | |
virtual | ~EntityUserLink () |
const StringPiece | GetTypeName () const |
bool | has_entity () const |
void | clear_entity () |
const EntityUserLinkEntity | get_entity () const |
EntityUserLinkEntity | mutable_entity () |
bool | has_id () const |
void | clear_id () |
const StringPiece | get_id () const |
void | set_id (const StringPiece &value) |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_permissions () const |
void | clear_permissions () |
const EntityUserLinkPermissions | get_permissions () const |
EntityUserLinkPermissions | mutable_permissions () |
bool | has_self_link () const |
void | clear_self_link () |
const StringPiece | get_self_link () const |
void | set_self_link (const StringPiece &value) |
bool | has_user_ref () const |
void | clear_user_ref () |
const UserRef | get_user_ref () const |
UserRef | mutable_userRef () |
Static Public Member Functions | |
static EntityUserLink * | New () |
JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'entity
' attribute.
|
inline |
Clears the 'id
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'permissions
' attribute.
|
inline |
Clears the 'selfLink
' attribute.
|
inline |
Clears the 'userRef
' attribute.
|
inline |
Get a reference to the value of the 'entity
' attribute.
|
inline |
Get the value of the 'id
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get a reference to the value of the 'permissions
' attribute.
|
inline |
Get the value of the 'selfLink
' attribute.
const UserRef google_analytics_api::EntityUserLink::get_user_ref | ( | ) | const |
Get a reference to the value of the 'userRef
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'entity
' attribute was set.
entity
' attribute was set.
|
inline |
Determine if the 'id
' attribute was set.
id
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'permissions
' attribute was set.
permissions
' attribute was set.
|
inline |
Determine if the 'selfLink
' attribute was set.
selfLink
' attribute was set.
|
inline |
Determine if the 'userRef
' attribute was set.
userRef
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'entity
' property.
Entity for this link. It can be an account, a web property, or a view (profile).
|
inline |
Gets a reference to a mutable value of the 'permissions
' property.
Permissions the user has for this entity.
UserRef google_analytics_api::EntityUserLink::mutable_userRef | ( | ) |
Gets a reference to a mutable value of the 'userRef
' property.
User reference.
|
static |
Creates a new default instance.
|
inline |
Change the 'id
' attribute.
Entity user link ID.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
Resource type for entity user link.
[in] | value | The new value. |
|
inline |
Change the 'selfLink
' attribute.
Self link for this resource.
[in] | value | The new value. |