A B C D E F G H I J L M O P Q R S T U V W

A

ADS_API_LIB_LOG - Static variable in class com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers
The client library logger.
AdsModule<C extends AdsServiceClient<S,D>,D extends AdsServiceDescriptor,S extends AdsSession> - Class in com.google.api.ads.common.lib
Guice module for common bindings.
AdsModule() - Constructor for class com.google.api.ads.common.lib.AdsModule
Default constructor.
AdsServiceClient<S extends AdsSession,D extends AdsServiceDescriptor> - Class in com.google.api.ads.common.lib.client
The base class for all AdsServiceClients.
AdsServiceClient(Object, S, D, SoapClientHandlerInterface<Object>, HeaderHandler<S, D>, AdsServiceLoggers) - Constructor for class com.google.api.ads.common.lib.client.AdsServiceClient
Constructor.
AdsServiceClientFactory<C extends AdsServiceClient<S,D>,S extends AdsSession,D extends AdsServiceDescriptor> - Class in com.google.api.ads.common.lib.factory
Factory which creates ads service clients.
AdsServiceClientFactory(AdsServiceClientFactoryHelper) - Constructor for class com.google.api.ads.common.lib.factory.AdsServiceClientFactory
Constructor.
AdsServiceClientFactoryHelper<C extends AdsServiceClient<S,D>,S extends AdsSession,D extends AdsServiceDescriptor> - Interface in com.google.api.ads.common.lib.factory.helper
Interface for helpers of factories which creates ads service clients.
AdsServiceDescriptor - Interface in com.google.api.ads.common.lib.client
Interface for ads service descriptors.
AdsServiceLoggers - Class in com.google.api.ads.common.lib.utils.logging
The class AdsServiceLogger allows logging of outgoing and incoming SOAP XML messages as API calls are executed.
AdsServiceLoggers(PrettyPrinterInterface, Logger, Logger) - Constructor for class com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers
Constructor.
AdsSession - Interface in com.google.api.ads.common.lib.client
Interface for an ads session.
ADWORDS_SERVICE - Static variable in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use ClientLoginTokens.Api.ADWORDS in Builder#forApi(Api).
AdWordsAxisHeaderHandler - Class in com.google.api.ads.adwords.lib.client
AdWords implementation of HeaderHandler for Axis.
AdWordsAxisHeaderHandler(SoapClientHandlerInterface, OAuthAuthorizationHeaderProvider, OAuth2AuthorizationHeaderProvider, AdWordsApiConfiguration, AdWordsBuildConfiguration) - Constructor for class com.google.api.ads.adwords.lib.client.AdWordsAxisHeaderHandler
Constructor.
AdWordsJaxWsHeaderHandler - Class in com.google.api.ads.adwords.lib.client
AdWords implementation of HeaderHandler for JAX-WS.
AdWordsJaxWsHeaderHandler(SoapClientHandlerInterface, OAuthAuthorizationHeaderProvider, OAuth2AuthorizationHeaderProvider, AdWordsApiConfiguration, AdWordsBuildConfiguration) - Constructor for class com.google.api.ads.adwords.lib.client.AdWordsJaxWsHeaderHandler
Constructor.
AdWordsModule - Class in com.google.api.ads.adwords.lib
Guice module for AdWords bindings.
AdWordsModule() - Constructor for class com.google.api.ads.adwords.lib.AdWordsModule
Default constructor.
AdWordsModule(FactoryConfiguration) - Constructor for class com.google.api.ads.adwords.lib.AdWordsModule
Constructor.
AdWordsServiceClient - Class in com.google.api.ads.adwords.lib.client
Wrapper of underlying SOAP client which allows access for setting headers retrieved from the session.
AdWordsServiceClient(Object, AdWordsServiceDescriptor, AdWordsSession, SoapClientHandlerInterface, HeaderHandler, AdsServiceLoggers) - Constructor for class com.google.api.ads.adwords.lib.client.AdWordsServiceClient
Constructor.
AdWordsServiceClientFactory - Class in com.google.api.ads.adwords.lib.factory
Factory which creates AdWords service clients.
AdWordsServiceClientFactory() - Constructor for class com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory
Default constructor.
AdWordsServiceClientFactory(AdWordsModule) - Constructor for class com.google.api.ads.adwords.lib.factory.AdWordsServiceClientFactory
Constructor that takes an AdWords module.
AdWordsServiceClientFactoryHelper - Class in com.google.api.ads.adwords.lib.factory.helper
Factory helper for AdWords.
AdWordsServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<AdWordsServiceClient, AdWordsSession, AdWordsServiceDescriptor>, FactoryModule.AdsServiceDescriptorFactoryInterface<AdWordsServiceDescriptor>, SoapClientHandlerInterface, AdsLibConfiguration) - Constructor for class com.google.api.ads.adwords.lib.factory.helper.AdWordsServiceClientFactoryHelper
Constructor.
AdWordsServiceDescriptor - Class in com.google.api.ads.adwords.lib.client
AdWordsServiceDescriptor provides a class which defines a service that can be instantiated through reflection.
AdWordsServiceDescriptor(Class<?>, String, AdWordsApiConfiguration) - Constructor for class com.google.api.ads.adwords.lib.client.AdWordsServiceDescriptor
Constructor.
AdWordsServices - Class in com.google.api.ads.adwords.lib.factory
Utility class to create AdWords service clients.
AdWordsServices() - Constructor for class com.google.api.ads.adwords.lib.factory.AdWordsServices
Default constructor.
AdWordsServices(FactoryConfiguration) - Constructor for class com.google.api.ads.adwords.lib.factory.AdWordsServices
Constructor that takes a factory configuration.
AdWordsSession - Class in com.google.api.ads.adwords.lib.client
A AdWordsSession represents a single session of AdWords use.
AdWordsSession.Builder - Class in com.google.api.ads.adwords.lib.client
Builder for AdWordsSession.
AdWordsSession.Builder() - Constructor for class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Constructor.
AdWordsSession.Environment - Enum in com.google.api.ads.adwords.lib.client
Enum representing the endpoint server, aka environment.
AdWordsSoapModule - Annotation Type in com.google.api.ads.adwords.lib
A simple marker annotation used to specify a Guice module that can tie the AdWords library to a SOAP framework.
AuthenticationException - Exception in com.google.api.ads.common.lib.exception
Base exception for all authentication exceptions.
AuthenticationException(String, Throwable) - Constructor for exception com.google.api.ads.common.lib.exception.AuthenticationException
Constructor.
Axis2Compatible - Interface in com.google.api.ads.common.lib.soap.compatability
Specifies that for the AdsServiceClient to be Axis2 compatible, it must be able to retrieve a stub class.
AxisCompatible - Interface in com.google.api.ads.common.lib.soap.compatability
Specifies that for the AdsServiceClient to be Axis compatible, it must be able to retrieve a locator class.

B

BaseAdsServiceClientFactory<C extends AdsServiceClient<S,D>,S extends AdsSession,D extends AdsServiceDescriptor> - Class in com.google.api.ads.common.lib.factory
Base factory which creates service clients.
BaseAdsServiceClientFactory(AdsServiceClientFactory<C, S, D>) - Constructor for class com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory
Constructor.
BaseAdsServiceClientFactory(AbstractModule) - Constructor for class com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory
Constructor.
BaseAdsServiceClientFactory(Injector) - Constructor for class com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory
Constructor.
BaseAdsServiceClientFactoryHelper<C extends AdsServiceClient<S,D>,S extends AdsSession,D extends AdsServiceDescriptor> - Class in com.google.api.ads.common.lib.factory.helper
Abstract helper for AdsServiceClientFactoryHelper.
BaseAdsServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<C, S, D>, FactoryModule.AdsServiceDescriptorFactoryInterface<D>, SoapClientHandlerInterface<?>) - Constructor for class com.google.api.ads.common.lib.factory.helper.BaseAdsServiceClientFactoryHelper
Constructor.
build() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Builds the AdWordsSession.
build() - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.ForApiBuilder
 
build() - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
Builds the FactoryConfiguration.
build() - Method in class com.google.api.ads.common.lib.soap.RequestInfo.Builder
Returns the RequestInfo this Builder has been constructing.
build() - Method in class com.google.api.ads.common.lib.soap.ResponseInfo.Builder
Returns the ResponseInfo this Builder has been constructing.
build() - Method in class com.google.api.ads.common.lib.soap.SoapCallReturn.Builder
Returns the SoapCallReturn this Builder has been constructing.
build() - Method in interface com.google.api.ads.common.lib.utils.Builder
Constructs this object.
build() - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
Builds the DfaSession.
build() - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Builds the DfpSession.
Builder<T> - Interface in com.google.api.ads.common.lib.utils
Builder interface.
buildQuery() - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Builds the query from the clauses.
buildQuery() - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Builds the query from the clauses.

