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

Provides methods for adding, updating and retrieving Proposal objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.ProposalService:
Google.Api.Ads.AdManager.v202305.IProposalService Google.Api.Ads.AdManager.v202305.ProposalServiceInterface

Public Member Functions

 ProposalService ()
 Creates a new instance of the ProposalService class. More...
 
 ProposalService (string endpointConfigurationName)
 Creates a new instance of the ProposalService class. More...
 
 ProposalService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the ProposalService class. More...
 
 ProposalService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the ProposalService class. More...
 
 ProposalService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the ProposalService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.Proposal[] 
createProposals (Google.Api.Ads.AdManager.v202305.Proposal[] proposals)
 Creates new Proposal objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Proposal[]> 
createProposalsAsync (Google.Api.Ads.AdManager.v202305.Proposal[] proposals)
 
virtual
Google.Api.Ads.AdManager.v202305.MarketplaceCommentPage 
getMarketplaceCommentsByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a MarketplaceCommentPage of MarketplaceComment objects that satisfy the given Statement::query. This method only returns comments already sent to Marketplace, local draft ProposalMarketplaceInfo::marketplaceComment are not included. The following fields are supported for filtering: More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.MarketplaceCommentPage
getMarketplaceCommentsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.ProposalPage 
getProposalsByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a ProposalPage of Proposal objects that satisfy the given Statement::query. The following fields are supported for filtering: More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.ProposalPage
getProposalsByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performProposalAction (Google.Api.Ads.AdManager.v202305.ProposalAction proposalAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Performs actions on Proposal objects that match the given Statement::query. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.UpdateResult
performProposalActionAsync (Google.Api.Ads.AdManager.v202305.ProposalAction proposalAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.Proposal[] 
updateProposals (Google.Api.Ads.AdManager.v202305.Proposal[] proposals)
 Updates the specified Proposal objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.Proposal[]> 
updateProposalsAsync (Google.Api.Ads.AdManager.v202305.Proposal[] proposals)
 

Detailed Description

Provides methods for adding, updating and retrieving Proposal objects.

Constructor & Destructor Documentation

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

Creates a new instance of the ProposalService class.

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

Creates a new instance of the ProposalService class.

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

Creates a new instance of the ProposalService class.

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

Creates a new instance of the ProposalService class.

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

Creates a new instance of the ProposalService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.Proposal [] Google.Api.Ads.AdManager.v202305.ProposalService.createProposals ( Google.Api.Ads.AdManager.v202305.Proposal[]  proposals)
inlinevirtual

Creates new Proposal objects.

For each proposal, the following fields are required:

Implements Google.Api.Ads.AdManager.v202305.IProposalService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Proposal[]> Google.Api.Ads.AdManager.v202305.ProposalService.createProposalsAsync ( Google.Api.Ads.AdManager.v202305.Proposal[]  proposals)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.MarketplaceCommentPage Google.Api.Ads.AdManager.v202305.ProposalService.getMarketplaceCommentsByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

Gets a MarketplaceCommentPage of MarketplaceComment objects that satisfy the given Statement::query. This method only returns comments already sent to Marketplace, local draft ProposalMarketplaceInfo::marketplaceComment are not included. The following fields are supported for filtering:

PQL Property Object Property
proposalId MarketplaceComment::proposalId

The query must specify a proposalId, and only supports a subset of PQL syntax:
[WHERE <condition> {AND <condition> ...}]
[ORDER BY <property> [ASC | DESC]]
[LIMIT {[<offset>,] <count>} | {<count> OFFSET <offset>}]

<condition>
#x160;#x160;#x160;#x160; := <property> = <value>
<condition> := <property> IN <list>
Only supports ORDER BY MarketplaceComment::creationTime.

Implements Google.Api.Ads.AdManager.v202305.ProposalServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.MarketplaceCommentPage> Google.Api.Ads.AdManager.v202305.ProposalService.getMarketplaceCommentsByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.ProposalPage Google.Api.Ads.AdManager.v202305.ProposalService.getProposalsByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

Gets a ProposalPage of Proposal objects that satisfy the given Statement::query. The following fields are supported for filtering:

PQL Property Object Property
id Proposal::id
dfpOrderId Proposal::dfpOrderId
name Proposal::name
status Proposal::status
isArchived Proposal::isArchived
approvalStatus
Only applicable for proposals using sales management
Proposal::approvalStatus
lastModifiedDateTime Proposal::lastModifiedDateTime
isProgrammatic Proposal::isProgrammatic
negotiationStatus
Only applicable for programmatic proposals
ProposalMarketplaceInfo::negotiationStatus

Implements Google.Api.Ads.AdManager.v202305.ProposalServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ProposalPage> Google.Api.Ads.AdManager.v202305.ProposalService.getProposalsByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.UpdateResult Google.Api.Ads.AdManager.v202305.ProposalService.performProposalAction ( Google.Api.Ads.AdManager.v202305.ProposalAction  proposalAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual

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

The following fields are also required when submitting proposals for approval:

Implements Google.Api.Ads.AdManager.v202305.ProposalServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.UpdateResult> Google.Api.Ads.AdManager.v202305.ProposalService.performProposalActionAsync ( Google.Api.Ads.AdManager.v202305.ProposalAction  proposalAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.Proposal [] Google.Api.Ads.AdManager.v202305.ProposalService.updateProposals ( Google.Api.Ads.AdManager.v202305.Proposal[]  proposals)
inlinevirtual

Updates the specified Proposal objects.

Implements Google.Api.Ads.AdManager.v202305.IProposalService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.Proposal[]> Google.Api.Ads.AdManager.v202305.ProposalService.updateProposalsAsync ( Google.Api.Ads.AdManager.v202305.Proposal[]  proposals)
inlinevirtual

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