|
Ads API .NET library
|
Service for retrieving Content. More...
Public Member Functions | |
| ContentService () | |
| Creates a new instance of the ContentService class. More... | |
| ContentService (string endpointConfigurationName) | |
| Creates a new instance of the ContentService class. More... | |
| ContentService (string endpointConfigurationName, string remoteAddress) | |
| Creates a new instance of the ContentService class. More... | |
| ContentService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
| Creates a new instance of the ContentService class. More... | |
| ContentService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
| Creates a new instance of the ContentService class. More... | |
| virtual Google.Api.Ads.AdManager.v202605.ContentPage | getContentByStatement (Google.Api.Ads.AdManager.v202605.Statement statement) |
| Gets a ContentPage of Content objects that satisfy the given Statement::query. The following fields are supported for filtering: More... | |
| virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202605.ContentPage > | getContentByStatementAsync (Google.Api.Ads.AdManager.v202605.Statement statement) |
|
inline |
Creates a new instance of the ContentService class.
|
inline |
Creates a new instance of the ContentService class.
|
inline |
Creates a new instance of the ContentService class.
|
inline |
Creates a new instance of the ContentService class.
|
inline |
Creates a new instance of the ContentService class.
|
inlinevirtual |
Gets a ContentPage of Content objects that satisfy the given Statement::query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id | Content::id |
status | Content::status |
name | Content::name |
lastModifiedDateTime | Content::lastModifiedDateTime |
lastDaiIngestDateTime | Content::lastDaiIngestDateTime |
daiIngestStatus | Content::daiIngestStatus |
Implements Google.Api.Ads.AdManager.v202605.ContentServiceInterface.
|
inlinevirtual |