- ACTIVITY_GROUP_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- ACTIVITY_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- AD_UNIT_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- addUtility(AdsUtility) - Method in class com.google.api.ads.common.lib.utils.AdsUtilityRegistry
-
Adds the specified utility to the registry.
- ADJUSTMENT_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- AdManagerHttpHeaderHandler - Class in com.google.api.ads.admanager.lib.soap
-
Handler used to set the HTTP headers on a SOAP client.
- AdManagerHttpHeaderHandler(SoapClientHandlerInterface) - Constructor for class com.google.api.ads.admanager.lib.soap.AdManagerHttpHeaderHandler
-
Constructor.
- AdManagerInternals - Class in com.google.api.ads.admanager.lib.utils
-
Provides access to some internal guice-injected objects.
- AdManagerInternals() - Constructor for class com.google.api.ads.admanager.lib.utils.AdManagerInternals
-
- AdManagerModule - Class in com.google.api.ads.admanager.lib
-
Guice module for Ad Manager bindings.
- AdManagerModule() - Constructor for class com.google.api.ads.admanager.lib.AdManagerModule
-
- AdManagerProductFrameworkModule - Annotation Type in com.google.api.ads.admanager.lib
-
A simple marker annotation used to specify a Guice module that can tie the Ad Manager library to
a SOAP framework.
- AdManagerServiceClient - Class in com.google.api.ads.admanager.lib.client
-
Wrapper of underlying SOAP client which allows access for setting headers retrieved from the
session.
- AdManagerServiceClient(Object, AdManagerServiceDescriptor, AdManagerSession, SoapClientHandlerInterface, HeaderHandler<AdManagerSession, AdManagerServiceDescriptor>, AdsServiceLoggers) - Constructor for class com.google.api.ads.admanager.lib.client.AdManagerServiceClient
-
Constructor.
- AdManagerServiceClientFactory - Class in com.google.api.ads.admanager.lib.factory
-
Factory which creates Ad Manager service clients.
- AdManagerServiceClientFactory(Injector) - Constructor for class com.google.api.ads.admanager.lib.factory.AdManagerServiceClientFactory
-
Constructor.
- AdManagerServiceClientFactory(AbstractModule) - Constructor for class com.google.api.ads.admanager.lib.factory.AdManagerServiceClientFactory
-
- AdManagerServiceClientFactoryHelper - Class in com.google.api.ads.admanager.lib.factory.helper
-
Factory helper for Ad Manager.
- AdManagerServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<AdManagerServiceClient, AdManagerSession, AdManagerServiceDescriptor>, FactoryModule.AdsServiceDescriptorFactoryInterface<AdManagerServiceDescriptor>, SoapClientHandlerInterface, AdsLibConfiguration) - Constructor for class com.google.api.ads.admanager.lib.factory.helper.AdManagerServiceClientFactoryHelper
-
Constructor.
- AdManagerServiceDescriptor - Class in com.google.api.ads.admanager.lib.client
-
AdManagerServiceDescriptor provides a class which defines a service that can be
instantiated through reflection.
- AdManagerServiceDescriptor(Class<?>, String) - Constructor for class com.google.api.ads.admanager.lib.client.AdManagerServiceDescriptor
-
Constructor.
- AdManagerServicesInterface - Interface in com.google.api.ads.admanager.lib.factory
-
Factory for Ad Manager API services.
- AdManagerSession - Class in com.google.api.ads.admanager.lib.client
-
A AdManagerSession represents a single session of Ad Manager use.
- AdManagerSession.Builder - Class in com.google.api.ads.admanager.lib.client
-
Builder for AdManagerSession.
- AdManagerSession.ImmutableAdManagerSession - Class in com.google.api.ads.admanager.lib.client
-
Immutable, thread-safe implementation of AdManagerSession.
- AdManagerSoapModule - Class in com.google.api.ads.admanager.lib
-
Guice module for Ad Manager SOAP bindings.
- AdManagerSoapModule() - Constructor for class com.google.api.ads.admanager.lib.AdManagerSoapModule
-
- ADS_API_LIB_LOG - Static variable in class com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers
-
The client library logger.
- AdsLibraryUserAgentProvider - Class in com.google.api.ads.common.lib.useragent
-
Provides the ads library user agent.
- AdsLibraryUserAgentProvider(AdsBuildConfiguration) - Constructor for class com.google.api.ads.common.lib.useragent.AdsLibraryUserAgentProvider
-
Constructor.
- AdsModule - Class in com.google.api.ads.common.lib
-
Guice module for common bindings.
- AdsModule() - Constructor for class com.google.api.ads.common.lib.AdsModule
-
- 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
-
Allows logging of outgoing and incoming SOAP XML messages as API calls are executed.
- AdsServicesInterface<S extends AdsSession> - Interface in com.google.api.ads.common.lib.factory
-
Service factory for an ads product.
- AdsSession - Interface in com.google.api.ads.common.lib.client
-
Interface for an ads session.
- AdsSoapModule<C extends AdsServiceClient<S,D>,D extends AdsServiceDescriptor,S extends AdsSession> - Class in com.google.api.ads.common.lib
-
Guice module for common bindings.
- AdsSoapModule() - Constructor for class com.google.api.ads.common.lib.AdsSoapModule
-
- AdsUtilitiesUserAgentProvider - Class in com.google.api.ads.common.lib.useragent
-
Provides the ads utilities user agent.
- AdsUtilitiesUserAgentProvider(AdsUtilityRegistry, AdsLibConfiguration) - Constructor for class com.google.api.ads.common.lib.useragent.AdsUtilitiesUserAgentProvider
-
- AdsUtility - Enum in com.google.api.ads.common.lib.utils
-
Enumeration of utilities available in the client library.
- AdsUtilityInvocationHandler - Class in com.google.api.ads.common.lib.utils
-
- AdsUtilityInvocationHandler(Object, AdsUtilityRegistry) - Constructor for class com.google.api.ads.common.lib.utils.AdsUtilityInvocationHandler
-
- AdsUtilityRegistry - Class in com.google.api.ads.common.lib.utils
-
- ADVERTISER_COMPANY_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- ADVERTISER_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- AGENCY_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- ArgumentNames - Class in com.google.api.ads.admanager.lib.utils.examples
-
Contains command line argument formats for example code.
- ArgumentNames() - Constructor for class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- AUDIENCE_SEGMENT_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- AuthenticationException - Exception in com.google.api.ads.common.lib.exception
-
Base exception for all authentication exceptions.
- AuthenticationException(String) - Constructor for exception com.google.api.ads.common.lib.exception.AuthenticationException
-
Constructor.
- AuthenticationException(String, Throwable) - Constructor for exception com.google.api.ads.common.lib.exception.AuthenticationException
-
Constructor.
- AuthModule - Class in com.google.api.ads.common.lib.auth
-
Module for authentication.
- AuthModule() - Constructor for class com.google.api.ads.common.lib.auth.AuthModule
-
Default constructor.
- AuthorizationHeaderHandler - Class in com.google.api.ads.common.lib.soap
-
Handler for Authorization headers that can be set on the SOAP
client.
- AuthorizationHeaderHandler(SoapClientHandlerInterface, AuthorizationHeaderProvider) - Constructor for class com.google.api.ads.common.lib.soap.AuthorizationHeaderHandler
-
Constructor.
- AuthorizationHeaderProvider - Class in com.google.api.ads.common.lib.auth
-
Authorization header provider that can delegate between different
authentication mechanisms depending on the
AdsSession.
- AuthorizationHeaderProvider(OAuth2AuthorizationHeaderProvider, AdsLibConfiguration, OAuth2Helper) - Constructor for class com.google.api.ads.common.lib.auth.AuthorizationHeaderProvider
-
Constructor.
- 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.
- generateCredential() - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials
-
Generates a new offline credential and immediately refreshes it.
- get(S, Class<T>) - Method in interface com.google.api.ads.common.lib.factory.AdsServicesInterface
-
Gets a client for the service represented by the interface with a reference to the session.
- get(S, Class<T>) - Method in class com.google.api.ads.common.lib.factory.BaseServices
-
- getAdsServiceDescriptor() - Method in class com.google.api.ads.common.lib.client.AdsServiceClient
-
Gets the ads service descriptor for this client.
- getAdsServiceLoggers() - Method in class com.google.api.ads.common.lib.utils.Internals
-
Gets the loggers.
- getAdsSession() - Method in class com.google.api.ads.common.lib.client.AdsServiceClient
-
Gets the ads session for this client.
- getAdsUtilityRegistry() - Method in class com.google.api.ads.common.lib.utils.Internals
-
Gets the ads utility registry.
- getApplicationName() - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession
-
Gets the application name.
- getAuthorizationHeader(AdsSession, String) - Method in class com.google.api.ads.common.lib.auth.AuthorizationHeaderProvider
-
Gets a header value that can be set to the Authorization HTTP
header.
- getAuthorizationHeaderProvider() - Method in class com.google.api.ads.common.lib.utils.Internals
-
Obtains the Authorization header value.
- getBindVariableMap() - Method in class com.google.api.ads.admanager.lib.utils.QueryBuilder
-
Returns an unmodifiable form of the key to value map.
- getBindVariableMap() - Method in interface com.google.api.ads.admanager.lib.utils.QueryBuilderInterface
-
Gets an unmodifiable key-value map.
- getClientId() - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials
-
Gets the client ID that will be used to
generate a Credential.
- getClientSecret() - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials
-
Gets the client secret that will be used to
generate a Credential.
- getContextName() - Method in class com.google.api.ads.common.lib.client.RequestInfo
-
- getContextName() - Method in class com.google.api.ads.common.lib.soap.RequestInfoXPathSet
-
- getContextValue() - Method in class com.google.api.ads.common.lib.client.RequestInfo
-
Returns the context value, such as the clientCustomerId for AdWords, or the networkCode for
Ad Manager.
- getContextXPath() - Method in class com.google.api.ads.common.lib.soap.RequestInfoXPathSet
-
- 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.
- getEndpoint() - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession
-
Gets the endpoint.
- 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.
- getEndpointAddress(String) - Method in class com.google.api.ads.admanager.lib.client.AdManagerServiceDescriptor
-
- 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.
- getException() - Method in class com.google.api.ads.common.lib.client.RemoteCallReturn
-
Gets the exception from the remote 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.
- getHttpTransport() - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials
-
Gets the HttpTransport that will be used when
generating a Credential.
- getHttpTransport() - Method in class com.google.api.ads.common.lib.utils.Internals
-
Returns an HttpTransport suitable for the java environment.
- getInstance() - Static method in class com.google.api.ads.admanager.lib.utils.AdManagerInternals
-
Returns an
Internals configured for Ad Manager.
- getInstance() - Static method in class com.google.api.ads.common.lib.utils.AdsUtilityRegistry
-
Returns the singleton of this class.
- getInterfaceClass() - Method in class com.google.api.ads.admanager.lib.client.AdManagerServiceDescriptor
-
- 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.
- getInternals() - Method in enum com.google.api.ads.common.lib.auth.OfflineCredentials.Api
-
- getInternals() - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.CustomOAuthConfig
-
- getInternals() - Method in interface com.google.api.ads.common.lib.auth.OfflineCredentials.OAuthConfig
-
Returns the internals object for the API that has the OAuth helper.
- getJsonKeyFilePath() - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials
-
Gets the file path to a JSON key file that will be used to
generate a service account Credential.
- getLocatorClass() - Method in class com.google.api.ads.admanager.lib.client.AdManagerServiceDescriptor
-
- 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.
- 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.
- getMethodName() - Method in class com.google.api.ads.common.lib.client.RequestInfo
-
Gets the method name.
- getNetworkCode() - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession
-
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.admanager.lib.client.AdManagerSession
-
Gets the OAuth2 credentials.
- getOAuth2Credential() - Method in interface com.google.api.ads.common.lib.auth.OAuth2Compatible
-
Gets the OAuth parameters.
- getOAuth2Helper() - Method in class com.google.api.ads.common.lib.utils.Internals
-
Gets the OAuth2 helper.
- getOffset() - Method in class com.google.api.ads.admanager.lib.utils.QueryBuilder
-
Gets the current offset.
- getOffset() - Method in interface com.google.api.ads.admanager.lib.utils.QueryBuilderInterface
-
Gets the current offset.
- getOperationsCount() - Method in class com.google.api.ads.common.lib.client.ResponseInfo
-
Returns the number of operationsCount from the response.
- getOperationsCountXPath() - Method in class com.google.api.ads.common.lib.soap.ResponseInfoXPathSet
-
- getPayload() - Method in class com.google.api.ads.common.lib.client.RequestInfo
-
Gets the SOAP request XML.
- getPayload() - Method in class com.google.api.ads.common.lib.client.ResponseInfo
-
Gets the response payload (e.g., XML, HTTP request).
- getPropertyKeyPrefix() - Method in enum com.google.api.ads.common.lib.auth.OfflineCredentials.Api
-
- getPropertyKeyPrefix() - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.CustomOAuthConfig
-
- getPropertyKeyPrefix() - Method in interface com.google.api.ads.common.lib.auth.OfflineCredentials.OAuthConfig
-
Returns the property key prefix.
- getPropKeyPrefix() - Method in enum com.google.api.ads.common.lib.auth.GoogleClientSecretsBuilder.Api
-
Gets the property key prefix.
- getRefreshToken() - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials
-
Gets the refresh token that will be used to
generate a Credential.
- getRequestId() - Method in class com.google.api.ads.common.lib.client.ResponseInfo
-
Gets the SOAP response request ID.
- getRequestIdXPath() - Method in class com.google.api.ads.common.lib.soap.ResponseInfoXPathSet
-
- getRequestInfo() - Method in class com.google.api.ads.common.lib.client.RemoteCallReturn
-
Gets the request info from the remote call that was made.
- getResponseInfo() - Method in class com.google.api.ads.common.lib.client.RemoteCallReturn
-
Gets the response info from the remote call that was made.
- getResponseTime() - Method in class com.google.api.ads.common.lib.client.ResponseInfo
-
Returns the response time in milliseconds.
- getResponseTimeXPath() - Method in class com.google.api.ads.common.lib.soap.ResponseInfoXPathSet
-
- getReturnValue() - Method in class com.google.api.ads.common.lib.client.RemoteCallReturn
-
Gets the return value from the remote call that was made.
- getScope() - Method in enum com.google.api.ads.common.lib.auth.OfflineCredentials.Api
-
- getScope() - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.CustomOAuthConfig
-
- getScope() - Method in interface com.google.api.ads.common.lib.auth.OfflineCredentials.OAuthConfig
-
Returns the API OAuth scope.
- getServiceClass() - Method in class com.google.api.ads.admanager.lib.client.AdManagerServiceDescriptor
-
- 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.
- 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.client.RequestInfo
-
Gets the service name.
- getSoapArgs() - Method in class com.google.api.ads.common.lib.soap.SoapCall
-
Returns the arguments that will be passed into the SOAP call.
- 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.
- getTrigger() - Method in exception com.google.api.ads.common.lib.exception.ValidationException
-
- getUrl() - Method in class com.google.api.ads.common.lib.client.RequestInfo
-
Gets the URL the request was made to.
- getUserAgent() - Method in class com.google.api.ads.common.lib.useragent.AdsLibraryUserAgentProvider
-
Generates the library user agent such as Common-Java/1.4
- getUserAgent() - Method in class com.google.api.ads.common.lib.useragent.AdsUtilitiesUserAgentProvider
-
- getUserAgent() - Method in class com.google.api.ads.common.lib.useragent.BuildTypeUserAgentProvider
-
- getUserAgent() - Method in class com.google.api.ads.common.lib.useragent.ProductFrameworkUserAgentProvider
-
Generates the framework user agent such as AdWords-Axis/1.4.
- getUserAgent() - Method in class com.google.api.ads.common.lib.useragent.ProductUserAgentProvider
-
Generates the product user agent such as AwApi-Java.
- getUserAgent() - Method in class com.google.api.ads.common.lib.useragent.RuntimeUserAgentProvider
-
- getUserAgent(String) - Method in class com.google.api.ads.common.lib.useragent.UserAgentCombiner
-
Gets the full user agent in the form of
"(UserAgent1,UserAgent2,UserAgent3,...)"
- getUserAgent() - Method in interface com.google.api.ads.common.lib.useragent.UserAgentProvider
-
Gets a user agent.
- getUserAgentCombiner() - Method in class com.google.api.ads.common.lib.utils.Internals
-
Creates a verbose User-Agent header.
- getUserAgentIdentifier() - Method in enum com.google.api.ads.common.lib.utils.AdsUtility
-
Returns the String to use for this utility when generating the user agent of a request.
- getVersion() - Method in class com.google.api.ads.admanager.lib.client.AdManagerServiceDescriptor
-
- getVersion() - Method in interface com.google.api.ads.common.lib.client.AdsServiceDescriptor
-
Gets the version for this service.
- getXmlFieldExtractor() - Method in class com.google.api.ads.common.lib.utils.Internals
-
- getXPath() - Method in class com.google.api.ads.common.lib.utils.IterableXPath
-
- GoogleClientSecretsBuilder - Class in com.google.api.ads.common.lib.auth
-
Builder for GoogleClientSecrets.
- GoogleClientSecretsBuilder() - Constructor for class com.google.api.ads.common.lib.auth.GoogleClientSecretsBuilder
-
Constructor.
- GoogleClientSecretsBuilder.Api - Enum in com.google.api.ads.common.lib.auth
-
Enum representing the API that GoogleClientSecretsBuilder can be used for.
- GoogleClientSecretsBuilder.GoogleClientSecretsForApiBuilder - Class in com.google.api.ads.common.lib.auth
-
Builder for GoogleClientSecrets.
- SAVED_QUERY_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- 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.
- SECONDARY_SALESPERSON_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- SELECT - Static variable in class com.google.api.ads.admanager.lib.utils.QueryBuilder
-
- select - Variable in class com.google.api.ads.admanager.lib.utils.QueryBuilder
-
- select(String) - Method in class com.google.api.ads.admanager.lib.utils.QueryBuilder
-
Sets the statement SELECT clause in the form of "a,b" or "*".
- select(String) - Method in interface com.google.api.ads.admanager.lib.utils.QueryBuilderInterface
-
Sets the statement SELECT clause in the form of "a,b" or "*".
- serialize(T) - Method in class com.google.api.ads.common.lib.soap.jaxb.JaxBSerializer
-
Serializes the object.
- serialize(T, boolean) - Method in class com.google.api.ads.common.lib.soap.jaxb.JaxBSerializer
-
Serializes the object with the option to include or exclude the XML declaration.
- 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.
- ServiceException(String) - Constructor for exception com.google.api.ads.common.lib.exception.ServiceException
-
Constructor.
- setAdsSession(S) - Method in class com.google.api.ads.common.lib.client.AdsServiceClient
-
Sets the ads session for this client.
- setAuthorization(Object, AdsSession) - Method in class com.google.api.ads.common.lib.soap.AuthorizationHeaderHandler
-
Sets the authorization header created from the session on the soap client.
- 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() - Method in class com.google.api.ads.common.lib.client.AdsServiceClient
-
- setHeaders(Object, S, D) - Method in class com.google.api.ads.common.lib.client.HeaderHandler.NoOpHeaderHandler
-
- 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.
- setHttpHeaders(Object, AdManagerSession) - Method in class com.google.api.ads.admanager.lib.soap.AdManagerHttpHeaderHandler
-
Sets the HTTP headers on the SOAP client.
- setNetworkCode(String) - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession.ImmutableAdManagerSession
-
- setNetworkCode(String) - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession
-
Sets the network code.
- setOAuth2Credential(Credential) - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession.ImmutableAdManagerSession
-
- setOAuth2Credential(Credential) - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession
-
Sets the OAuth2 credential.
- setRequestTimeout(T, int) - Method in interface com.google.api.ads.common.lib.soap.SoapClientHandlerInterface
-
Sets the read timeout of the given SOAP client.
- SITE_ID - Static variable in class com.google.api.ads.admanager.lib.utils.examples.ArgumentNames
-
- 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.
- 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.
- SoapServiceClient<T> - Class in com.google.api.ads.common.lib.soap
-
- 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.
- WHERE - Static variable in class com.google.api.ads.admanager.lib.utils.QueryBuilder
-
- where - Variable in class com.google.api.ads.admanager.lib.utils.QueryBuilder
-
- where(String) - Method in class com.google.api.ads.admanager.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.admanager.lib.utils.QueryBuilderInterface
-
Sets the statement WHERE clause in the form of
"WHERE <condition> {[AND | OR] <condition> ...}"
e.g.
- withApplicationName(String) - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession.Builder
-
Includes application name (any string of your choice).
- withBindVariableValue(String, V) - Method in class com.google.api.ads.admanager.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.admanager.lib.utils.QueryBuilderInterface
-
Puts a key-value into the bind variables.
- withBindVariableValues(Map<String, V>) - Method in class com.google.api.ads.admanager.lib.utils.QueryBuilder
-
Adds all key value mappings.
- withClientSecrets(String, String) - Method in class com.google.api.ads.common.lib.auth.GoogleClientSecretsBuilder.GoogleClientSecretsForApiBuilder
-
Sets the client ID & secret to create the OAuth2 Credential with.
- withClientSecrets(String, String) - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.ForApiBuilder
-
Sets the client ID & secret to create the OAuth2 Credential with.
- withContext(String, String) - Method in class com.google.api.ads.common.lib.client.RequestInfo.Builder
-
Adds the name/value pair for the context of this request.
- withEndpoint(String) - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession.Builder
-
Override the endpoint server.
- withException(Throwable) - Method in class com.google.api.ads.common.lib.client.RemoteCallReturn.Builder
-
Adds an exception to the RemoteCallReturn under construction.
- withHttpTransport(HttpTransport) - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.ForApiBuilder
-
Sets the HttpTransport to be used to make the request.
- withJsonKeyFilePath(String) - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.ForApiBuilder
-
Sets the path to a JSON key file for authenticating with a service account.
- withMethodName(String) - Method in class com.google.api.ads.common.lib.client.RequestInfo.Builder
-
Adds a method name to the RequestInfo under construction.
- withNetworkCode(String) - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession.Builder
-
Includes network code.
- withOAuth2Credential(Credential) - Method in class com.google.api.ads.admanager.lib.client.AdManagerSession.Builder
-
Includes OAuth2 credential to be used for OAuth2 authentication.
- withOperationsCount(Long) - Method in class com.google.api.ads.common.lib.client.ResponseInfo.Builder
-
- withPayload(String) - Method in class com.google.api.ads.common.lib.client.RequestInfo.Builder
-
Adds the request payload to the RequestInfo under construction.
- withPayload(String) - Method in class com.google.api.ads.common.lib.client.ResponseInfo.Builder
-
Adds the response payload to the ResponseInfo under construction.
- withRefreshToken(String) - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.ForApiBuilder
-
Sets the refresh token to create the OAuth2 Credential with.
- withRequestId(String) - Method in class com.google.api.ads.common.lib.client.ResponseInfo.Builder
-
Adds the SOAP response request ID to the ResponseInfo under construction.
- withRequestInfo(RequestInfo) - Method in class com.google.api.ads.common.lib.client.RemoteCallReturn.Builder
-
Adds a request info to the RemoteCallReturn under construction.
- withResponseInfo(ResponseInfo) - Method in class com.google.api.ads.common.lib.client.RemoteCallReturn.Builder
-
Adds a response info to the RemoteCallReturn under construction.
- withResponseTimeMillis(Long) - Method in class com.google.api.ads.common.lib.client.ResponseInfo.Builder
-
- withReturnValue(Object) - Method in class com.google.api.ads.common.lib.client.RemoteCallReturn.Builder
-
Adds a return value to the RemoteCallReturn under construction.
- withScopes(List<String>) - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.ForApiBuilder
-
Optionally sets scopes for authenticating with a service account.
- withServiceAccountUser(String) - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.ForApiBuilder
-
Sets the service account user to impersonate.
- withServiceName(String) - Method in class com.google.api.ads.common.lib.client.RequestInfo.Builder
-
Adds a service name to the RequestInfo under construction.
- withTokenUrlServer(String) - Method in class com.google.api.ads.common.lib.auth.OfflineCredentials.ForApiBuilder
-
Sets the token server URL.
- withUrl(String) - Method in class com.google.api.ads.common.lib.client.RequestInfo.Builder
-
Adds the target URL to the RequestInfo under construction.
- wrapString(String) - Static method in class com.google.api.ads.common.lib.utils.Streams
-
- wrapString(String, Charset) - 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
-
- write(String, OutputStream, Charset) - 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.