Ads API .NET library
|
Provides operations for creating, updating and retrieving User objects. More...
Provides operations for creating, updating and retrieving User objects.
A user is assigned one of several different roles. Each Role type has a unique ID that is used to identify that role in an organization. Role types and their IDs can be retrieved by invoking #getAllRoles.
|
inline |
Creates a new instance of the UserService class.
|
inline |
Creates a new instance of the UserService class.
|
inline |
Creates a new instance of the UserService class.
|
inline |
Creates a new instance of the UserService class.
|
inline |
Creates a new instance of the UserService class.
|
inlinevirtual |
Creates new User objects.
Implements Google.Api.Ads.AdManager.v202311.IUserService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202311.IUserService.
|
inlinevirtual |
Returns the Role objects that are defined for the users of the network.
Implements Google.Api.Ads.AdManager.v202311.IUserService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202311.IUserService.
|
inlinevirtual |
Returns the current User.
Implements Google.Api.Ads.AdManager.v202311.UserServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Gets a UserPage of User objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
email | User::email |
id | User::id |
name | User::name |
roleId | User::roleId |
rolename | User::roleName |
status | ACTIVE if User::isActive is true; INACTIVE otherwise |
Implements Google.Api.Ads.AdManager.v202311.UserServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Performs actions on User objects that match the given Statement::query.
Implements Google.Api.Ads.AdManager.v202311.UserServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified User objects.
Implements Google.Api.Ads.AdManager.v202311.IUserService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202311.IUserService.