| Package | Description |
|---|---|
| com.google.api.services.youtubeAnalytics.model |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Outputs |
BatchReport.Outputs.clone() |
BatchReport.Outputs |
BatchReport.Outputs.set(java.lang.String fieldName,
java.lang.Object value) |
BatchReport.Outputs |
BatchReport.Outputs.setDownloadUrl(java.lang.String downloadUrl)
Cloud storage URL to download this report.
|
BatchReport.Outputs |
BatchReport.Outputs.setFormat(java.lang.String format)
Format of the output.
|
BatchReport.Outputs |
BatchReport.Outputs.setType(java.lang.String type)
Type of the output.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BatchReport.Outputs> |
BatchReport.getOutputs()
Report outputs.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReport |
BatchReport.setOutputs(java.util.List<BatchReport.Outputs> outputs)
Report outputs.
|