Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.AccountUserProfiles.Insert |
Dfareporting.AccountUserProfiles.insert(Long profileId,
AccountUserProfile content)
Inserts a new account user profile.
|
Dfareporting.AccountUserProfiles.Patch |
Dfareporting.AccountUserProfiles.patch(Long profileId,
Long id,
AccountUserProfile content)
Updates an existing account user profile.
|
Dfareporting.AccountUserProfiles.Update |
Dfareporting.AccountUserProfiles.update(Long profileId,
AccountUserProfile content)
Updates an existing account user profile.
|
Constructor and Description |
---|
Insert(Long profileId,
AccountUserProfile content)
Inserts a new account user profile.
|
Patch(Long profileId,
Long id,
AccountUserProfile content)
Updates an existing account user profile.
|
Update(Long profileId,
AccountUserProfile content)
Updates an existing account user profile.
|
Modifier and Type | Method and Description |
---|---|
AccountUserProfile |
AccountUserProfile.clone() |
AccountUserProfile |
AccountUserProfile.set(String fieldName,
Object value) |
AccountUserProfile |
AccountUserProfile.setAccountId(Long accountId)
Account ID of the user profile.
|
AccountUserProfile |
AccountUserProfile.setActive(Boolean active)
Whether this user profile is active.
|
AccountUserProfile |
AccountUserProfile.setAdvertiserFilter(ObjectFilter advertiserFilter)
Filter that describes which advertisers are visible to the user profile.
|
AccountUserProfile |
AccountUserProfile.setCampaignFilter(ObjectFilter campaignFilter)
Filter that describes which campaigns are visible to the user profile.
|
AccountUserProfile |
AccountUserProfile.setComments(String comments)
Comments for this user profile.
|
AccountUserProfile |
AccountUserProfile.setEmail(String email)
Email of the user profile.
|
AccountUserProfile |
AccountUserProfile.setId(Long id)
ID of the user profile.
|
AccountUserProfile |
AccountUserProfile.setKind(String kind)
Identifies what kind of resource this is.
|
AccountUserProfile |
AccountUserProfile.setLocale(String locale)
Locale of the user profile.
|
AccountUserProfile |
AccountUserProfile.setName(String name)
Name of the user profile.
|
AccountUserProfile |
AccountUserProfile.setSiteFilter(ObjectFilter siteFilter)
Filter that describes which sites are visible to the user profile.
|
AccountUserProfile |
AccountUserProfile.setSubaccountId(Long subaccountId)
Subaccount ID of the user profile.
|
AccountUserProfile |
AccountUserProfile.setTraffickerType(String traffickerType)
Trafficker type of this user profile.
|
AccountUserProfile |
AccountUserProfile.setUserAccessType(String userAccessType)
User type of the user profile.
|
AccountUserProfile |
AccountUserProfile.setUserRoleFilter(ObjectFilter userRoleFilter)
Filter that describes which user roles are visible to the user profile.
|
AccountUserProfile |
AccountUserProfile.setUserRoleId(Long userRoleId)
User role ID of the user profile.
|
Modifier and Type | Method and Description |
---|---|
List<AccountUserProfile> |
AccountUserProfilesListResponse.getAccountUserProfiles()
Account user profile collection.
|
Modifier and Type | Method and Description |
---|---|
AccountUserProfilesListResponse |
AccountUserProfilesListResponse.setAccountUserProfiles(List<AccountUserProfile> accountUserProfiles)
Account user profile collection.
|
Copyright © 2011–2025 Google. All rights reserved.