Package | Description |
---|---|
com.google.api.client.extensions.android |
Beta Utilities for Android. |
com.google.api.client.extensions.android.http |
Beta Utilities for Android HTTP transport. |
com.google.api.client.extensions.android.json |
Beta Low-level implementation of the GSON parser library built-in to the Android 3.0 SDK. |
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.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. |
com.google.api.services.samples.dailymotion.cmdline.simple |
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
BackOff
Back-off policy when retrying an operation.
|
Beta
Deprecated.
use com.google.common.annotations.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
Deprecated.
use com.google.common.io.ByteSink
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
StreamingContent
Deprecated.
use com.google.common.io.ByteSink
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
StreamingContent
Deprecated.
use com.google.common.io.ByteSink
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
StreamingContent
Deprecated.
use com.google.common.io.ByteSink
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
StreamingContent
Deprecated.
use com.google.common.io.ByteSink
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
GenericData
Generic data that stores all unknown data key name/value pairs.
|
ObjectParser
Parses a data source into the specified data type.
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
GenericData
Generic data that stores all unknown data key name/value pairs.
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
GenericData
Generic data that stores all unknown data key name/value pairs.
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
ObjectParser
Parses a data source into the specified data type.
|
Class and 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 and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Clock
Clock which can be used to get the amount of elapsed milliseconds in system time.
|
StreamingContent
Deprecated.
use com.google.common.io.ByteSink
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and Description |
---|
BackOff
Back-off policy when retrying an operation.
|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Sleeper
Sleeper interface to use for requesting the current thread to sleep as specified in
Thread.sleep(long) . |
Class and Description |
---|
ArrayMap
Memory-efficient map of keys to values with list-style random-access semantics.
|
BackOff
Back-off policy when retrying an operation.
|
Beta
Deprecated.
use com.google.common.annotations.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.
|
DateTime.SecondsAndNanos
A timestamp represented as the number of seconds and nanoseconds since Epoch.
|
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
Deprecated.
use com.google.common.io.ByteSink
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
GenericData
Generic data that stores all unknown data key name/value pairs.
|
ObjectParser
Parses a data source into the specified data type.
|
Class and Description |
---|
Beta
Deprecated.
use com.google.common.annotations.Beta
|
Class and 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.
|
Copyright © 2011–2022 Google. All rights reserved.