| Package | Description |
|---|---|
| com.google.api.services.analytics | |
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.UnsampledReports.Insert |
Analytics.Management.UnsampledReports.insert(String accountId,
String webPropertyId,
String profileId,
UnsampledReport content)
Create a new unsampled report.
|
| Constructor and Description |
|---|
Insert(String accountId,
String webPropertyId,
String profileId,
UnsampledReport content)
Create a new unsampled report.
|
| Modifier and Type | Method and Description |
|---|---|
UnsampledReport |
UnsampledReport.clone() |
UnsampledReport |
UnsampledReport.set(String fieldName,
Object value) |
UnsampledReport |
UnsampledReport.setAccountId(String accountId)
Account ID to which this unsampled report belongs.
|
UnsampledReport |
UnsampledReport.setCloudStorageDownloadDetails(UnsampledReport.CloudStorageDownloadDetails cloudStorageDownloadDetails)
Download details for a file stored in Google Cloud Storage.
|
UnsampledReport |
UnsampledReport.setCreated(DateTime created)
Time this unsampled report was created.
|
UnsampledReport |
UnsampledReport.setDimensions(String dimensions)
The dimensions for the unsampled report.
|
UnsampledReport |
UnsampledReport.setDownloadType(String downloadType)
The type of download you need to use for the report data file.
|
UnsampledReport |
UnsampledReport.setDriveDownloadDetails(UnsampledReport.DriveDownloadDetails driveDownloadDetails)
Download details for a file stored in Google Drive.
|
UnsampledReport |
UnsampledReport.setEndDate(String endDate)
The end date for the unsampled report.
|
UnsampledReport |
UnsampledReport.setFilters(String filters)
The filters for the unsampled report.
|
UnsampledReport |
UnsampledReport.setId(String id)
Unsampled report ID.
|
UnsampledReport |
UnsampledReport.setKind(String kind)
Resource type for an Analytics unsampled report.
|
UnsampledReport |
UnsampledReport.setMetrics(String metrics)
The metrics for the unsampled report.
|
UnsampledReport |
UnsampledReport.setProfileId(String profileId)
View (Profile) ID to which this unsampled report belongs.
|
UnsampledReport |
UnsampledReport.setSegment(String segment)
The segment for the unsampled report.
|
UnsampledReport |
UnsampledReport.setSelfLink(String selfLink)
Link for this unsampled report.
|
UnsampledReport |
UnsampledReport.setStartDate(String startDate)
The start date for the unsampled report.
|
UnsampledReport |
UnsampledReport.setStatus(String status)
Status of this unsampled report.
|
UnsampledReport |
UnsampledReport.setTitle(String title)
Title of the unsampled report.
|
UnsampledReport |
UnsampledReport.setUpdated(DateTime updated)
Time this unsampled report was last modified.
|
UnsampledReport |
UnsampledReport.setWebPropertyId(String webPropertyId)
Web property ID to which this unsampled report belongs.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnsampledReport> |
UnsampledReports.getItems()
A list of unsampled reports.
|
| Modifier and Type | Method and Description |
|---|---|
UnsampledReports |
UnsampledReports.setItems(List<UnsampledReport> items)
A list of unsampled reports.
|
Copyright © 2011–2022 Google. All rights reserved.