Deprecated API


Contents
Deprecated Classes
com.google.api.client.util.Strings
          (scheduled to be removed in 1.9) See below for new usage 
 

Deprecated Fields
com.google.api.client.util.Strings.LINE_SEPARATOR
          (scheduled to be removed in 1.9) Use StringUtils.LINE_SEPARATOR 
com.google.api.client.util.Strings.VERSION
          (scheduled to be removed in 1.9) Use com.google.api.client.http.HttpRequest.VERSION 
 

Deprecated Methods
com.google.api.client.http.HttpResponseException.computeMessage(HttpResponse)
          (scheduled to be removed in 1.9) Use HttpResponseException.computeMessageBuffer(HttpResponse) 
com.google.api.client.http.UrlEncodedParser.getDisableContentLogging()
          (scheduled to be removed in 1.9) Use HttpResponse.getContentLoggingLimit() 
com.google.api.client.http.UrlEncodedParser.Builder.getDisableContentLogging()
          (scheduled to be removed in 1.9) Use HttpResponse.getContentLoggingLimit() 
com.google.api.client.http.HttpRequest.getDisableContentLogging()
          (scheduled to be removed in 1.9) Use HttpRequest.getContentLoggingLimit() 
com.google.api.client.http.HttpResponse.getDisableContentLogging()
          (scheduled to be removed in 1.9) Use HttpResponse.getContentLoggingLimit() 
com.google.api.client.http.HttpResponseException.getResponse()
          (scheduled to be removed in 1.9) 
com.google.api.client.http.UrlEncodedParser.Builder.setDisableContentLogging(boolean)
          (scheduled to be removed in 1.9) Use HttpResponse.setContentLoggingLimit(int) 
com.google.api.client.http.HttpRequest.setDisableContentLogging(boolean)
          (scheduled to be removed in 1.9) Use HttpRequest.setContentLoggingLimit(int) 
com.google.api.client.http.HttpResponse.setDisableContentLogging(boolean)
          (scheduled to be removed in 1.9) Use HttpResponse.setContentLoggingLimit(int) 
 

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



Copyright © 2011-2012 Google. All Rights Reserved.