JavaScript is disabled on your browser.
Contents
Deprecated Packages
Please use com.google.api.client.http.apache.v2 provided by the
com.google.http-client:google-http-client-apache-v2 artifact.
Deprecated Interfaces
use com.google.common.io.ByteSink
Deprecated Classes
Please use com.google.api.client.http.apache.v2.ApacheHttpTransport provided by the
com.google.http-client:google-http-client-apache-v2 artifact.
use com.google.api.client.json.GsonFactory instead
use com.google.common.io.BaseEncoding#base64
use com.google.common.io.ByteSource
use Guava's com.google.common.io.ByteStreams
use java.nio.charset.StandardCharsets
Deprecated Annotation Types
use com.google.common.annotations.Beta
Deprecated Methods
use ByteStreams.copy(InputStream, OutputStream)
use ByteStreams.copy(InputStream, OutputStream)
use java.nio.file.Path#isSymbolicLink
Deprecated Constructors
use PercentEscaper(String safeChars)
instead which is the same as invoking
this method with plusForSpace set to false. Escaping spaces as plus signs does not conform
to the URI specification.