C

callSoapClient(SoapCall<T>) - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Called from SoapServiceClient.invoke(Object, Method, Object[]) if the method is intended for the SOAP client.
CaptchaInformation - Class in com.google.api.ads.common.lib.auth
Deprecated. Use .ClientLogin.ErrorInfo ErrorInfo from .ClientLoginResponseException#getDetails() ClientLoginResponseException#getDetails() instead.
CaptchaInformation(String, String, String) - Constructor for class com.google.api.ads.common.lib.auth.CaptchaInformation
Deprecated. Constructor.
Choices - Class in com.google.api.ads.common.lib.utils
A utility class for handling choice objects.
clearHeaders(T) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Clears the headers of the SOAP client.
ClientLogin - Class in com.google.api.ads.common.lib.auth
Wrapper for ClientLogin.
ClientLogin() - Constructor for class com.google.api.ads.common.lib.auth.ClientLogin
 
ClientLoginException - Exception in com.google.api.ads.common.lib.exception
Deprecated. Use .ClientLoginResponseException ClientLoginResponseException instead
ClientLoginException(Integer, String, String, CaptchaInformation, IOException) - Constructor for exception com.google.api.ads.common.lib.exception.ClientLoginException
Deprecated. Constructor.
ClientLoginTokens - Class in com.google.api.ads.common.lib.auth
ClientLogin token provider.

Example usage:
ClientLoginTokens(String) - Constructor for class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use new ClientLoginTokens.Builder() instead
ClientLoginTokens.Api - Enum in com.google.api.ads.common.lib.auth
Enum representing the API that ClientLoginTokens can be used for.
ClientLoginTokens.Builder - Class in com.google.api.ads.common.lib.auth
Pre-builder for ClientLoginTokens.
ClientLoginTokens.Builder() - Constructor for class com.google.api.ads.common.lib.auth.ClientLoginTokens.Builder
Constructor.
ClientLoginTokens.ForApiBuilder - Class in com.google.api.ads.common.lib.auth
Builder for ClientLoginTokens.
com.google.api.ads.adwords.lib - package com.google.api.ads.adwords.lib
 
com.google.api.ads.adwords.lib.client - package com.google.api.ads.adwords.lib.client
 
com.google.api.ads.adwords.lib.factory - package com.google.api.ads.adwords.lib.factory
 
com.google.api.ads.adwords.lib.factory.helper - package com.google.api.ads.adwords.lib.factory.helper
 
com.google.api.ads.adwords.lib.utils - package com.google.api.ads.adwords.lib.utils
 
com.google.api.ads.common.lib - package com.google.api.ads.common.lib
 
com.google.api.ads.common.lib.auth - package com.google.api.ads.common.lib.auth
 
com.google.api.ads.common.lib.client - package com.google.api.ads.common.lib.client
 
com.google.api.ads.common.lib.exception - package com.google.api.ads.common.lib.exception
 
com.google.api.ads.common.lib.factory - package com.google.api.ads.common.lib.factory
 
com.google.api.ads.common.lib.factory.helper - package com.google.api.ads.common.lib.factory.helper
 
com.google.api.ads.common.lib.soap - package com.google.api.ads.common.lib.soap
 
com.google.api.ads.common.lib.soap.compatability - package com.google.api.ads.common.lib.soap.compatability
 
com.google.api.ads.common.lib.utils - package com.google.api.ads.common.lib.utils
 
com.google.api.ads.common.lib.utils.logging - package com.google.api.ads.common.lib.utils.logging
 
com.google.api.ads.dfa.lib - package com.google.api.ads.dfa.lib
 
com.google.api.ads.dfa.lib.auth - package com.google.api.ads.dfa.lib.auth
 
com.google.api.ads.dfa.lib.client - package com.google.api.ads.dfa.lib.client
 
com.google.api.ads.dfa.lib.factory - package com.google.api.ads.dfa.lib.factory
 
com.google.api.ads.dfa.lib.factory.helper - package com.google.api.ads.dfa.lib.factory.helper
 
com.google.api.ads.dfp.lib - package com.google.api.ads.dfp.lib
 
com.google.api.ads.dfp.lib.client - package com.google.api.ads.dfp.lib.client
 
com.google.api.ads.dfp.lib.factory - package com.google.api.ads.dfp.lib.factory
 
com.google.api.ads.dfp.lib.factory.helper - package com.google.api.ads.dfp.lib.factory.helper
 
com.google.api.ads.dfp.lib.utils - package com.google.api.ads.dfp.lib.utils
 
configure() - Method in class com.google.api.ads.adwords.lib.AdWordsModule
 
configure() - Method in class com.google.api.ads.common.lib.AdsModule
Configure common Guice bindings.
configure() - Method in class com.google.api.ads.common.lib.factory.FactoryModule
 
configure() - Method in class com.google.api.ads.common.lib.utils.logging.LoggingModule
 
configure() - Method in class com.google.api.ads.dfa.lib.DfaModule
 
configure() - Method in class com.google.api.ads.dfp.lib.DfpModule
 
configureAuthentication() - Method in class com.google.api.ads.common.lib.AdsModule
 
configureFactories(TypeLiteral, TypeLiteral, TypeLiteral, TypeLiteral, Class<H>, Class<?>) - Method in class com.google.api.ads.common.lib.AdsModule
Configures the factories.
configureLogging(String) - Method in class com.google.api.ads.common.lib.AdsModule
Configures the loggers given the prefix.
configureSoap(Class<?>, Class<? extends Annotation>) - Method in class com.google.api.ads.common.lib.AdsModule
Configures which SOAP framework to use.
copy(InputStream, OutputStream) - Static method in class com.google.api.ads.common.lib.utils.Streams
Copies the inputStream into the outputSteam and finally closes the both streams.
create(Object, D, S) - Method in interface com.google.api.ads.common.lib.factory.FactoryModule.AdsServiceClientFactoryInterface
Creates an AdsServiceClient given a SOAP client and an AdsServiceDescriptor descriptor.
create(Class<?>, String) - Method in interface com.google.api.ads.common.lib.factory.FactoryModule.AdsServiceDescriptorFactoryInterface
Creates an ads service descriptor given an interface class.
createAdsServiceClient(D, S) - Method in interface com.google.api.ads.common.lib.factory.helper.AdsServiceClientFactoryHelper
Creates an AdsServiceClient for the descriptor, session, and endpoint.
createAdsServiceClient(D, S) - Method in class com.google.api.ads.common.lib.factory.helper.BaseAdsServiceClientFactoryHelper
Creates an AdsServiceClient given an AdsServiceDescriptor descriptor and an AdsSession.
createServiceClientProxy(D, C) - Method in class com.google.api.ads.common.lib.factory.AdsServiceClientFactory
Creates a proxy around the given AdsServiceClient.
createServiceDescriptor(Class<?>, String) - Method in interface com.google.api.ads.common.lib.factory.helper.AdsServiceClientFactoryHelper
Creates an AdsServiceDescriptor for a specified service.
createServiceDescriptor(Class<?>, String) - Method in class com.google.api.ads.common.lib.factory.helper.BaseAdsServiceClientFactoryHelper
Creates an AdsServiceDescriptor for a specified service.
createSoapCall(Method, Object[]) - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Creates the SoapCall from the soapClientMethod and its args.
createSoapClient(SoapServiceDescriptor) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Creates a SOAP client using the soapServiceDescriptor.
createSoapHeaderElement(QName) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Creates a SOAP header element object specific to the framework that this handler works with.
CsvFiles - Class in com.google.api.ads.common.lib.utils
A utility class for processing and handling CSV files.

D

DateTimesHelper<T,D> - Class in com.google.api.ads.dfp.lib.utils
A utility class for handling DateTime objects.
DateTimesHelper(Class<T>, Class<D>) - Constructor for class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Constructor.
DEFAULT_CONFIGURATION_FILENAME - Static variable in interface com.google.api.ads.common.lib.utils.Builder
 
determineVersion(Class<?>) - Method in class com.google.api.ads.adwords.lib.factory.helper.AdWordsServiceClientFactoryHelper
 
determineVersion(Class<?>) - Method in interface com.google.api.ads.common.lib.factory.helper.AdsServiceClientFactoryHelper
Determines what API version an ads service belongs to.
determineVersion(Class<?>) - Method in class com.google.api.ads.dfa.lib.factory.helper.DfaServiceClientFactoryHelper
 
