Uses of Package
com.google.api.client.util
-
Packages that use com.google.api.client.util Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.com.google.api.client.http.apache HTTP Transport library for Google API's based on Apache HTTP Client version 4.com.google.api.client.http.apache.v2 HTTP Transport library for Google API's based on Apache HTTP Client version 4.5+.com.google.api.client.http.apache.v5 HTTP Transport library for Google API's based on Apache HTTP Client/Core version 5.xcom.google.api.client.http.javanet HTTP Transport library for Google API's based on thejava.net
package.com.google.api.client.http.json JSON HTTP library based on the pluggable HTTP library.com.google.api.client.http.protobuf com.google.api.client.http.xml Beta
XML HTTP library based on the pluggable HTTP library.com.google.api.client.http.xml.atom Beta
Atom XML HTTP library based on the pluggable HTTP library.com.google.api.client.json Utilities for JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON.com.google.api.client.json.gson Low-level implementation of the GSON parser library based on the GSON JSON library.com.google.api.client.json.rpc2 com.google.api.client.json.webtoken com.google.api.client.protobuf com.google.api.client.test.json Classes used for testing of JSON library implementations.com.google.api.client.test.util.store Abstract tests for data stores.com.google.api.client.testing.http Beta
Testing utilities used for writing tests based on this library.com.google.api.client.testing.http.apache Beta
Testing utilities used for writing tests based on the Apache HTTP Client.com.google.api.client.testing.http.javanet com.google.api.client.testing.json Beta
Testing utilities used for writing tests based on this library.com.google.api.client.testing.json.webtoken Beta
Testing utilities used for writing tests for JSON WebToken.com.google.api.client.testing.util Beta
Testing utilities used for writing tests based on this library.com.google.api.client.util General utilities used throughout this library.com.google.api.client.xml Beta
Utilities for XML.com.google.api.client.xml.atom Beta
Utilities for Atom XML. -
Classes in com.google.api.client.util used by com.google.api.client.http Class Description ArrayValueMap Collects the array values of a key/value data object, writing the fields or map values only after all values have been collected.BackOff Back-off policy when retrying an operation.Beta Deprecated.use com.google.common.annotations.BetaClassInfo Computes class information to determine data key name/value pairs associated with the class.ExponentialBackOff Implementation ofBackOff
that increases the back off period for each retry attempt using a randomization function that grows exponentially.ExponentialBackOff.Builder Builder forExponentialBackOff
.GenericData Generic data that stores all unknown data key name/value pairs.Key Use this annotation to specify that a field is a data key, optionally providing the data key name to use.NanoClock Nano clock which can be used to measure elapsed time in nanoseconds.ObjectParser Parses a data source into the specified data type.Sleeper Sleeper interface to use for requesting the current thread to sleep as specified inThread.sleep(long)
.StreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.http.apache Class Description Beta Deprecated.use com.google.common.annotations.BetaStreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.http.apache.v2 Class Description Beta Deprecated.use com.google.common.annotations.BetaStreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.http.apache.v5 Class Description StreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.http.javanet Class Description Beta Deprecated.use com.google.common.annotations.BetaStreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.http.json Class Description StreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.http.protobuf Class Description Beta Deprecated.use com.google.common.annotations.BetaStreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.http.xml Class Description Beta Deprecated.use com.google.common.annotations.BetaStreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.http.xml.atom Class Description Beta Deprecated.use com.google.common.annotations.BetaStreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.json Class Description Beta Deprecated.use com.google.common.annotations.BetaGenericData Generic data that stores all unknown data key name/value pairs.ObjectParser Parses a data source into the specified data type. -
Classes in com.google.api.client.util used by com.google.api.client.json.gson Class Description Beta Deprecated.use com.google.common.annotations.Beta -
Classes in com.google.api.client.util used by com.google.api.client.json.rpc2 Class Description Beta Deprecated.use com.google.common.annotations.BetaGenericData Generic data that stores all unknown data key name/value pairs.Key Use this annotation to specify that a field is a data key, optionally providing the data key name to use. -
Classes in com.google.api.client.util used by com.google.api.client.json.webtoken Class Description Beta Deprecated.use com.google.common.annotations.BetaGenericData Generic data that stores all unknown data key name/value pairs.Key Use this annotation to specify that a field is a data key, optionally providing the data key name to use. -
Classes in com.google.api.client.util used by com.google.api.client.protobuf Class Description Beta Deprecated.use com.google.common.annotations.BetaObjectParser Parses a data source into the specified data type. -
Classes in com.google.api.client.util used by com.google.api.client.test.json Class Description GenericData Generic data that stores all unknown data key name/value pairs.Key Use this annotation to specify that a field is a data key, optionally providing the data key name to use. -
Classes in com.google.api.client.util used by com.google.api.client.test.util.store Class Description Beta Deprecated.use com.google.common.annotations.Beta -
Classes in com.google.api.client.util used by com.google.api.client.testing.http Class Description Beta Deprecated.use com.google.common.annotations.BetaClock Clock which can be used to get the amount of elapsed milliseconds in system time.StreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.testing.http.apache Class Description Beta Deprecated.use com.google.common.annotations.Beta -
Classes in com.google.api.client.util used by com.google.api.client.testing.http.javanet Class Description Beta Deprecated.use com.google.common.annotations.Beta -
Classes in com.google.api.client.util used by com.google.api.client.testing.json Class Description Beta Deprecated.use com.google.common.annotations.Beta -
Classes in com.google.api.client.util used by com.google.api.client.testing.json.webtoken Class Description Beta Deprecated.use com.google.common.annotations.Beta -
Classes in com.google.api.client.util used by com.google.api.client.testing.util Class Description BackOff Back-off policy when retrying an operation.Beta Deprecated.use com.google.common.annotations.BetaSleeper Sleeper interface to use for requesting the current thread to sleep as specified inThread.sleep(long)
. -
Classes in com.google.api.client.util used by com.google.api.client.util Class Description ArrayMap Memory-efficient map of keys to values with list-style random-access semantics.ArrayValueMap.ArrayValue Array values on a particular field.BackOff Back-off policy when retrying an operation.Beta Deprecated.use com.google.common.annotations.BetaClassInfo Computes class information to determine data key name/value pairs associated with the class.Clock Clock which can be used to get the amount of elapsed milliseconds in system time.DataMap.EntryIterator Iterator over the object data key/value map entries.DataMap.EntrySet Set of object data key/value map entries.DateTime Immutable representation of a date with an optional time and an optional time zone based on RFC 3339.DateTime.Rfc3339ParseResult Result of parsing an RFC 3339 string.DateTime.SecondsAndNanos A timestamp represented as the number of seconds and nanoseconds since Epoch.ExponentialBackOff Implementation ofBackOff
that increases the back off period for each retry attempt using a randomization function that grows exponentially.ExponentialBackOff.Builder Builder forExponentialBackOff
.FieldInfo Parses field information to determine data key name/value pair associated with the field.GenericData Generic data that stores all unknown data key name/value pairs.GenericData.Flags Flags that impact behavior of generic data.Joiner An object which joins pieces of text (specified as an array,Iterable
, varargs or even aMap
) with a separator.LoggingByteArrayOutputStream Thread-safe byte array output stream that logs what was written to it when the stream is closed.NanoClock Nano clock which can be used to measure elapsed time in nanoseconds.Objects.ToStringHelper Support class forObjects.toStringHelper(java.lang.Object)
.Objects.ToStringHelper.ValueHolder PemReader.Section Section in the PEM file.Sleeper Sleeper interface to use for requesting the current thread to sleep as specified inThread.sleep(long)
.StreamingContent Deprecated.use com.google.common.io.ByteSink -
Classes in com.google.api.client.util used by com.google.api.client.xml Class Description Beta Deprecated.use com.google.common.annotations.BetaGenericData Generic data that stores all unknown data key name/value pairs.ObjectParser Parses a data source into the specified data type. -
Classes in com.google.api.client.util used by com.google.api.client.xml.atom Class Description Beta Deprecated.use com.google.common.annotations.Beta