Deprecated API


Contents
Deprecated Classes
com.google.api.client.testing.json.AbstractJsonGeneratorTest
          (scheduled to be removed in 1.8) Use AbstractJsonFactoryTest 
com.google.api.client.testing.json.AbstractJsonParserTest
          (scheduled to be removed in 1.8) Use AbstractJsonFactoryTest 
com.google.api.client.util.Base64
          (scheduled to be removed in 1.8) Use Base64 
 

Deprecated Methods
com.google.api.client.http.json.JsonHttpClient.buildHttpRequest(HttpMethod, String, JsonHttpRequest)
          (scheduled to be removed in 1.8) Use JsonHttpClient.buildHttpRequest(HttpMethod, GenericUrl, Object) 
com.google.api.client.http.HttpResponseException.computeMessage(HttpResponse)
          (scheduled to be removed in 1.8) Use HttpResponseException.computeMessageBuffer(HttpResponse) 
com.google.api.client.util.Base64.decode(byte[])
          (scheduled to be removed in 1.8) Use Base64.decodeBase64(byte[]) or Base64.decodeBase64(String) 
com.google.api.client.util.Base64.encode(byte[])
          (scheduled to be removed in 1.8) Use Base64.encodeBase64(byte[]) or Base64.encodeBase64String(byte[]) 
com.google.api.client.http.json.JsonHttpClient.execute(HttpMethod, String, Object, JsonHttpRequest)
          (scheduled to be removed in 1.8) Use JsonHttpClient.executeUnparsed(com.google.api.client.http.HttpMethod, com.google.api.client.http.GenericUrl, java.lang.Object) 
com.google.api.client.util.Strings.fromBytesUtf8(byte[])
          (scheduled to be removed in 1.8) Use StringUtils.newStringUtf8(byte[]) 
com.google.api.client.http.HttpRequest.getDisableContentLogging()
          (scheduled to be removed in 1.8) Use HttpRequest.getContentLoggingLimit() 
com.google.api.client.http.UrlEncodedParser.getDisableContentLogging()
          (scheduled to be removed in 1.8) Use HttpResponse.getContentLoggingLimit() 
com.google.api.client.http.UrlEncodedParser.Builder.getDisableContentLogging()
          (scheduled to be removed in 1.8) Use HttpResponse.getContentLoggingLimit() 
com.google.api.client.http.HttpResponse.getDisableContentLogging()
          (scheduled to be removed in 1.8) Use HttpResponse.getContentLoggingLimit() 
com.google.api.client.http.HttpResponseException.getResponse()
          (scheduled to be removed in 1.8) 
com.google.api.client.http.HttpRequest.setDisableContentLogging(boolean)
          (scheduled to be removed in 1.8) Use HttpRequest.setContentLoggingLimit(int) 
com.google.api.client.http.UrlEncodedParser.Builder.setDisableContentLogging(boolean)
          (scheduled to be removed in 1.8) Use HttpResponse.setContentLoggingLimit(int) 
com.google.api.client.http.HttpResponse.setDisableContentLogging(boolean)
          (scheduled to be removed in 1.8) Use HttpResponse.setContentLoggingLimit(int) 
com.google.api.client.util.Strings.toBytesUtf8(String)
          (scheduled to be removed in 1.8) Use StringUtils.getBytesUtf8(String) 
 

Deprecated Constructors
com.google.api.client.http.UrlEncodedParser(String, boolean)
          (scheduled to be removed in 1.8) Use HttpResponse.getContentLoggingLimit() 
 



Copyright © 2011-2012 Google. All Rights Reserved.