determineVersion(Class<?>) - Method in class com.google.api.ads.dfp.lib.factory.helper.DfpServiceClientFactoryHelper
 
DfaAxisHeaderHandler - Class in com.google.api.ads.dfa.lib.client
DFA implementation of HeaderHandler.
DfaAxisHeaderHandler(SoapClientHandlerInterface, DfaApiConfiguration, LoginTokens, DfaBuildConfiguration) - Constructor for class com.google.api.ads.dfa.lib.client.DfaAxisHeaderHandler
Constructor.
DfaModule - Class in com.google.api.ads.dfa.lib
Guice module for DFA bindings.
DfaModule() - Constructor for class com.google.api.ads.dfa.lib.DfaModule
Default constructor.
DfaModule(FactoryConfiguration) - Constructor for class com.google.api.ads.dfa.lib.DfaModule
Constructor.
DfaServiceClient - Class in com.google.api.ads.dfa.lib.client
Wrapper of underlying SOAP client which allows access for setting headers retrieved from the session.
DfaServiceClient(Object, DfaServiceDescriptor, DfaSession, SoapClientHandlerInterface, HeaderHandler, AdsServiceLoggers) - Constructor for class com.google.api.ads.dfa.lib.client.DfaServiceClient
Constructor.
DfaServiceClientFactory - Class in com.google.api.ads.dfa.lib.factory
Factory which creates DFA service clients.
DfaServiceClientFactory() - Constructor for class com.google.api.ads.dfa.lib.factory.DfaServiceClientFactory
Default constructor.
DfaServiceClientFactory(DfaModule) - Constructor for class com.google.api.ads.dfa.lib.factory.DfaServiceClientFactory
Constructor that takes an DFA module.
DfaServiceClientFactoryHelper - Class in com.google.api.ads.dfa.lib.factory.helper
Factory helper for DFA.
DfaServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<DfaServiceClient, DfaSession, DfaServiceDescriptor>, FactoryModule.AdsServiceDescriptorFactoryInterface<DfaServiceDescriptor>, SoapClientHandlerInterface, AdsLibConfiguration) - Constructor for class com.google.api.ads.dfa.lib.factory.helper.DfaServiceClientFactoryHelper
Constructor.
DfaServiceDescriptor - Class in com.google.api.ads.dfa.lib.client
DfaServiceDescriptor provides a class which defines a service that can be instantiated through reflection.
DfaServiceDescriptor(Class<?>, String) - Constructor for class com.google.api.ads.dfa.lib.client.DfaServiceDescriptor
Constructor.
DfaServices - Class in com.google.api.ads.dfa.lib.factory
Utility class to create DFA service clients.
DfaServices() - Constructor for class com.google.api.ads.dfa.lib.factory.DfaServices
Default constructor.
DfaServices(FactoryConfiguration) - Constructor for class com.google.api.ads.dfa.lib.factory.DfaServices
Constructor that takes a factory configuration.
DfaSession - Class in com.google.api.ads.dfa.lib.client
A DfaSession represents a single session of DFA use.
DfaSession.Builder - Class in com.google.api.ads.dfa.lib.client
Builder for DfaSession.
DfaSession.Builder() - Constructor for class com.google.api.ads.dfa.lib.client.DfaSession.Builder
Constructor.
DfaSession.Environment - Enum in com.google.api.ads.dfa.lib.client
Enum representing the endpoint server, aka environment.
DfaSoapModule - Annotation Type in com.google.api.ads.dfa.lib
A simple marker annotation used to specify a Guice module that can tie the DFA library to a SOAP framework.
DFP_SERVICE - Static variable in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use ClientLoginTokens.Api.DFP in Builder#forApi(Api).
DfpAxisHeaderHandler - Class in com.google.api.ads.dfp.lib.client
DFP implementation of HeaderHandler.
DfpAxisHeaderHandler(SoapClientHandlerInterface, OAuthAuthorizationHeaderProvider, OAuth2AuthorizationHeaderProvider, DfpApiConfiguration, DfpBuildConfiguration) - Constructor for class com.google.api.ads.dfp.lib.client.DfpAxisHeaderHandler
Constructor.
DfpJaxWsHeaderHandler - Class in com.google.api.ads.dfp.lib.client
DFP implementation of HeaderHandler for JAX-WS.
DfpJaxWsHeaderHandler(SoapClientHandlerInterface, OAuthAuthorizationHeaderProvider, OAuth2AuthorizationHeaderProvider, DfpApiConfiguration, DfpBuildConfiguration) - Constructor for class com.google.api.ads.dfp.lib.client.DfpJaxWsHeaderHandler
Constructor.
DfpModule - Class in com.google.api.ads.dfp.lib
Guice module for DFP bindings.
DfpModule() - Constructor for class com.google.api.ads.dfp.lib.DfpModule
Default constructor.
DfpModule(FactoryConfiguration) - Constructor for class com.google.api.ads.dfp.lib.DfpModule
Constructor.
DfpServiceClient - Class in com.google.api.ads.dfp.lib.client
Wrapper of underlying SOAP client which allows access for setting headers retrieved from the session.
DfpServiceClient(Object, DfpServiceDescriptor, DfpSession, SoapClientHandlerInterface, HeaderHandler, AdsServiceLoggers) - Constructor for class com.google.api.ads.dfp.lib.client.DfpServiceClient
Constructor.
DfpServiceClientFactory - Class in com.google.api.ads.dfp.lib.factory
Factory which creates DFP service clients.
DfpServiceClientFactory() - Constructor for class com.google.api.ads.dfp.lib.factory.DfpServiceClientFactory
Default constructor.
DfpServiceClientFactory(DfpModule) - Constructor for class com.google.api.ads.dfp.lib.factory.DfpServiceClientFactory
Constructor that takes an DFP module.
DfpServiceClientFactoryHelper - Class in com.google.api.ads.dfp.lib.factory.helper
Factory helper for Dfp.
DfpServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<DfpServiceClient, DfpSession, DfpServiceDescriptor>, FactoryModule.AdsServiceDescriptorFactoryInterface<DfpServiceDescriptor>, SoapClientHandlerInterface, AdsLibConfiguration) - Constructor for class com.google.api.ads.dfp.lib.factory.helper.DfpServiceClientFactoryHelper
Constructor.
DfpServiceDescriptor - Class in com.google.api.ads.dfp.lib.client
DfpServiceDescriptor provides a class which defines a service that can be instantiated through reflection.
DfpServiceDescriptor(Class<?>, String) - Constructor for class com.google.api.ads.dfp.lib.client.DfpServiceDescriptor
Constructor.
DfpServices - Class in com.google.api.ads.dfp.lib.factory
Utility class to create DFP service clients.
DfpServices() - Constructor for class com.google.api.ads.dfp.lib.factory.DfpServices
Default constructor.
DfpServices(FactoryConfiguration) - Constructor for class com.google.api.ads.dfp.lib.factory.DfpServices
Constructor that takes a factory configuration.
DfpSession - Class in com.google.api.ads.dfp.lib.client
A DfpSession represents a single session of DFP use.
DfpSession.Builder - Class in com.google.api.ads.dfp.lib.client
Builder for DfpSession.
DfpSession.Builder() - Constructor for class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Constructor.
DfpSession.Environment - Enum in com.google.api.ads.dfp.lib.client
Enum representing the endpoint server, aka environment.
DfpSoapModule - Annotation Type in com.google.api.ads.dfp.lib
A simple marker annotation used to specify a Guice module that can tie the DFP library to a SOAP framework.

E

enablePartialFailure() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Enables partial failure.
enableReportMoneyInMicros() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Enable downloading of money values in reports in micros.
Endpoint - Interface in com.google.api.ads.common.lib.client
Marker interface for Environments to implement.
equals(Object) - Method in class com.google.api.ads.common.lib.soap.SoapCall
 

F

