Class DataStoreUtils
java.lang.Object
com.google.api.client.util.store.DataStoreUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns a debug string for the given data store to be used as an implementation ofObject.toString().
-
Constructor Details
-
DataStoreUtils
private DataStoreUtils()
-
-
Method Details
-
toString
Returns a debug string for the given data store to be used as an implementation ofObject.toString().Implementation iterates over
DataStore.keySet(), callingDataStore.get(String)on each key.- Parameters:
dataStore- data store- Returns:
- debug string
-