|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MediaMediaType | |
|---|---|
| com.google.api.ads.adwords.v201109.cm | |
| Uses of MediaMediaType in com.google.api.ads.adwords.v201109.cm |
|---|
| Fields in com.google.api.ads.adwords.v201109.cm declared as MediaMediaType | |
|---|---|
static MediaMediaType |
MediaMediaType.AUDIO
|
static MediaMediaType |
MediaMediaType.DYNAMIC_IMAGE
|
static MediaMediaType |
MediaMediaType.ICON
|
static MediaMediaType |
MediaMediaType.IMAGE
|
static MediaMediaType |
MediaMediaType.STANDARD_ICON
|
static MediaMediaType |
MediaMediaType.VIDEO
|
| Methods in com.google.api.ads.adwords.v201109.cm that return MediaMediaType | |
|---|---|
static MediaMediaType |
MediaMediaType.fromString(String value)
|
static MediaMediaType |
MediaMediaType.fromValue(String value)
|
MediaMediaType |
Media.getType()
Gets the type value for this Media. |
| Methods in com.google.api.ads.adwords.v201109.cm with parameters of type MediaMediaType | |
|---|---|
void |
Media.setType(MediaMediaType type)
Sets the type value for this Media. |
| Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type MediaMediaType | |
|---|---|
Audio(Long mediaId,
MediaMediaType type,
Long referenceId,
Media_Size_DimensionsMapEntry[] dimensions,
Media_Size_StringMapEntry[] urls,
MediaMimeType mimeType,
String sourceUrl,
String name,
Long fileSize,
String creationTime,
String mediaType,
Long durationMillis,
String streamingUrl,
Boolean readyToPlayOnTheWeb)
|
|
Image(Long mediaId,
MediaMediaType type,
Long referenceId,
Media_Size_DimensionsMapEntry[] dimensions,
Media_Size_StringMapEntry[] urls,
MediaMimeType mimeType,
String sourceUrl,
String name,
Long fileSize,
String creationTime,
String mediaType,
byte[] data)
|
|
Media(Long mediaId,
MediaMediaType type,
Long referenceId,
Media_Size_DimensionsMapEntry[] dimensions,
Media_Size_StringMapEntry[] urls,
MediaMimeType mimeType,
String sourceUrl,
String name,
Long fileSize,
String creationTime,
String mediaType)
|
|
Video(Long mediaId,
MediaMediaType type,
Long referenceId,
Media_Size_DimensionsMapEntry[] dimensions,
Media_Size_StringMapEntry[] urls,
MediaMimeType mimeType,
String sourceUrl,
String name,
Long fileSize,
String creationTime,
String mediaType,
Long durationMillis,
String streamingUrl,
Boolean readyToPlayOnTheWeb,
String industryStandardCommercialIdentifier,
String advertisingId,
String youTubeVideoIdString)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||