| Method and Description |
|---|
| com.google.api.ads.common.lib.utils.Streams.readAll(InputStream)
it is always safer to supply a charset. See
Streams.readAll(InputStream, Charset). |
| com.google.api.ads.dfa.lib.client.DfaSession.Builder.withUsernameAndPassword(String, String)
It is encouraged that you switch to OAuth2 at your earliest
convenience. Please see the OfflineCredentials utility for
generating offline credentials easily.
|
| com.google.api.ads.common.lib.utils.Streams.wrapString(String)
it is always safer to supply a charset. See
Streams.wrapString(String, Charset). |
| com.google.api.ads.common.lib.utils.Streams.write(String, OutputStream)
it is always safer to supply a charset. See
Streams.write(String, OutputStream, Charset). |
Copyright © 2015. All Rights Reserved.