FactoryConfiguration - Class in com.google.api.ads.common.lib.factory
Configuration for Ads*Services classes.
FactoryConfiguration.Builder - Class in com.google.api.ads.common.lib.factory
Builder for FactoryConfiguration.
FactoryConfiguration.Builder() - Constructor for class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
Constructor.
FactoryModule<C extends AdsServiceClient<S,D>,D extends AdsServiceDescriptor,S extends AdsSession,H extends AdsServiceClientFactoryHelper<C,S,D>> - Class in com.google.api.ads.common.lib.factory
Module for factories.
FactoryModule(TypeLiteral, TypeLiteral, TypeLiteral, TypeLiteral, Class<H>, Class<?>) - Constructor for class com.google.api.ads.common.lib.factory.FactoryModule
Constructor.
FactoryModule.AdsServiceClientFactoryInterface<C extends AdsServiceClient<S,D>,S extends AdsSession,D extends AdsServiceDescriptor> - Interface in com.google.api.ads.common.lib.factory
Factory interface class to create AdsServiceClient.
FactoryModule.AdsServiceDescriptorFactoryInterface<D extends AdsServiceDescriptor> - Interface in com.google.api.ads.common.lib.factory
Factory interface class to create AdsServiceDescriptor.
forApi(ClientLoginTokens.Api) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.Builder
Specifies which ClientLoginTokens.Api should this ClientLoginTokens be used for.
from(Configuration) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Reads properties from the provided Configuration object.

Known properties: api.adwords.clientLoginToken api.adwords.clientCustomerId api.adwords.userAgent api.adwords.developerToken api.adwords.isPartialFailure api.adwords.environment - e.g.
from(Configuration) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.ForApiBuilder
Reads properties from the provided Configuration object

Known properties: clientLoginServerUrl - e.g.
from(Configuration) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use new ClientTokens.Builder().forApi(Api.ADWORDS) .from(config) instead.
from(String, String) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use new ClientTokens.Builder().forApi(Api.ADWORDS) .withEmailAndPassword(email, password) instead.
from(String, String, String, String) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use new ClientTokens.Builder() .forApi(Api.ADWORDS) .withEmailAndPassword(email, password) .withLoginTokenAndCaptcha(loginToken, loginCaptcha) instead.
from(Configuration) - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
Reads properties from the provided Configuration object.

Known properties: api.ads.soapClientHandlerModule
from(Configuration) - Method in interface com.google.api.ads.common.lib.utils.Builder
Populates this builder from the specified Configuration.
from(Configuration) - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
Reads properties from the provided Configuration object.

Known properties: api.dfa.username api.dfa.password api.dfa.applicationName api.dfa.token api.dfa.environment, e.g.
from(Configuration) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Reads properties from the provided Configuration object.

Known properties: api.dfp.clientLoginToken api.dfp.applicationName api.dfp.networkCode api.dfp.environment - e.g.
FROM - Static variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
from - Variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
from(String) - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Sets the statement FROM clause in the form of "table".
from(String) - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Sets the statement FROM clause in the form of "table".
fromFile() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
 
fromFile(String) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
 
fromFile(File) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
 
fromFile(URL) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
 
fromFile(String) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.ForApiBuilder
 
fromFile(File) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.ForApiBuilder
 
fromFile(URL) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.ForApiBuilder
 
fromFile() - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.ForApiBuilder
 
fromFile() - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use new ClientTokens.Builder().forApi(Api.ADWORDS) .fromFile() instead.
fromFile(String) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use new ClientTokens.Builder().forApi(Api.ADWORDS) .fromFile(path) instead.
fromFile(File) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use new ClientTokens.Builder().forApi(Api.ADWORDS) .fromFile(path) instead.
fromFile(URL) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Deprecated. Use new ClientTokens.Builder().forApi(Api.ADWORDS) .fromFile(path) instead.
fromFile() - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
 
fromFile(String) - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
 
fromFile(File) - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
 
fromFile(URL) - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
 
fromFile() - Method in interface com.google.api.ads.common.lib.utils.Builder
Loads credentials from "ads.properties" file in one of the following locations according to the following order: in the current directory, in the user home directory, in the classpath
fromFile(String) - Method in interface com.google.api.ads.common.lib.utils.Builder
Populates this builder from a properties file from a specified path.
fromFile(File) - Method in interface com.google.api.ads.common.lib.utils.Builder
Populates this builder from a properties file from a specified path.
fromFile(URL) - Method in interface com.google.api.ads.common.lib.utils.Builder
Populates this builder from a properties file from a specified path.
fromFile() - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
 
fromFile(String) - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
 
fromFile(File) - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
 
fromFile(URL) - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
 
fromFile() - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
 
fromFile(String) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
 
fromFile(File) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
 
fromFile(URL) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
 

G

generateAuthToken(DfaServiceDescriptor, DfaSession) - Method in class com.google.api.ads.dfa.lib.client.DfaAxisHeaderHandler
Generates an authentication token for use with the current session.
generateToken(String, DfaSession) - Method in class com.google.api.ads.dfa.lib.auth.LoginTokens
Generates a new authentication token using reflection.
get(AdWordsSession, Class<T>) - Method in class com.google.api.ads.adwords.lib.factory.AdWordsServices
Gets a client for the service represented by the interface with a reference to the session.
get() - Method in class com.google.api.ads.common.lib.utils.logging.LoggingModule.LoggerProvider
 
get(DfaSession, Class<T>) - Method in class com.google.api.ads.dfa.lib.factory.DfaServices
Gets a client for the service represented by the interface with a reference to the session.
get(DfpSession, Class<T>) - Method in class com.google.api.ads.dfp.lib.factory.DfpServices
Gets a client for the service represented by the interface with a reference to the session.
getAccountType() - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
getAdsSession() - Method in class com.google.api.ads.common.lib.client.AdsServiceClient
Gets the ads session for this client.
getAdWordsSoapModule() - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration
Gets the SOAP module to use for AdWords.
getApplicationName() - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
getApplicationName() - Method in class com.google.api.ads.dfa.lib.client.DfaSession
Gets the application name.
getApplicationName() - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Gets the application name.
getAuthTokenType() - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
getBindVariableMap() - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Returns an unmodifiable form of the key to value map.
getBindVariableMap() - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Gets an unmodifiable key-value map.
getCaptchaAnswer() - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
getCaptchaInfo() - Method in exception com.google.api.ads.common.lib.exception.ClientLoginException
Deprecated.  
getCaptchaToken() - Method in class com.google.api.ads.common.lib.auth.CaptchaInformation
Deprecated. Gets the CAPTCHA token used in the next client login API request.
getCaptchaToken() - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
getCaptchaUrl() - Method in class com.google.api.ads.common.lib.auth.CaptchaInformation
Deprecated. Gets the CAPTCHA URL used to get the CAPTCHA image.
getClientCustomerId() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Gets the client customer ID.
getClientLoginToken() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Gets the client login token.
getClientLoginToken() - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Gets the client login token.
getCsvDataArray(String, boolean) - Static method in class com.google.api.ads.common.lib.utils.CsvFiles
Returns a List<String[]> that contains all rows of the CSV file.
getCsvDataArray(Reader, boolean) - Static method in class com.google.api.ads.common.lib.utils.CsvFiles
Returns a List<String[]> that contains all rows of the CSV file.
getCsvDataByColumn(String, int, boolean) - Static method in class com.google.api.ads.common.lib.utils.CsvFiles
Returns a List<String> representing a single 0-indexed column.
getCsvDataListMap(String, boolean) - Static method in class com.google.api.ads.common.lib.utils.CsvFiles
Returns a List<Map<String, String>> that contains all rows with a field mapping defined by the header.
getCsvDataMap(String, int, int, boolean) - Static method in class com.google.api.ads.common.lib.utils.CsvFiles
Returns a Map<String, String> mapping of the column designated by key to the column designated by value.
getCsvDataMap(String, boolean) - Static method in class com.google.api.ads.common.lib.utils.CsvFiles
Returns a Map<String, String> mapping of the first column to the second column.
getCsvDataMapArray(String, boolean) - Static method in class com.google.api.ads.common.lib.utils.CsvFiles
Returns a Map<String, String[]> mapping of the first column to an array of the rest of the columns.
getDeveloperToken() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
 
getDfaSoapModule() - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration
Gets the SOAP module to use for DFA.
getDfpSoapModule() - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration
Gets the SOAP module to use for DFP.
getEndpoint() - Method in enum com.google.api.ads.adwords.lib.client.AdWordsSession.Environment
 
getEndpoint() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
 
getEndpoint() - Method in interface com.google.api.ads.common.lib.client.AdsSession
Returns the server endpoint to make requests against.
getEndpoint() - Method in interface com.google.api.ads.common.lib.client.Endpoint
Returns the endpoint to use.
getEndpoint() - Method in enum com.google.api.ads.dfa.lib.client.DfaSession.Environment
 
getEndpoint() - Method in class com.google.api.ads.dfa.lib.client.DfaSession
 
