| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Reports.Insert |
Dfareporting.Reports.insert(java.lang.Long profileId,
Report content)
Creates a report.
|
Dfareporting.Reports.Patch |
Dfareporting.Reports.patch(java.lang.Long profileId,
java.lang.Long reportId,
Report content)
Updates a report.
|
Dfareporting.Reports.CompatibleFields.Query |
Dfareporting.Reports.CompatibleFields.query(java.lang.Long profileId,
Report content)
Returns the fields that are compatible to be selected in the respective sections of a report
criteria, given the fields already selected in the input report and user permissions.
|
Dfareporting.Reports.Update |
Dfareporting.Reports.update(java.lang.Long profileId,
java.lang.Long reportId,
Report content)
Updates a report.
|
| Constructor and Description |
|---|
Dfareporting.Reports.CompatibleFields.Query(java.lang.Long profileId,
Report content)
Returns the fields that are compatible to be selected in the respective sections of a report
criteria, given the fields already selected in the input report and user permissions.
|
Dfareporting.Reports.Insert(java.lang.Long profileId,
Report content)
Creates a report.
|
Dfareporting.Reports.Patch(java.lang.Long profileId,
java.lang.Long reportId,
Report content)
Updates a report.
|
Dfareporting.Reports.Update(java.lang.Long profileId,
java.lang.Long reportId,
Report content)
Updates a report.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
Report.clone() |
Report |
Report.set(java.lang.String fieldName,
java.lang.Object value) |
Report |
Report.setAccountId(java.lang.Long accountId)
The account ID to which this report belongs.
|
Report |
Report.setCriteria(Report.Criteria criteria)
The report criteria for a report of type "STANDARD".
|
Report |
Report.setCrossDimensionReachCriteria(Report.CrossDimensionReachCriteria crossDimensionReachCriteria)
The report criteria for a report of type "CROSS_DIMENSION_REACH".
|
Report |
Report.setDelivery(Report.Delivery delivery)
The report's email delivery settings.
|
Report |
Report.setEtag(java.lang.String etag)
The eTag of this response for caching purposes.
|
Report |
Report.setFileName(java.lang.String fileName)
The filename used when generating report files for this report.
|
Report |
Report.setFloodlightCriteria(Report.FloodlightCriteria floodlightCriteria)
The report criteria for a report of type "FLOODLIGHT".
|
Report |
Report.setFormat(java.lang.String format)
The output format of the report.
|
Report |
Report.setId(java.lang.Long id)
The unique ID identifying this report resource.
|
Report |
Report.setKind(java.lang.String kind)
The kind of resource this is, in this case dfareporting#report.
|
Report |
Report.setLastModifiedTime(java.math.BigInteger lastModifiedTime)
The timestamp (in milliseconds since epoch) of when this report was last modified.
|
Report |
Report.setName(java.lang.String name)
The name of the report.
|
Report |
Report.setOwnerProfileId(java.lang.Long ownerProfileId)
The user profile id of the owner of this report.
|
Report |
Report.setPathToConversionCriteria(Report.PathToConversionCriteria pathToConversionCriteria)
The report criteria for a report of type "PATH_TO_CONVERSION".
|
Report |
Report.setReachCriteria(Report.ReachCriteria reachCriteria)
The report criteria for a report of type "REACH".
|
Report |
Report.setSchedule(Report.Schedule schedule)
The report's schedule.
|
Report |
Report.setSubAccountId(java.lang.Long subAccountId)
The subaccount ID to which this report belongs if applicable.
|
Report |
Report.setType(java.lang.String type)
The type of the report.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Report> |
ReportList.getItems()
The reports returned in this response.
|
| Modifier and Type | Method and Description |
|---|---|
ReportList |
ReportList.setItems(java.util.List<Report> items)
The reports returned in this response.
|