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

Provides methods for creating, updating, and retrieving Team objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.TeamService:
Google.Api.Ads.AdManager.v202305.ITeamService Google.Api.Ads.AdManager.v202305.TeamServiceInterface

Public Member Functions

 TeamService ()
 Creates a new instance of the TeamService class. More...
 
 TeamService (string endpointConfigurationName)
 Creates a new instance of the TeamService class. More...
 
 TeamService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the TeamService class. More...
 
 TeamService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the TeamService class. More...
 
 TeamService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the TeamService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.Team[] 
createTeams (Google.Api.Ads.AdManager.v202305.Team[] teams)
 Creates new Team objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Team[]> 
createTeamsAsync (Google.Api.Ads.AdManager.v202305.Team[] teams)
 
virtual
Google.Api.Ads.AdManager.v202305.TeamPage 
getTeamsByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.TeamPage
getTeamsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performTeamAction (Google.Api.Ads.AdManager.v202305.TeamAction teamAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Performs actions on Team objects that match the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.UpdateResult
performTeamActionAsync (Google.Api.Ads.AdManager.v202305.TeamAction teamAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.Team[] 
updateTeams (Google.Api.Ads.AdManager.v202305.Team[] teams)
 Updates the specified Team objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Team[]> 
updateTeamsAsync (Google.Api.Ads.AdManager.v202305.Team[] teams)
 

Detailed Description

Provides methods for creating, updating, and retrieving Team objects.

Teams are used to group users in order to define access to entities such as companies, inventory and orders.

Constructor & Destructor Documentation

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

Creates a new instance of the TeamService class.

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

Creates a new instance of the TeamService class.

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

Creates a new instance of the TeamService class.

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

Creates a new instance of the TeamService class.

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

Creates a new instance of the TeamService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.Team [] Google.Api.Ads.AdManager.v202305.TeamService.createTeams ( Google.Api.Ads.AdManager.v202305.Team[]  teams)
inlinevirtual

Creates new Team objects.

The following fields are required:

Implements Google.Api.Ads.AdManager.v202305.ITeamService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Team[]> Google.Api.Ads.AdManager.v202305.TeamService.createTeamsAsync ( Google.Api.Ads.AdManager.v202305.Team[]  teams)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.TeamPage Google.Api.Ads.AdManager.v202305.TeamService.getTeamsByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

Gets a

TeamPage of Team objects that satisfy the given Statement::query. The following fields are supported for filtering:

PQL Property Object Property
id Team::id
name Team::name
description Team::description

Implements Google.Api.Ads.AdManager.v202305.TeamServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.TeamPage> Google.Api.Ads.AdManager.v202305.TeamService.getTeamsByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.UpdateResult Google.Api.Ads.AdManager.v202305.TeamService.performTeamAction ( Google.Api.Ads.AdManager.v202305.TeamAction  teamAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual

Performs actions on Team objects that match the given Statement::query.

Implements Google.Api.Ads.AdManager.v202305.TeamServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.UpdateResult> Google.Api.Ads.AdManager.v202305.TeamService.performTeamActionAsync ( Google.Api.Ads.AdManager.v202305.TeamAction  teamAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.Team [] Google.Api.Ads.AdManager.v202305.TeamService.updateTeams ( Google.Api.Ads.AdManager.v202305.Team[]  teams)
inlinevirtual

Updates the specified Team objects.

Implements Google.Api.Ads.AdManager.v202305.ITeamService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Team[]> Google.Api.Ads.AdManager.v202305.TeamService.updateTeamsAsync ( Google.Api.Ads.AdManager.v202305.Team[]  teams)
inlinevirtual

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