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.javanet |
HTTP Transport library for Google API's based on the
java.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. |
Class | Description |
---|---|
BackOff |
Back-off policy when retrying an operation.
|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
GenericData |
Generic data that stores all unknown data key name/value pairs.
|
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 in
Thread.sleep(long) . |
StreamingContent |
Streaming content interface to write bytes to an output stream.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Class | Description |
---|---|
StreamingContent |
Streaming content interface to write bytes to an output stream.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
StreamingContent |
Streaming content interface to write bytes to an output stream.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
StreamingContent |
Streaming content interface to write bytes to an output stream.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
StreamingContent |
Streaming content interface to write bytes to an output stream.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
GenericData |
Generic data that stores all unknown data key name/value pairs.
|
ObjectParser |
Parses a data source into the specified data type.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
GenericData |
Generic data that stores all unknown data key name/value pairs.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
GenericData |
Generic data that stores all unknown data key name/value pairs.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
ObjectParser |
Parses a data source into the specified data type.
|
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.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Clock |
Clock which can be used to get the amount of elapsed milliseconds in system time.
|
StreamingContent |
Streaming content interface to write bytes to an output stream.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Class | Description |
---|---|
BackOff |
Back-off policy when retrying an operation.
|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Sleeper |
Sleeper interface to use for requesting the current thread to sleep as specified in
Thread.sleep(long) . |
Class | Description |
---|---|
ArrayMap |
Memory-efficient map of keys to values with list-style random-access semantics.
|
BackOff |
Back-off policy when retrying an operation.
|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
ClassInfo |
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.
|
DateTime |
Immutable representation of a date with an optional time and an optional time zone based on RFC 3339.
|
ExponentialBackOff |
Implementation of
BackOff that increases the back off period for each retry attempt using
a randomization function that grows exponentially. |
ExponentialBackOff.Builder |
Builder for
ExponentialBackOff . |
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 | |
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 for
Objects.toStringHelper(java.lang.Object) . |
PemReader.Section |
Section in the PEM file.
|
Sleeper |
Sleeper interface to use for requesting the current thread to sleep as specified in
Thread.sleep(long) . |
StreamingContent |
Streaming content interface to write bytes to an output stream.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
GenericData |
Generic data that stores all unknown data key name/value pairs.
|
ObjectParser |
Parses a data source into the specified data type.
|
Class | Description |
---|---|
Beta |
Use this annotation to indicate that a public API (class, method or field) is beta.
|
Copyright © 2011–2019 Google. All rights reserved.