public class Dfareporting.DynamicFeeds extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Dfareporting.DynamicFeeds.Get  | 
class  | 
Dfareporting.DynamicFeeds.Insert  | 
class  | 
Dfareporting.DynamicFeeds.Retransform  | 
class  | 
Dfareporting.DynamicFeeds.Update  | 
| Constructor and Description | 
|---|
DynamicFeeds()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dfareporting.DynamicFeeds.Get | 
get(Long dynamicFeedId)
Gets a dynamic feed by ID. 
 | 
Dfareporting.DynamicFeeds.Insert | 
insert(DynamicFeedsInsertRequest content)
Inserts a new dynamic feed. 
 | 
Dfareporting.DynamicFeeds.Retransform | 
retransform(Long dynamicFeedId)
Retransforms a dynamic feed. 
 | 
Dfareporting.DynamicFeeds.Update | 
update(DynamicFeed content)
Updates a new dynamic feed. 
 | 
public Dfareporting.DynamicFeeds.Get get(Long dynamicFeedId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.dynamicFeedId - Required. Dynamic feed ID.IOExceptionpublic Dfareporting.DynamicFeeds.Insert insert(DynamicFeedsInsertRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the DynamicFeedsInsertRequestIOExceptionpublic Dfareporting.DynamicFeeds.Retransform retransform(Long dynamicFeedId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.dynamicFeedId - Required. Dynamic feed ID.IOExceptionpublic Dfareporting.DynamicFeeds.Update update(DynamicFeed content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the DynamicFeedIOExceptionCopyright © 2011–2025 Google. All rights reserved.