| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202108 |
| Modifier and Type | Field and Description |
|---|---|
static ReportingType |
ReportingType.AD_MEDIA |
static ReportingType |
ReportingType.CLIENT |
static ReportingType |
ReportingType.DISABLED |
static ReportingType |
ReportingType.SERVER |
static ReportingType |
ReportingType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ReportingType |
ReportingType.fromString(String value) |
static ReportingType |
ReportingType.fromValue(String value) |
ReportingType |
StreamCreateRequest.getReportingType()
Gets the reportingType value for this StreamCreateRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamCreateRequest.setReportingType(ReportingType reportingType)
Sets the reportingType value for this StreamCreateRequest.
|
| Constructor and Description |
|---|
LinearStreamCreateRequest(String url,
String userAgent,
ReportingType reportingType,
String liveStreamEventAssetKey,
String eventName,
Long liveStreamEventId,
DateTime eventStartDateTime,
DateTime eventEndDateTime,
Boolean prefetchEnabled) |
StreamCreateRequest(String url,
String userAgent,
ReportingType reportingType) |
VodStreamCreateRequest(String url,
String userAgent,
ReportingType reportingType,
Long contentSourceId,
String videoId,
Long contentId,
String contentName,
long[] cuePoints) |
Copyright © 2022. All rights reserved.