getEndpoint() - Method in enum com.google.api.ads.dfp.lib.client.DfpSession.Environment
Gets the endpoint.
getEndpoint() - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Gets the endpoint.
getEndpointAddress(String) - Method in class com.google.api.ads.adwords.lib.client.AdWordsServiceDescriptor
 
getEndpointAddress(String) - Method in interface com.google.api.ads.common.lib.client.AdsServiceDescriptor
Gets the endpoint address for this service and server.
getEndpointAddress(T) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Gets the endpoint address on the SOAP client.
getEndpointAddress(String) - Method in interface com.google.api.ads.common.lib.soap.SoapServiceDescriptor
Gets the endpoint address for this service and server.
getEndpointAddress(String) - Method in class com.google.api.ads.dfa.lib.client.DfaServiceDescriptor
 
getEndpointAddress(String) - Method in class com.google.api.ads.dfp.lib.client.DfpServiceDescriptor
 
getErrorCode() - Method in exception com.google.api.ads.common.lib.exception.ClientLoginException
Deprecated.  
getException() - Method in class com.google.api.ads.common.lib.soap.SoapCallReturn
Gets the exception from the SOAP call that was made if one occurred.
getHeader(T, String) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Gets the value of a header given the SOAP client and the header name.
getHttpResponseBody() - Method in exception com.google.api.ads.common.lib.exception.ClientLoginException
Deprecated.  
getHttpResponseMessage() - Method in class com.google.api.ads.adwords.lib.utils.ReportDownloadResponse
 
getHttpStatus() - Method in class com.google.api.ads.adwords.lib.utils.ReportDownloadResponse
 
getHttpStatusCode() - Method in exception com.google.api.ads.common.lib.exception.ClientLoginException
Deprecated.  
getInputStream() - Method in class com.google.api.ads.adwords.lib.utils.ReportDownloadResponse
 
getInterfaceClass() - Method in class com.google.api.ads.adwords.lib.client.AdWordsServiceDescriptor
 
getInterfaceClass() - Method in interface com.google.api.ads.common.lib.client.AdsServiceDescriptor
Gets the class representing the RPC interface of the service.
getInterfaceClass() - Method in interface com.google.api.ads.common.lib.soap.SoapServiceDescriptor
Gets the class representing the RPC interface of the service.
getInterfaceClass() - Method in class com.google.api.ads.dfa.lib.client.DfaServiceDescriptor
 
getInterfaceClass() - Method in class com.google.api.ads.dfp.lib.client.DfpServiceDescriptor
 
getIoException() - Method in exception com.google.api.ads.common.lib.exception.ClientLoginException
Deprecated.  
getLibLogger() - Method in class com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers
Gets the client library info logger.
getLocatorClass() - Method in class com.google.api.ads.adwords.lib.client.AdWordsServiceDescriptor
 
getLocatorClass() - Method in interface com.google.api.ads.common.lib.soap.compatability.AxisCompatible
Gets the Axis locator class such that it can be instantiated to create an Axis service client.
getLocatorClass() - Method in class com.google.api.ads.dfa.lib.client.DfaServiceDescriptor
Generates the locator class for this service by using reflection.
getLocatorClass() - Method in class com.google.api.ads.dfp.lib.client.DfpServiceDescriptor
 
getLoginClass(String) - Method in class com.google.api.ads.dfa.lib.auth.LoginTokensHelper
Retrieves the Class object representing the login service.
getMediaDataFromFile(String) - Static method in class com.google.api.ads.common.lib.utils.Media
Gets the media data byte[] located in fileName.
getMediaDataFromFile(File) - Static method in class com.google.api.ads.common.lib.utils.Media
Gets the media data byte[] located in file.
getMediaDataFromUrl(String) - Static method in class com.google.api.ads.common.lib.utils.Media
Gets the media data byte[] located at url or null if the media could not be loaded.
getMediaDataFromUrl(URL) - Static method in class com.google.api.ads.common.lib.utils.Media
Gets the media data byte[] located at url or null if the media could not be loaded.
getMessage() - Method in exception com.google.api.ads.common.lib.exception.ClientLoginException
Deprecated.  
getMessage() - Method in exception com.google.api.ads.dfa.lib.auth.LoginTokenException
 
getMethodName() - Method in class com.google.api.ads.common.lib.soap.RequestInfo
Gets the method name.
getNetworkCode() - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Gets the network code.
getOAuth2AuthorizationHeader(OAuth2Compatible) - Method in class com.google.api.ads.common.lib.auth.OAuth2AuthorizationHeaderProvider
Gets the OAuth2 authorization header for the parameters and request URL.
getOAuth2Credential() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Gets the OAuth2 credentials.
getOAuth2Credential() - Method in interface com.google.api.ads.common.lib.auth.OAuth2Compatible
Gets the OAuth parameters.
getOAuth2Credential() - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Gets the OAuth2 credentials.
getOAuthAuthorizationHeader(OAuthCompatible, GenericUrl) - Method in class com.google.api.ads.common.lib.auth.OAuthAuthorizationHeaderProvider
Gets the OAuth authorization header for the parameters and request URL.
getOAuthParameters() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
 
getOAuthParameters() - Method in interface com.google.api.ads.common.lib.auth.OAuthCompatible
Gets the OAuth parameters.
getOAuthParameters() - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Gets the OAuth parameters.
getOffset() - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Gets the current offset.
getOffset() - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Gets the current offset.
getPassword() - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
getPassword() - Method in class com.google.api.ads.dfa.lib.client.DfaSession
Gets the password.
getPropKeyPrefix() - Method in enum com.google.api.ads.common.lib.auth.ClientLoginTokens.Api
Gets the property key prefix.
getRequestInfo() - Method in class com.google.api.ads.common.lib.soap.SoapCallReturn
Gets the request info from the SOAP call that was made.
getResponseInfo() - Method in class com.google.api.ads.common.lib.soap.SoapCallReturn
Gets the response info from the SOAP call that was made.
getReturnValue() - Method in class com.google.api.ads.common.lib.soap.SoapCallReturn
Gets the return value from the SOAP call that was made.
getServerUrl() - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
getService() - Method in enum com.google.api.ads.common.lib.auth.ClientLoginTokens.Api
Gets the service.
getServiceClass() - Method in class com.google.api.ads.adwords.lib.client.AdWordsServiceDescriptor
 
getServiceClass() - Method in interface com.google.api.ads.common.lib.soap.compatability.JaxWsCompatible
Gets the JAX-WS service class such that it can be instantiated to create an JAX-WS service client.
getServiceClass() - Method in class com.google.api.ads.dfp.lib.client.DfpServiceDescriptor
 
getServiceClient(S, Class<T>) - Method in class com.google.api.ads.common.lib.factory.AdsServiceClientFactory
Gets a client given a session and the class of the desired stub interface.
getServiceClientAsInterface(S, Class<T>) - Method in class com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory
Gets a client given a session and the class of the desired stub interface.
getServiceName() - Method in class com.google.api.ads.common.lib.soap.RequestInfo
Gets the service name.
getServiceName() - Method in class com.google.api.ads.dfa.lib.client.DfaServiceDescriptor
Generates the name of this service by using reflection.
getSoapArgs() - Method in class com.google.api.ads.common.lib.soap.SoapCall
Returns the arguments that will be passed into the SOAP call.
getSoapCallReturn() - Method in exception com.google.api.ads.common.lib.soap.SoapInvocationTargetException
Returns the SOAP call return.
getSoapClient() - Method in class com.google.api.ads.common.lib.soap.SoapCall
Returns the underlying SOAP client that call will be made on.
getSoapClient() - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Returns the underlying SOAP client.
getSoapClientHandler() - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Returns the SOAP client handler.
getSoapClientMethod() - Method in class com.google.api.ads.common.lib.soap.SoapCall
Returns the method to invoke on the underlying SOAP client.
getSoapClientMethod(T, Method) - Method in class com.google.api.ads.common.lib.soap.SoapClientHandler
Gets the method from the SOAP client that matches the supplied method.
getSoapClientMethod(T, Method) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Gets the method from the SOAP client that matches the supplied method.
getSoapRequestXml() - Method in class com.google.api.ads.common.lib.soap.RequestInfo
Gets the SOAP request XML.
getSoapResponseXml() - Method in class com.google.api.ads.common.lib.soap.ResponseInfo
Gets the SOAP response XML.
getStubClass() - Method in class com.google.api.ads.adwords.lib.client.AdWordsServiceDescriptor
 
