| 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(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
UnsampledReport content)
Create a new unsampled report.
|
| Constructor and Description |
|---|
Analytics.Management.UnsampledReports.Insert(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
UnsampledReport content)
Create a new unsampled report.
|
| Modifier and Type | Method and Description |
|---|---|
UnsampledReport |
UnsampledReport.clone() |
UnsampledReport |
UnsampledReport.set(java.lang.String fieldName,
java.lang.Object value) |
UnsampledReport |
UnsampledReport.setAccountId(java.lang.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(com.google.api.client.util.DateTime created)
Time this unsampled report was created.
|
UnsampledReport |
UnsampledReport.setDimensions(java.lang.String dimensions)
The dimensions for the unsampled report.
|
UnsampledReport |
UnsampledReport.setDownloadType(java.lang.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(java.lang.String endDate)
The end date for the unsampled report.
|
UnsampledReport |
UnsampledReport.setFilters(java.lang.String filters)
The filters for the unsampled report.
|
UnsampledReport |
UnsampledReport.setId(java.lang.String id)
Unsampled report ID.
|
UnsampledReport |
UnsampledReport.setKind(java.lang.String kind)
Resource type for an Analytics unsampled report.
|
UnsampledReport |
UnsampledReport.setMetrics(java.lang.String metrics)
The metrics for the unsampled report.
|
UnsampledReport |
UnsampledReport.setProfileId(java.lang.String profileId)
View (Profile) ID to which this unsampled report belongs.
|
UnsampledReport |
UnsampledReport.setSegment(java.lang.String segment)
The segment for the unsampled report.
|
UnsampledReport |
UnsampledReport.setSelfLink(java.lang.String selfLink)
Link for this unsampled report.
|
UnsampledReport |
UnsampledReport.setStartDate(java.lang.String startDate)
The start date for the unsampled report.
|
UnsampledReport |
UnsampledReport.setStatus(java.lang.String status)
Status of this unsampled report.
|
UnsampledReport |
UnsampledReport.setTitle(java.lang.String title)
Title of the unsampled report.
|
UnsampledReport |
UnsampledReport.setUpdated(com.google.api.client.util.DateTime updated)
Time this unsampled report was last modified.
|
UnsampledReport |
UnsampledReport.setWebPropertyId(java.lang.String webPropertyId)
Web property ID to which this unsampled report belongs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UnsampledReport> |
UnsampledReports.getItems()
A list of unsampled reports.
|
| Modifier and Type | Method and Description |
|---|---|
UnsampledReports |
UnsampledReports.setItems(java.util.List<UnsampledReport> items)
A list of unsampled reports.
|