Deprecated API


Contents
Deprecated Classes
com.google.api.ads.adwords.lib.factory.AdWordsServices
          use com.google.api.ads.adwords.axis.factory.AdWordsServices or com.google.api.ads.adwords.jaxws.factory.AdWordsServices instead. 
com.google.api.ads.common.lib.auth.CaptchaInformation
          Use .ClientLogin.ErrorInfo ErrorInfo from .ClientLoginResponseException#getDetails() ClientLoginResponseException#getDetails() instead. 
com.google.api.ads.adwords.lib.utils.DefinedReportDownloadHelper
          Use AdHocReportDownloadHelper AdHoc reports instead. 
com.google.api.ads.dfa.lib.factory.DfaServices
          use com.google.api.ads.dfa.axis.factory.DfaServices instead. 
com.google.api.ads.dfp.lib.factory.DfpServices
          use com.google.api.ads.dfp.axis.factory.DfpServices or com.google.api.ads.dfp.jaxws.factory.DfpServices instead. 
com.google.api.ads.common.lib.factory.FactoryConfiguration
          the SOAP-framework-agnostic *Services utilities, the only classes which used this class, are now all deprecated. 
 

Deprecated Enums
com.google.api.ads.dfp.lib.client.DfpSession.Environment
            
 

Deprecated Exceptions
com.google.api.ads.common.lib.exception.ClientLoginException
          Use .ClientLoginResponseException ClientLoginResponseException instead 
 

Deprecated Fields
com.google.api.ads.common.lib.auth.ClientLoginTokens.ADWORDS_SERVICE
          Use ClientLoginTokens.Api.ADWORDS in Builder#forApi(Api). 
com.google.api.ads.common.lib.auth.ClientLoginTokens.DFP_SERVICE
          Use ClientLoginTokens.Api.DFP in Builder#forApi(Api). 
 

Deprecated Methods
com.google.api.ads.common.lib.soap.ProductFrameworkModule.determineSoapModule(Class)
          the SOAP-framework-agnostic *Services utilities, the only classes which use this method, are now all deprecated. 
com.google.api.ads.common.lib.auth.ClientLoginTokens.from(Configuration)
          Use new ClientTokens.Builder().forApi(Api.ADWORDS) .from(config) instead. 
com.google.api.ads.common.lib.auth.ClientLoginTokens.from(String, String)
          Use new ClientTokens.Builder().forApi(Api.ADWORDS) .withEmailAndPassword(email, password) instead. 
com.google.api.ads.common.lib.auth.ClientLoginTokens.from(String, String, String, String)
          Use new ClientTokens.Builder() .forApi(Api.ADWORDS) .withEmailAndPassword(email, password) .withLoginTokenAndCaptcha(loginToken, loginCaptcha) instead. 
com.google.api.ads.common.lib.auth.ClientLoginTokens.fromFile()
          Use new ClientTokens.Builder().forApi(Api.ADWORDS) .fromFile() instead. 
com.google.api.ads.common.lib.auth.ClientLoginTokens.fromFile(File)
          Use new ClientTokens.Builder().forApi(Api.ADWORDS) .fromFile(path) instead. 
com.google.api.ads.common.lib.auth.ClientLoginTokens.fromFile(String)
          Use new ClientTokens.Builder().forApi(Api.ADWORDS) .fromFile(path) instead. 
com.google.api.ads.common.lib.auth.ClientLoginTokens.fromFile(URL)
          Use new ClientTokens.Builder().forApi(Api.ADWORDS) .fromFile(path) instead. 
com.google.api.ads.adwords.lib.client.AdWordsSession.getOAuthParameters()
          It is encouraged that you switch to OAuth2 at your earliest convenience. Beginning in 1.9.0, the GoogleOAuth authorization flow will no longer be supported, making it substantially more difficult to create OAuth1.0a tokens. 
com.google.api.ads.dfp.lib.client.DfpSession.isEnvironment(Endpoint)
            
com.google.api.ads.adwords.lib.client.AdWordsSession.setOAuthParameters(OAuthParameters)
          It is encouraged that you switch to OAuth2 at your earliest convenience. Beginning in 1.9.0, the GoogleOAuth authorization flow will no longer be supported, making it substantially more difficult to create OAuth1.0a tokens. 
com.google.api.ads.dfp.lib.client.DfpSession.setOAuthParameters(OAuthParameters)
          It is encouraged that you switch to OAuth2 at your earliest convenience. Beginning in 1.9.0, the GoogleOAuth authorization flow will no longer be supported, making it substantially more difficult to create OAuth1.0a tokens. 
com.google.api.ads.dfp.lib.client.DfpSession.Builder.withEnvironment(DfpSession.Environment)
            
com.google.api.ads.adwords.lib.client.AdWordsSession.Builder.withOAuthParameters(OAuthParameters)
          It is encouraged that you switch to OAuth2 at your earliest convenience. Beginning in 1.9.0, the GoogleOAuth authorization flow will no longer be supported, making it substantially more difficult to create OAuth1.0a tokens. 
com.google.api.ads.dfp.lib.client.DfpSession.Builder.withOAuthParameters(OAuthParameters)
          It is encouraged that you switch to OAuth2 at your earliest convenience. Beginning in 1.9.0, the GoogleOAuth authorization flow will no longer be supported, making it substantially more difficult to create OAuth1.0a tokens. 
 

Deprecated Constructors
com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory(AbstractModule)
          use AdWordsServiceClientFactory.AdWordsServiceClientFactory(Injector) 
com.google.api.ads.common.lib.auth.ClientLoginTokens(String)
          Use new ClientLoginTokens.Builder() instead 
com.google.api.ads.dfa.lib.factory.DfaServiceClientFactory(AbstractModule)
          use DfaServiceClientFactory.DfaServiceClientFactory(Injector) 
com.google.api.ads.dfp.lib.factory.DfpServiceClientFactory(AbstractModule)
          use DfpServiceClientFactory.DfpServiceClientFactory(Injector) 
 



Copyright © 2012. All Rights Reserved.