| Class and Description |
|---|
| 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.
|
| Enum and Description |
|---|
| com.google.api.ads.dfp.lib.client.DfpSession.Environment |
| Exceptions and Description |
|---|
| com.google.api.ads.common.lib.exception.ClientLoginException
Use
.ClientLoginResponseException ClientLoginResponseException
instead |
| Field and Description |
|---|
| 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). |
| Method and Description |
|---|
| com.google.api.ads.common.lib.soap.ProductFrameworkModule.determineSoapModule(Class extends Annotation>)
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.common.lib.utils.Streams.readAll(InputStream)
it is always safer to supply a charset. See
Streams.readAll(InputStream, Charset). |
| 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.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.Builder.withEnvironment(DfpSession.Environment) |
| 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.
|
| 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.common.lib.utils.Streams.wrapString(String)
it is always safer to supply a charset. See
Streams.wrapString(String, Charset). |
| com.google.api.ads.common.lib.utils.Streams.write(String, OutputStream)
it is always safer to supply a charset. See
Streams.write(String, OutputStream, Charset). |
| Constructor and Description |
|---|
| com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory(AbstractModule) |
| com.google.api.ads.common.lib.auth.ClientLoginTokens(String)
Use
new ClientLoginTokens.Builder() instead |
| com.google.api.ads.dfa.lib.factory.DfaServiceClientFactory(AbstractModule) |
| com.google.api.ads.dfp.lib.factory.DfpServiceClientFactory(AbstractModule) |
Copyright © 2012. All Rights Reserved.