getStubClass() - Method in interface com.google.api.ads.common.lib.soap.compatability.Axis2Compatible
Gets the Axis2 stub class such that it can be instantiated to create an Axis2 service client.
getStubClass() - Method in class com.google.api.ads.dfp.lib.client.DfpServiceDescriptor
 
getToken() - Method in class com.google.api.ads.dfa.lib.client.DfaSession
Gets the token used for authentication.
getTransport() - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
getTrigger() - Method in exception com.google.api.ads.common.lib.exception.ValidationException
 
getUrl() - Method in class com.google.api.ads.common.lib.auth.CaptchaInformation
Deprecated. Gets the URL to unlock an account.
getUrl() - Method in class com.google.api.ads.common.lib.soap.RequestInfo
Gets the URL the request was made to.
getUserAgent() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
 
getUsername() - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
getUsername() - Method in class com.google.api.ads.dfa.lib.client.DfaSession
Gets the user name.
getValue(Object) - Static method in class com.google.api.ads.common.lib.utils.Choices
Gets the value of the choice object without having to inspect each field.
getVersion() - Method in class com.google.api.ads.adwords.lib.client.AdWordsServiceDescriptor
 
getVersion() - Method in interface com.google.api.ads.common.lib.client.AdsServiceDescriptor
Gets the version for this service.
getVersion() - Method in class com.google.api.ads.dfa.lib.client.DfaServiceDescriptor
 
getVersion() - Method in class com.google.api.ads.dfp.lib.client.DfpServiceDescriptor
 

H

handleException(Throwable) - Method in class com.google.api.ads.adwords.lib.client.AdWordsServiceClient
 
handleException(Throwable) - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Handles the exception.
handleException(Throwable) - Method in class com.google.api.ads.dfp.lib.client.DfpServiceClient
 
hashCode() - Method in class com.google.api.ads.common.lib.soap.SoapCall
 
HeaderHandler<S extends AdsSession,D extends AdsServiceDescriptor> - Interface in com.google.api.ads.common.lib.client
Interface for handling headers.

I

increaseOffsetBy(Integer) - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Increases the offset by the amount.
increaseOffsetBy(Integer) - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Increases the offset by the amount.
invoke(SoapCall<T>) - Method in class com.google.api.ads.common.lib.soap.SoapClientHandler
Takes a SoapCall object and invokes the method by reflection.
invoke(Object, Method, Object[]) - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Wraps the underlying SOAP RPC such that first the method, by its name, is applied to the runtime class.
invokeSoapCall(SoapCall<T>) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Executes the SoapCall, which has a reference to a SoapClientHandlerInterface.
isEnvironment(Endpoint) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Determines if the session is for the supplied AdWordsSession.Environment.
isEnvironment(Endpoint) - Method in interface com.google.api.ads.common.lib.client.AdsSession
Checks if the configured endpoint matches the provided Environment.
isEnvironment(Endpoint) - Method in class com.google.api.ads.dfa.lib.client.DfaSession
Determines if the session is for the supplied DfaSession.Environment.
isEnvironment(Endpoint) - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Determines if the session is for the supplied DfpSession.Environment.
isPartialFailure() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
 
isReportMoneyInMicros() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
 
isValidateOnly() - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Returns true if the session should only validate the request.

J

JaxWsCompatible - Interface in com.google.api.ads.common.lib.soap.compatability
Specifies that for the AdsServiceClient to be JAX-WS compatible, it must be able to retrieve a service class.

L

LIMIT - Static variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
limit - Variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
limit(Integer) - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Sets the statement LIMIT clause in the form of

"LIMIT <count>"

e.g.
limit(Integer) - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Sets the statement LIMIT clause in the form of

"LIMIT <count>"

e.g.
LoggingModule - Class in com.google.api.ads.common.lib.utils.logging
Module for logging.
LoggingModule(String) - Constructor for class com.google.api.ads.common.lib.utils.logging.LoggingModule
Constructor.
LoggingModule.LoggerProvider - Class in com.google.api.ads.common.lib.utils.logging
Provider for Loggers.
LoggingModule.LoggerProvider(String, String) - Constructor for class com.google.api.ads.common.lib.utils.logging.LoggingModule.LoggerProvider
Constructor.
LoginTokenException - Exception in com.google.api.ads.dfa.lib.auth
Wrapper for an exception thrown while LoginTokens is attempting to generate a token.
LoginTokenException(String, Throwable) - Constructor for exception com.google.api.ads.dfa.lib.auth.LoginTokenException
Constructor.
LoginTokens - Class in com.google.api.ads.dfa.lib.auth
A utility class that can authenticate against the DFA API and return authentication tokens.
LoginTokens(LoginTokensHelper) - Constructor for class com.google.api.ads.dfa.lib.auth.LoginTokens
Constructor.
LoginTokensHelper - Class in com.google.api.ads.dfa.lib.auth
Helper class for LoginTokens.
LoginTokensHelper(DfaServiceClientFactory) - Constructor for class com.google.api.ads.dfa.lib.auth.LoginTokensHelper
Constructor.
logRequest(SoapCallReturn) - Method in class com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers
Logs basic information on a SOAP request.
logSoapCall(SoapCallReturn) - Method in class com.google.api.ads.common.lib.client.AdsServiceClient
 
logSoapCall(SoapCallReturn) - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Logs a SOAP call.
logSoapXml(SoapCallReturn) - Method in class com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers
Logs the XML messages from a given SOAP interaction.

M

Maps - Class in com.google.api.ads.common.lib.utils
A utility class for managing maps as represented in the API.
Media - Class in com.google.api.ads.common.lib.utils
A utility class for retrieving media data.

O

OAuth2AuthorizationHeaderProvider - Class in com.google.api.ads.common.lib.auth
OAuth2 authorization header provider.
OAuth2AuthorizationHeaderProvider() - Constructor for class com.google.api.ads.common.lib.auth.OAuth2AuthorizationHeaderProvider
Constructor.
OAuth2Compatible - Interface in com.google.api.ads.common.lib.auth
Interface for a user to be compatible with OAuth2.
OAuthAuthorizationHeaderProvider - Class in com.google.api.ads.common.lib.auth
OAuth authorization header provider.
OAuthAuthorizationHeaderProvider(String) - Constructor for class com.google.api.ads.common.lib.auth.OAuthAuthorizationHeaderProvider
Constructor.
OAuthCompatible - Interface in com.google.api.ads.common.lib.auth
Interface for a user to be compatible with OAuth.
OAuthException - Exception in com.google.api.ads.common.lib.exception
An exception thrown when OAuth could not be used correctly.
OAuthException(String, Throwable) - Constructor for exception com.google.api.ads.common.lib.exception.OAuthException
Constructor.
OFFSET - Static variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
offset - Variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
offset(Integer) - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Sets the statement OFFSET clause in the form of

"OFFSET <count>"

e.g.
offset(Integer) - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Sets the statement OFFSET clause in the form of

"OFFSET <count>"

e.g.
onException(Exception) - Method in interface com.google.api.ads.dfp.lib.utils.ReportCallback
Called when there was an exception preventing the completion of the asynchronous request.
onFailure() - Method in interface com.google.api.ads.dfp.lib.utils.ReportCallback
Called when there has been a failure due to server-side processing.
onInterruption() - Method in interface com.google.api.ads.dfp.lib.utils.ReportCallback
Called when the wait thread is interrupted.
onSuccess() - Method in interface com.google.api.ads.dfp.lib.utils.ReportCallback
Called when the asynchronous call has completed successfully.
ORDER_BY - Static variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
orderBy - Variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
orderBy(String) - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Sets the statement ORDER BY clause in the form of

"ORDER BY <property> [ASC | DESC]"

e.g.
orderBy(String) - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Sets the statement ORDER BY clause in the form of

"ORDER BY <property> [ASC | DESC]"

e.g.

P

prettyPrint(String) - Method in class com.google.api.ads.common.lib.utils.logging.PrettyPrinter
Transforms XML into a pretty-printed format.
prettyPrint(String) - Method in interface com.google.api.ads.common.lib.utils.logging.PrettyPrinterInterface
Transforms XML into a pretty-printed format.
PrettyPrinter - Class in com.google.api.ads.common.lib.utils.logging
A utility class that pretty prints XML messages.
PrettyPrinter() - Constructor for class com.google.api.ads.common.lib.utils.logging.PrettyPrinter
Default constructor.
PrettyPrinterInterface - Interface in com.google.api.ads.common.lib.utils.logging
Interface capable of pretty printing XML messages.
processSoapArguments(Method, Object[]) - Method in class com.google.api.ads.common.lib.soap.SoapClientHandler
Processes the arguments such that they will be ready to be passed into the supplied SOAP client method.

