Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.DynamicProfiles.Insert |
Dfareporting.DynamicProfiles.insert(DynamicProfile content)
Inserts a new dynamic profile.
|
Dfareporting.DynamicProfiles.Update |
Dfareporting.DynamicProfiles.update(DynamicProfile content)
Updates an existing dynamic profile.
|
Constructor and Description |
---|
Insert(DynamicProfile content)
Inserts a new dynamic profile.
|
Update(DynamicProfile content)
Updates an existing dynamic profile.
|
Modifier and Type | Method and Description |
---|---|
DynamicProfile |
DynamicProfile.clone() |
DynamicProfile |
DynamicProfile.set(String fieldName,
Object value) |
DynamicProfile |
DynamicProfile.setActive(DynamicProfileVersion active)
Optional.
|
DynamicProfile |
DynamicProfile.setArchiveStatus(String archiveStatus)
Optional.
|
DynamicProfile |
DynamicProfile.setCreateInfo(LastModifiedInfo createInfo)
Output only.
|
DynamicProfile |
DynamicProfile.setDescription(String description)
Optional.
|
DynamicProfile |
DynamicProfile.setDraft(DynamicProfileVersion draft)
Optional.
|
DynamicProfile |
DynamicProfile.setDynamicProfileId(Long dynamicProfileId)
Output only.
|
DynamicProfile |
DynamicProfile.setKind(String kind)
Output only.
|
DynamicProfile |
DynamicProfile.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Output only.
|
DynamicProfile |
DynamicProfile.setName(String name)
Required.
|
DynamicProfile |
DynamicProfile.setStatus(String status)
Optional.
|
DynamicProfile |
DynamicProfile.setStudioAdvertiserId(Long studioAdvertiserId)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.