public class Dfareporting.DynamicFeeds extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.DynamicFeeds.Get |
class |
Dfareporting.DynamicFeeds.Insert |
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.
|
public Dfareporting.DynamicFeeds.Get get(Long dynamicFeedId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.dynamicFeedId
- Required. Dynamic feed ID.IOException
public Dfareporting.DynamicFeeds.Insert insert(DynamicFeedsInsertRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the DynamicFeedsInsertRequest
IOException
Copyright © 2011–2025 Google. All rights reserved.