Q

QueryBuilder<V> - Class in com.google.api.ads.dfp.lib.utils
QueryBuilder allows for queries to be constructed in parts.
QueryBuilder() - Constructor for class com.google.api.ads.dfp.lib.utils.QueryBuilder
Constructs a query builder.
QueryBuilderInterface<V> - Interface in com.google.api.ads.dfp.lib.utils
QueryBuilderInterface allows for queries to be constructed in parts.

R

readAll(InputStream) - Static method in class com.google.api.ads.common.lib.utils.Streams
Reads all input into memory, close the steam, and return as a String.
removeLimitAndOffset() - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Removes the limit and offset from the query.
removeLimitAndOffset() - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Removes the limit and offset from the query.
ReportCallback - Interface in com.google.api.ads.dfp.lib.utils
ReportCallback is called on the completion of asynchronous report downloads.
ReportDownloadResponse - Class in com.google.api.ads.adwords.lib.utils
Holder class for http status and response body.
ReportDownloadResponse(int, String, InputStream) - Constructor for class com.google.api.ads.adwords.lib.utils.ReportDownloadResponse
 
ReportException - Exception in com.google.api.ads.adwords.lib.utils
Exception thrown while fetching a report response or downloading a report.
ReportException(String, Throwable) - Constructor for exception com.google.api.ads.adwords.lib.utils.ReportException
Constructor.
ReportException(String) - Constructor for exception com.google.api.ads.adwords.lib.utils.ReportException
Constructor.
ReportFailureException - Exception in com.google.api.ads.adwords.lib.utils
Exception thrown while fetching a report response or downloading a report.
ReportFailureException(String, Throwable) - Constructor for exception com.google.api.ads.adwords.lib.utils.ReportFailureException
Constructor.
ReportFailureException(String) - Constructor for exception com.google.api.ads.adwords.lib.utils.ReportFailureException
Constructor.
RequestInfo - Class in com.google.api.ads.common.lib.soap
Contains information about the request that was made.
RequestInfo() - Constructor for class com.google.api.ads.common.lib.soap.RequestInfo
Constructor.
RequestInfo.Builder - Class in com.google.api.ads.common.lib.soap
Builder for RequestInfo objects.
RequestInfo.Builder() - Constructor for class com.google.api.ads.common.lib.soap.RequestInfo.Builder
Constructor.
requestToken(String, String) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Requests a token with the email and password, along with information used to validate a CAPTCHA'ed account.
requestToken() - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens
Requests a token with the email and password.
ResponseInfo - Class in com.google.api.ads.common.lib.soap
Contains information about the response from the request that was made.
ResponseInfo() - Constructor for class com.google.api.ads.common.lib.soap.ResponseInfo
Constructor.
ResponseInfo.Builder - Class in com.google.api.ads.common.lib.soap
Builder for ResponseInfo objects.
ResponseInfo.Builder() - Constructor for class com.google.api.ads.common.lib.soap.ResponseInfo.Builder
Constructor.

S

saveMediaDataToFile(byte[], String) - Static method in class com.google.api.ads.common.lib.utils.Media
Saves media data downloaded from an API in byte[] format into a file on the file system.
saveMediaDataToFile(byte[], File) - Static method in class com.google.api.ads.common.lib.utils.Media
Saves media data downloaded from an API in byte[] format into a file on the file system.
SELECT - Static variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
select - Variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
select(String) - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Sets the statement SELECT clause in the form of "a,b" or "*".
select(String) - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Sets the statement SELECT clause in the form of "a,b" or "*".
ServiceException - Exception in com.google.api.ads.common.lib.exception
A runtime service exception that usually cannot be recovered from.
ServiceException(String, Throwable) - Constructor for exception com.google.api.ads.common.lib.exception.ServiceException
Constructor.
setAccountType(String) - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
setAdsSession(S) - Method in class com.google.api.ads.common.lib.client.AdsServiceClient
Sets the ads session for this client.
setApplicationName(String) - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
setAuthTokenType(String) - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
setCaptchaAnswer(String) - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
setCaptchaToken(String) - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
setClientCustomerId(String) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Sets the client customer ID.
setClientLoginToken(String) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Sets the ClientLogin Token.
setClientLoginToken(String) - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Sets the client login token.
setCompression(T, boolean) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Sets if the SOAP client should use compression.
setEndpointAddress(T, String) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Sets the endpoint address on the SOAP client.
setEndpointAddress(String) - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Sets the endpoint address of the underlying SOAP client.
setHeader(T, String, String, Object) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Sets a header on the SOAP client.
setHeaders(Object, AdWordsSession, AdWordsServiceDescriptor) - Method in class com.google.api.ads.adwords.lib.client.AdWordsAxisHeaderHandler
 
setHeaders(Object, AdWordsSession, AdWordsServiceDescriptor) - Method in class com.google.api.ads.adwords.lib.client.AdWordsJaxWsHeaderHandler
 
setHeaders() - Method in class com.google.api.ads.common.lib.client.AdsServiceClient
 
setHeaders(Object, S, D) - Method in interface com.google.api.ads.common.lib.client.HeaderHandler
Sets the headers on the SOAP client using the session and descriptor.
setHeaders() - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Sets the headers for the service client.
setHeaders(Object, DfaSession, DfaServiceDescriptor) - Method in class com.google.api.ads.dfa.lib.client.DfaAxisHeaderHandler
 
setHeaders(Object, DfpSession, DfpServiceDescriptor) - Method in class com.google.api.ads.dfp.lib.client.DfpAxisHeaderHandler
 
setHeaders(Object, DfpSession, DfpServiceDescriptor) - Method in class com.google.api.ads.dfp.lib.client.DfpJaxWsHeaderHandler
 
setHttpHeaders(T, Map<String, String>) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
Sets the HTTP headers on the SOAP client.
setNetworkCode(String) - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Sets the network code.
setOAuth2Credential(Credential) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Sets the OAuth2 credential.
setOAuth2Credential(Credential) - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Sets the OAuth2 credential.
setOAuthParameters(OAuthParameters) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Sets the OAuth parameters.
setOAuthParameters(OAuthParameters) - Method in class com.google.api.ads.dfp.lib.client.DfpSession
Sets the OAuth parameters.
setPartialFailure(Boolean) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Sets whether this session should allow partial failure.
setPassword(String) - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
setReportMoneyInMicros(Boolean) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
 
setServerUrl(GenericUrl) - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
setToken(String) - Method in class com.google.api.ads.dfa.lib.client.DfaSession
Sets the token associated with this session.
setTransport(HttpTransport) - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
setUsername(String) - Method in class com.google.api.ads.common.lib.auth.ClientLogin
 
setValidateOnly(Boolean) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession
Sets whether this session should only validate the request.
SoapCall<T> - Class in com.google.api.ads.common.lib.soap
Represents a single call to the SOAP client.
SoapCall(Method, T, Object[]) - Constructor for class com.google.api.ads.common.lib.soap.SoapCall
Constructor.
SoapCallReturn - Class in com.google.api.ads.common.lib.soap
Used to package a SOAP call's return.
SoapCallReturn() - Constructor for class com.google.api.ads.common.lib.soap.SoapCallReturn
Constructor.
soapCallReturn - Variable in exception com.google.api.ads.common.lib.soap.SoapInvocationTargetException
 
SoapCallReturn.Builder - Class in com.google.api.ads.common.lib.soap
Builder for SoapCallReturn objects.
SoapCallReturn.Builder() - Constructor for class com.google.api.ads.common.lib.soap.SoapCallReturn.Builder
Constructor.
SoapClientHandler<T> - Class in com.google.api.ads.common.lib.soap
Base class for SOAP client handlers.
SoapClientHandler() - Constructor for class com.google.api.ads.common.lib.soap.SoapClientHandler
Default constructor.
SoapClientHandlerInterface<T> - Interface in com.google.api.ads.common.lib.soap
Interface for SOAP client handlers.
SoapInvocationTargetException - Exception in com.google.api.ads.common.lib.soap
A InvocationTargetException that occurred in the SOAP layer.
SoapInvocationTargetException(SoapCallReturn, Throwable) - Constructor for exception com.google.api.ads.common.lib.soap.SoapInvocationTargetException
Constructor.
SoapServiceClient<T> - Class in com.google.api.ads.common.lib.soap
The SoapServiceClient class pairs together the soapClient and soapClientHandler so that calls made through the SoapServiceClient.invoke(Object, Method, Object[]) method can be dispatched and handled correctly in the SOAP layer.
SoapServiceClient(SoapClientHandlerInterface<T>, T) - Constructor for class com.google.api.ads.common.lib.soap.SoapServiceClient
Protected constructor.
SoapServiceDescriptor - Interface in com.google.api.ads.common.lib.soap
Describes a SOAP service.
Streams - Class in com.google.api.ads.common.lib.utils
Helper class to perform stream operations.

