Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.YieldGroupService Class Reference
Inheritance diagram for Google.Api.Ads.AdManager.v202305.YieldGroupService:
Google.Api.Ads.AdManager.v202305.IYieldGroupService Google.Api.Ads.AdManager.v202305.YieldGroupServiceInterface

Public Member Functions

 YieldGroupService ()
 Creates a new instance of the YieldGroupService class. More...
 
 YieldGroupService (string endpointConfigurationName)
 Creates a new instance of the YieldGroupService class. More...
 
 YieldGroupService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the YieldGroupService class. More...
 
 YieldGroupService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the YieldGroupService class. More...
 
 YieldGroupService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the YieldGroupService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.YieldGroup[] 
createYieldGroups (Google.Api.Ads.AdManager.v202305.YieldGroup[] yieldGroups)
 Creates yield groups in bulk. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.YieldGroup[]> 
createYieldGroupsAsync (Google.Api.Ads.AdManager.v202305.YieldGroup[] yieldGroups)
 
virtual
Google.Api.Ads.AdManager.v202305.YieldGroupPage 
getYieldGroupsByStatement (Google.Api.Ads.AdManager.v202305.Statement statement)
 Gets a page of yield groups, with child tags, filtered by the given statement. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.YieldGroupPage
getYieldGroupsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement statement)
 
virtual
Google.Api.Ads.AdManager.v202305.YieldPartner[] 
getYieldPartners ()
 Returns the available partners for yield groups, each one of them is backed by a company. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.YieldPartner[]> 
getYieldPartnersAsync ()
 
virtual
Google.Api.Ads.AdManager.v202305.YieldGroup[] 
updateYieldGroups (Google.Api.Ads.AdManager.v202305.YieldGroup[] yieldGroups)
 Updates a list of yield groups. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.YieldGroup[]> 
updateYieldGroupsAsync (Google.Api.Ads.AdManager.v202305.YieldGroup[] yieldGroups)
 

Constructor & Destructor Documentation

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

Creates a new instance of the YieldGroupService class.

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

Creates a new instance of the YieldGroupService class.

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

Creates a new instance of the YieldGroupService class.

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

Creates a new instance of the YieldGroupService class.

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

Creates a new instance of the YieldGroupService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.YieldGroup [] Google.Api.Ads.AdManager.v202305.YieldGroupService.createYieldGroups ( Google.Api.Ads.AdManager.v202305.YieldGroup[]  yieldGroups)
inlinevirtual

Creates yield groups in bulk.

Implements Google.Api.Ads.AdManager.v202305.IYieldGroupService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.YieldGroup[]> Google.Api.Ads.AdManager.v202305.YieldGroupService.createYieldGroupsAsync ( Google.Api.Ads.AdManager.v202305.YieldGroup[]  yieldGroups)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.YieldGroupPage Google.Api.Ads.AdManager.v202305.YieldGroupService.getYieldGroupsByStatement ( Google.Api.Ads.AdManager.v202305.Statement  statement)
inlinevirtual

Gets a page of yield groups, with child tags, filtered by the given statement.

Implements Google.Api.Ads.AdManager.v202305.YieldGroupServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.YieldGroupPage> Google.Api.Ads.AdManager.v202305.YieldGroupService.getYieldGroupsByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  statement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.YieldPartner [] Google.Api.Ads.AdManager.v202305.YieldGroupService.getYieldPartners ( )
inlinevirtual

Returns the available partners for yield groups, each one of them is backed by a company.

Implements Google.Api.Ads.AdManager.v202305.IYieldGroupService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.YieldPartner[]> Google.Api.Ads.AdManager.v202305.YieldGroupService.getYieldPartnersAsync ( )
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.YieldGroup [] Google.Api.Ads.AdManager.v202305.YieldGroupService.updateYieldGroups ( Google.Api.Ads.AdManager.v202305.YieldGroup[]  yieldGroups)
inlinevirtual

Updates a list of yield groups.

Implements Google.Api.Ads.AdManager.v202305.IYieldGroupService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.YieldGroup[]> Google.Api.Ads.AdManager.v202305.YieldGroupService.updateYieldGroupsAsync ( Google.Api.Ads.AdManager.v202305.YieldGroup[]  yieldGroups)
inlinevirtual

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