-
Packages Package Description com.google.api.client.http.apache Please use com.google.api.client.http.apache.v2 provided by the com.google.http-client:google-http-client-apache-v2 artifact.
-
Interfaces Interface Description com.google.api.client.http.BackOffPolicy (scheduled to be removed in 1.18) UseHttpBackOffUnsuccessfulResponseHandler
instead.com.google.api.client.util.StreamingContent use com.google.common.io.ByteSink
-
Classes Class Description com.google.api.client.http.apache.ApacheHttpTransport Please use com.google.api.client.http.apache.v2.ApacheHttpTransport provided by the com.google.http-client:google-http-client-apache-v2 artifact.com.google.api.client.http.ExponentialBackOffPolicy (scheduled to be removed in 1.18). UseHttpBackOffUnsuccessfulResponseHandler
withExponentialBackOff
instead.com.google.api.client.http.ExponentialBackOffPolicy.Builder com.google.api.client.json.jackson2.JacksonFactory use com.google.api.client.json.GsonFactory insteadcom.google.api.client.util.Base64 use com.google.common.io.BaseEncoding#base64com.google.api.client.util.ByteArrayStreamingContent use com.google.common.io.ByteSourcecom.google.api.client.util.ByteStreams use Guava's com.google.common.io.ByteStreamscom.google.api.client.util.Charsets use java.nio.charset.StandardCharsetscom.google.api.client.util.Collections2 use Guava'sCollections2
-
Annotation Types Annotation Type Description com.google.api.client.util.Beta use com.google.common.annotations.Beta
-
Constructors Constructor Description com.google.api.client.util.escape.PercentEscaper(String, boolean) usePercentEscaper(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.