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

Provides methods for creating and retrieving NativeStyle objects. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.NativeStyleService:
Google.Api.Ads.AdManager.v202305.INativeStyleService Google.Api.Ads.AdManager.v202305.NativeStyleServiceInterface

Public Member Functions

 NativeStyleService ()
 Creates a new instance of the NativeStyleService class. More...
 
 NativeStyleService (string endpointConfigurationName)
 Creates a new instance of the NativeStyleService class. More...
 
 NativeStyleService (string endpointConfigurationName, string remoteAddress)
 Creates a new instance of the NativeStyleService class. More...
 
 NativeStyleService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the NativeStyleService class. More...
 
 NativeStyleService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress)
 Creates a new instance of the NativeStyleService class. More...
 
virtual
Google.Api.Ads.AdManager.v202305.NativeStyle[] 
createNativeStyles (Google.Api.Ads.AdManager.v202305.NativeStyle[] nativeStyles)
 Creates new NativeStyle objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.NativeStyle[]> 
createNativeStylesAsync (Google.Api.Ads.AdManager.v202305.NativeStyle[] nativeStyles)
 
virtual
Google.Api.Ads.AdManager.v202305.NativeStylePage 
getNativeStylesByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Gets a NativeStylePage of NativeStyle objects that satisfy the given Statement. The following fields are supported for filtering: More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.NativeStylePage
getNativeStylesByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.UpdateResult 
performNativeStyleAction (Google.Api.Ads.AdManager.v202305.NativeStyleAction nativeStyleAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 Performs actions on native styles that match the given Statement. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.UpdateResult
performNativeStyleActionAsync (Google.Api.Ads.AdManager.v202305.NativeStyleAction nativeStyleAction, Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
virtual
Google.Api.Ads.AdManager.v202305.NativeStyle[] 
updateNativeStyles (Google.Api.Ads.AdManager.v202305.NativeStyle[] nativeStyles)
 Updates the specified NativeStyle objects. More...
 
virtual
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.NativeStyle[]> 
updateNativeStylesAsync (Google.Api.Ads.AdManager.v202305.NativeStyle[] nativeStyles)
 

Detailed Description

Provides methods for creating and retrieving NativeStyle objects.

Constructor & Destructor Documentation

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

Creates a new instance of the NativeStyleService class.

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

Creates a new instance of the NativeStyleService class.

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

Creates a new instance of the NativeStyleService class.

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

Creates a new instance of the NativeStyleService class.

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

Creates a new instance of the NativeStyleService class.

Member Function Documentation

virtual Google.Api.Ads.AdManager.v202305.NativeStyle [] Google.Api.Ads.AdManager.v202305.NativeStyleService.createNativeStyles ( Google.Api.Ads.AdManager.v202305.NativeStyle[]  nativeStyles)
inlinevirtual
virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.NativeStyle[]> Google.Api.Ads.AdManager.v202305.NativeStyleService.createNativeStylesAsync ( Google.Api.Ads.AdManager.v202305.NativeStyle[]  nativeStyles)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.NativeStylePage Google.Api.Ads.AdManager.v202305.NativeStyleService.getNativeStylesByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual

Gets a NativeStylePage of NativeStyle objects that satisfy the given Statement. The following fields are supported for filtering:

PQL Property Object Property
id NativeStyle::id
name NativeStyle::name

Implements Google.Api.Ads.AdManager.v202305.NativeStyleServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.NativeStylePage> Google.Api.Ads.AdManager.v202305.NativeStyleService.getNativeStylesByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.UpdateResult Google.Api.Ads.AdManager.v202305.NativeStyleService.performNativeStyleAction ( Google.Api.Ads.AdManager.v202305.NativeStyleAction  nativeStyleAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual

Performs actions on native styles that match the given Statement.

Implements Google.Api.Ads.AdManager.v202305.NativeStyleServiceInterface.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.UpdateResult> Google.Api.Ads.AdManager.v202305.NativeStyleService.performNativeStyleActionAsync ( Google.Api.Ads.AdManager.v202305.NativeStyleAction  nativeStyleAction,
Google.Api.Ads.AdManager.v202305.Statement  filterStatement 
)
inlinevirtual
virtual Google.Api.Ads.AdManager.v202305.NativeStyle [] Google.Api.Ads.AdManager.v202305.NativeStyleService.updateNativeStyles ( Google.Api.Ads.AdManager.v202305.NativeStyle[]  nativeStyles)
inlinevirtual

Updates the specified NativeStyle objects.

Implements Google.Api.Ads.AdManager.v202305.INativeStyleService.

virtual System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.NativeStyle[]> Google.Api.Ads.AdManager.v202305.NativeStyleService.updateNativeStylesAsync ( Google.Api.Ads.AdManager.v202305.NativeStyle[]  nativeStyles)
inlinevirtual

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