T

toArray(Map<K, V>, T[]) - Static method in class com.google.api.ads.common.lib.utils.Maps
Generates an array of entries from a map.
toCalendar(T) - Method in class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Gets a calendar for a DateTime using the default locale, i.e.
toCalendar(T, Locale) - Method in class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Gets a calendar for a DateTime in the supplied locale.
toDateTime(Calendar) - Method in class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Converts a Calendar object to an API date time preserving the time zone.
toDateTime(Instant, String) - Method in class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Converts an Instant object to an API date time in the time zone supplied.
toDateTime(DateTime) - Method in class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Converts a DateTime object to an API date time preserving the time zone.
toDateTime(String, String) - Method in class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Converts a string in the form of yyyy-MM-dd'T'HH:mm:ss to an API date time in the time zone supplied.
toDateTime(T) - Method in class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Converts an API date time to a DateTime preserving the time zone.
toList(Map<K, V>, Class<T>) - Static method in class com.google.api.ads.common.lib.utils.Maps
Generates a list of entries from a map.
toMap(List<T>) - Static method in class com.google.api.ads.common.lib.utils.Maps
Generates a map from a list of entries.
toMap(T[]) - Static method in class com.google.api.ads.common.lib.utils.Maps
Generates a map from an array an entries.
toString() - Method in exception com.google.api.ads.common.lib.exception.ValidationException
 
toString(T) - Method in class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Returns string representation of this date time.
toStringWithZone(T, String) - Method in class com.google.api.ads.dfp.lib.utils.DateTimesHelper
Returns string representation of this date time with a different time zone, preserving the millisecond instant.

U

unwrapSoapCallReturn(SoapCallReturn) - Method in class com.google.api.ads.common.lib.soap.SoapServiceClient
Unwraps a SOAP call return such that if there was an exception, it is thrown and if it was a successful call, the return value of the SOAP call is returned.

V

validateQuery() - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Checks that the query is valid.
ValidationException - Exception in com.google.api.ads.common.lib.exception
Exception for validation errors.
ValidationException(String, String) - Constructor for exception com.google.api.ads.common.lib.exception.ValidationException
Constructor.
ValidationException(String, String, Throwable) - Constructor for exception com.google.api.ads.common.lib.exception.ValidationException
Constructor.
valueMap - Variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
valueOf(String) - Static method in enum com.google.api.ads.adwords.lib.client.AdWordsSession.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.ads.common.lib.auth.ClientLoginTokens.Api
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.ads.dfa.lib.client.DfaSession.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.ads.dfp.lib.client.DfpSession.Environment
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.api.ads.adwords.lib.client.AdWordsSession.Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.ads.common.lib.auth.ClientLoginTokens.Api
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.ads.dfa.lib.client.DfaSession.Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.ads.dfp.lib.client.DfpSession.Environment
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHERE - Static variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
where - Variable in class com.google.api.ads.dfp.lib.utils.QueryBuilder
 
where(String) - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Sets the statement WHERE clause in the form of

"WHERE <condition> {[AND | OR] <condition> ...}"

e.g.
where(String) - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Sets the statement WHERE clause in the form of

"WHERE <condition> {[AND | OR] <condition> ...}"

e.g.
withAdWordsSoapModuleClass(Class<?>) - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
Specifies which SOAP client handler module class to use for AdWords.
withApplicationName(String) - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
Includes application name.
withApplicationName(String) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Includes application name (any string of your choice).
withBindVariableValue(String, V) - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Adds a value to the statement in the form of a Value.
withBindVariableValue(String, V) - Method in interface com.google.api.ads.dfp.lib.utils.QueryBuilderInterface
Puts a key-value into the bind variables.
withBindVariableValues(Map<String, V>) - Method in class com.google.api.ads.dfp.lib.utils.QueryBuilder
Adds all key value mappings.
withClientCustomerId(String) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Includes a clientCustomerId.
withClientLoginServerUrl(String) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.ForApiBuilder
Sets the client login server that the token will be fetched typically in the form of https://www.google.com
withClientLoginToken(String) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Includes hard-coded ClientLogin token that will be used instead of fetching a new one.
withClientLoginToken(String) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Includes hard-coded ClientLogin token that will be used instead of fetching a new one.
withDeveloperToken(String) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Includes a developer token.
withDfaSoapModuleClass(Class<?>) - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
Specifies which SOAP client handler module class to use for DFA.
withDfpSoapModuleClass(Class<?>) - Method in class com.google.api.ads.common.lib.factory.FactoryConfiguration.Builder
Specifies which SOAP client handler module class to use for DFP.
withEmailAndPassword(String, String) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.ForApiBuilder
Includes email & password to fetch client login token.
withEndpoint(String) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Override the endpoint server.
withEndpoint(String) - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
Override the endpoint server.
withEndpoint(String) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Override the endpoint server.
withEnvironment(AdWordsSession.Environment) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Includes the specified environment, e.g.
withEnvironment(DfaSession.Environment) - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
Includes the specified environment, e.g.
withEnvironment(DfpSession.Environment) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Includes the specified environment, e.g.
withException(Throwable) - Method in class com.google.api.ads.common.lib.soap.SoapCallReturn.Builder
Adds an exception to the SoapCallReturn under construction.
withHttpTransport(HttpTransport) - Method in class com.google.api.ads.common.lib.auth.ClientLoginTokens.ForApiBuilder
Sets the HttpTransport to be used to make the request.
withMethodName(String) - Method in class com.google.api.ads.common.lib.soap.RequestInfo.Builder
Adds a method name to the RequestInfo under construction.
withNetworkCode(String) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Includes network code.
withOAuth2Credential(Credential) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Includes OAuth2 credential to be used for OAuth2 authentication.
withOAuth2Credential(Credential) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Includes OAuth2 credential to be used for OAuth2 authentication.
withOAuthParameters(OAuthParameters) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Includes OAuth parameters to be used for OAuth authentication.
withOAuthParameters(OAuthParameters) - Method in class com.google.api.ads.dfp.lib.client.DfpSession.Builder
Includes OAuth parameters to be used for OAuth authentication.
withRequestInfo(RequestInfo) - Method in class com.google.api.ads.common.lib.soap.SoapCallReturn.Builder
Adds a request info to the SoapCallReturn under construction.
withResponseInfo(ResponseInfo) - Method in class com.google.api.ads.common.lib.soap.SoapCallReturn.Builder
Adds a response info to the SoapCallReturn under construction.
withReturnValue(Object) - Method in class com.google.api.ads.common.lib.soap.SoapCallReturn.Builder
Adds a return value to the SoapCallReturn under construction.
withServiceName(String) - Method in class com.google.api.ads.common.lib.soap.RequestInfo.Builder
Adds a service name to the RequestInfo under construction.
withSoapRequestXml(String) - Method in class com.google.api.ads.common.lib.soap.RequestInfo.Builder
Adds the SOAP request XML to the RequestInfo under construction.
withSoapResponseXml(String) - Method in class com.google.api.ads.common.lib.soap.ResponseInfo.Builder
Adds the SOAP response XML to the ResponseInfo under construction.
withUrl(String) - Method in class com.google.api.ads.common.lib.soap.RequestInfo.Builder
Adds the target URL to the RequestInfo under construction.
withUserAgent(String) - Method in class com.google.api.ads.adwords.lib.client.AdWordsSession.Builder
Includes user agent.
withUsernameAndPassword(String, String) - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
Includes username and password.
withUsernameAndToken(String, String) - Method in class com.google.api.ads.dfa.lib.client.DfaSession.Builder
Includes a username with a hard-coded token to be used instead of fetching a new one.
wrapString(String) - Static method in class com.google.api.ads.common.lib.utils.Streams
Wraps the provided string into an InputStream.
write(String, OutputStream) - Static method in class com.google.api.ads.common.lib.utils.Streams
Writes the specified string to stream with buffering and closes the stream.
writeCsv(List<String[]>, String) - Static method in class com.google.api.ads.common.lib.utils.CsvFiles
Writes the CSV data located in csvData to the file located at fileName.

A B C D E F G H I J L M O P Q R S T U V W

Copyright © 2012. All Rights Reserved.