| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Upload |
Upload.clone() |
Upload |
Upload.set(String fieldName,
Object value) |
Upload |
Upload.setAccountId(Long accountId)
Account Id to which this upload belongs.
|
Upload |
Upload.setCustomDataSourceId(String customDataSourceId)
Custom data source Id to which this data import belongs.
|
Upload |
Upload.setErrors(List<String> errors)
Data import errors collection.
|
Upload |
Upload.setId(String id)
A unique ID for this upload.
|
Upload |
Upload.setKind(String kind)
Resource type for Analytics upload.
|
Upload |
Upload.setStatus(String status)
Upload status.
|
Upload |
Upload.setUploadTime(DateTime uploadTime)
Time this file is uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
List<Upload> |
Uploads.getItems()
A list of uploads.
|
| Modifier and Type | Method and Description |
|---|---|
Uploads |
Uploads.setItems(List<Upload> items)
A list of uploads.
|
Copyright © 2011–2022 Google. All rights reserved.