| Package | Description |
|---|---|
| com.google.api.services.youtubeAnalytics.model |
| Modifier and Type | Method and Description |
|---|---|
BatchReport |
BatchReport.clone() |
BatchReport |
BatchReport.set(java.lang.String fieldName,
java.lang.Object value) |
BatchReport |
BatchReport.setId(java.lang.String id)
The ID that YouTube assigns and uses to uniquely identify the report.
|
BatchReport |
BatchReport.setKind(java.lang.String kind)
This value specifies the type of data of this item.
|
BatchReport |
BatchReport.setOutputs(java.util.List<BatchReport.Outputs> outputs)
Report outputs.
|
BatchReport |
BatchReport.setReportId(java.lang.String reportId)
The ID of the the report definition.
|
BatchReport |
BatchReport.setTimeSpan(BatchReport.TimeSpan timeSpan)
Period included in the report.
|
BatchReport |
BatchReport.setTimeUpdated(com.google.api.client.util.DateTime timeUpdated)
The time when the report was updated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BatchReport> |
BatchReportList.getItems()
A list of batchReport resources that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReportList |
BatchReportList.setItems(java.util.List<BatchReport> items)
A list of batchReport resources that match the request criteria.
|