| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.clone() |
Project |
Project.set(java.lang.String fieldName,
java.lang.Object value) |
Project |
Project.setAccountId(java.lang.Long accountId)
Account ID of this project.
|
Project |
Project.setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this project.
|
Project |
Project.setAudienceAgeGroup(java.lang.String audienceAgeGroup)
Audience age group of this project.
|
Project |
Project.setAudienceGender(java.lang.String audienceGender)
Audience gender of this project.
|
Project |
Project.setBudget(java.lang.Long budget)
Budget of this project in the currency specified by the current account.
|
Project |
Project.setClientBillingCode(java.lang.String clientBillingCode)
Client billing code of this project.
|
Project |
Project.setClientName(java.lang.String clientName)
Name of the project client.
|
Project |
Project.setEndDate(com.google.api.client.util.DateTime endDate)
End date of the project.
|
Project |
Project.setId(java.lang.Long id)
ID of this project.
|
Project |
Project.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Project |
Project.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this project.
|
Project |
Project.setName(java.lang.String name)
Name of this project.
|
Project |
Project.setOverview(java.lang.String overview)
Overview of this project.
|
Project |
Project.setStartDate(com.google.api.client.util.DateTime startDate)
Start date of the project.
|
Project |
Project.setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this project.
|
Project |
Project.setTargetClicks(java.lang.Long targetClicks)
Number of clicks that the advertiser is targeting.
|
Project |
Project.setTargetConversions(java.lang.Long targetConversions)
Number of conversions that the advertiser is targeting.
|
Project |
Project.setTargetCpaNanos(java.lang.Long targetCpaNanos)
CPA that the advertiser is targeting.
|
Project |
Project.setTargetCpcNanos(java.lang.Long targetCpcNanos)
CPC that the advertiser is targeting.
|
Project |
Project.setTargetCpmActiveViewNanos(java.lang.Long targetCpmActiveViewNanos)
vCPM from Active View that the advertiser is targeting.
|
Project |
Project.setTargetCpmNanos(java.lang.Long targetCpmNanos)
CPM that the advertiser is targeting.
|
Project |
Project.setTargetImpressions(java.lang.Long targetImpressions)
Number of impressions that the advertiser is targeting.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Project> |
ProjectsListResponse.getProjects()
Project collection.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectsListResponse |
ProjectsListResponse.setProjects(java.util.List<Project> projects)
Project collection.
|