public class Dfareporting.VideoFormats extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.VideoFormats.Get |
class |
Dfareporting.VideoFormats.List |
Constructor and Description |
---|
VideoFormats() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.VideoFormats.Get |
get(Long profileId,
Integer id)
Gets one video format by ID.
|
Dfareporting.VideoFormats.List |
list(Long profileId)
Lists available video formats.
|
public Dfareporting.VideoFormats.Get get(Long profileId, Integer id) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.id
- Video format ID.IOException
public Dfareporting.VideoFormats.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
Copyright © 2011–2025 Google. All rights reserved.