Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.MobileApplicationService Class Reference

Provides methods for retrieving MobileApplication objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.MobileApplicationService:
Google.Api.Ads.AdManager.v202305.IMobileApplicationService Google.Api.Ads.AdManager.v202305.MobileApplicationServiceInterface

Public Member Functions

 MobileApplicationService ()
 Creates a new instance of the MobileApplicationService class. More...
 
 MobileApplicationService (string endpointConfigurationName)
 Creates a new instance of the MobileApplicationService class. More...
 
 MobileApplicationService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the MobileApplicationService class. More...
 
 MobileApplicationService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the MobileApplicationService class. More...
 
 MobileApplicationService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the MobileApplicationService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.MobileApplication[] 
createMobileApplications (Google.Api.Ads.AdManager.v202305.MobileApplication[] mobileApplications)
 Creates and claims mobile applications to be used for targeting in the network. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.MobileApplication[]> 
createMobileApplicationsAsync (Google.Api.Ads.AdManager.v202305.MobileApplication[] mobileApplications)
 
virtual
Google.Api.Ads.AdManager.v202305.MobileApplicationPage 
getMobileApplicationsByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a mobileApplicationPage of mobile applications that satisfy the given Statement. The following fields are supported for filtering: More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.MobileApplicationPage
getMobileApplicationsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performMobileApplicationAction (Google.Api.Ads.AdManager.v202305.MobileApplicationAction mobileApplicationAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Performs an action on mobile applications. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.UpdateResult
performMobileApplicationActionAsync (Google.Api.Ads.AdManager.v202305.MobileApplicationAction mobileApplicationAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.MobileApplication[] 
updateMobileApplications (Google.Api.Ads.AdManager.v202305.MobileApplication[] mobileApplications)
 Updates the specified mobile applications. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.MobileApplication[]> 
updateMobileApplicationsAsync (Google.Api.Ads.AdManager.v202305.MobileApplication[] mobileApplications)
 

Detailed Description

Provides methods for retrieving MobileApplication objects.

Constructor & Destructor Documentation

Google.Api.Ads.AdManager.v202305.MobileApplicationService.MobileApplicationService ( )
inline

Creates a new instance of the MobileApplicationService class.

Google.Api.Ads.AdManager.v202305.MobileApplicationService.MobileApplicationService ( string  endpointConfigurationName)
inline

Creates a new instance of the MobileApplicationService class.

Google.Api.Ads.AdManager.v202305.MobileApplicationService.MobileApplicationService ( string  endpointConfigurationName,
string  remoteAddress 
)
inline

Creates a new instance of the MobileApplicationService class.

Google.Api.Ads.AdManager.v202305.MobileApplicationService.MobileApplicationService ( string  endpointConfigurationName,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the MobileApplicationService class.

Google.Api.Ads.AdManager.v202305.MobileApplicationService.MobileApplicationService ( System.ServiceModel.Channels.Binding  binding,
System.ServiceModel.EndpointAddress  remoteAddress 
)
inline

Creates a new instance of the MobileApplicationService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.MobileApplication [] Google.Api.Ads.AdManager.v202305.MobileApplicationService.createMobileApplications ( Google.Api.Ads.AdManager.v202305.MobileApplication[]  mobileApplications)
inlinevirtual

Creates and claims mobile applications to be used for targeting in the network.

Implements Google.Api.Ads.AdManager.v202305.IMobileApplicationService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.MobileApplication[]> Google.Api.Ads.AdManager.v202305.MobileApplicationService.createMobileApplicationsAsync ( Google.Api.Ads.AdManager.v202305.MobileApplication[]  mobileApplications)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.MobileApplicationPage Google.Api.Ads.AdManager.v202305.MobileApplicationService.getMobileApplicationsByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

Gets a mobileApplicationPage of mobile applications that satisfy the given Statement. The following fields are supported for filtering:

PQL Property Object Property
id MobileApplication::id
displayName MobileApplication::displayName
appStore MobileApplication::appStore
appStoreId MobileApplication::appStoreId

isArchived

MobileApplication::isArchived

Implements Google.Api.Ads.AdManager.v202305.MobileApplicationServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.MobileApplicationPage> Google.Api.Ads.AdManager.v202305.MobileApplicationService.getMobileApplicationsByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.UpdateResult Google.Api.Ads.AdManager.v202305.MobileApplicationService.performMobileApplicationAction ( Google.Api.Ads.AdManager.v202305.MobileApplicationAction  mobileApplicationAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.UpdateResult> Google.Api.Ads.AdManager.v202305.MobileApplicationService.performMobileApplicationActionAsync ( Google.Api.Ads.AdManager.v202305.MobileApplicationAction  mobileApplicationAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.MobileApplication [] Google.Api.Ads.AdManager.v202305.MobileApplicationService.updateMobileApplications ( Google.Api.Ads.AdManager.v202305.MobileApplication[]  mobileApplications)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.MobileApplication[]> Google.Api.Ads.AdManager.v202305.MobileApplicationService.updateMobileApplicationsAsync ( Google.Api.Ads.AdManager.v202305.MobileApplication[]  mobileApplications)
inlinevirtual

The documentation for this class was generated from the following file: