A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- a - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations
- a - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Simple
- A() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.A
- AbstractAtomFeedParser<T> - Class in com.google.api.client.xml.atom
-
Beta
Abstract base class for an Atom feed parser when the feed type is known in advance. - AbstractAtomFeedParser(XmlNamespaceDictionary, XmlPullParser, InputStream, Class<T>) - Constructor for class com.google.api.client.xml.atom.AbstractAtomFeedParser
- AbstractDataStore<V extends java.io.Serializable> - Class in com.google.api.client.util.store
-
Abstract data store implementation.
- AbstractDataStore(DataStoreFactory, String) - Constructor for class com.google.api.client.util.store.AbstractDataStore
- AbstractDataStoreFactory - Class in com.google.api.client.util.store
-
Abstract data store factory implementation.
- AbstractDataStoreFactory() - Constructor for class com.google.api.client.util.store.AbstractDataStoreFactory
- AbstractDataStoreFactoryTest - Class in com.google.api.client.test.util.store
-
Tests
DataStoreFactory
. - AbstractDataStoreFactoryTest() - Constructor for class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- AbstractHttpContent - Class in com.google.api.client.http
-
Abstract implementation of an HTTP content with typical options.
- AbstractHttpContent(HttpMediaType) - Constructor for class com.google.api.client.http.AbstractHttpContent
- AbstractHttpContent(String) - Constructor for class com.google.api.client.http.AbstractHttpContent
- AbstractInputStreamContent - Class in com.google.api.client.http
-
Serializes HTTP request content from an input stream into an output stream.
- AbstractInputStreamContent(String) - Constructor for class com.google.api.client.http.AbstractInputStreamContent
- AbstractJsonFactoryTest - Class in com.google.api.client.test.json
-
Abstract test case for testing a
JsonFactory
. - AbstractJsonFactoryTest(String) - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest
- AbstractJsonFactoryTest.A - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.Animal - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.AnimalGenericJson - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.AnyType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.ArrayType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.BooleanTypes - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.Centipede - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.CollectionOfCollectionType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.Dog - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.DogGenericJson - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.DogWithFamily - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.DoubleListTypeVariableType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.E - Enum in com.google.api.client.test.json
- AbstractJsonFactoryTest.Entry - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.EnumValue - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.ExtendsGenericJson - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.Feed - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.FloatMapTypeVariableType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.Human - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.HumanWithPets - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.IntArrayTypeVariableType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.IntegerTypeVariableType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.MapOfMapType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.NumberTypes - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.NumberTypesAsString - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.NumericTypedSubclass1 - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.NumericTypedSubclass2 - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.NumericValueTypedSubclass1 - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.NumericValueTypedSubclass2 - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.PolymorphicSelfReferencing - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.PolymorphicWithDuplicateTypeKeys - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.PolymorphicWithIllegalValueType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.PolymorphicWithNumericType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.PolymorphicWithNumericValueType - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.Simple - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.StringNullValue - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.TestClass - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.TypeVariablesPassedAround - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.TypeVariableType<T> - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.V - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.WildCardTypes - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.X<XT> - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.Y<YT> - Class in com.google.api.client.test.json
- AbstractJsonFactoryTest.Z<ZT> - Class in com.google.api.client.test.json
- AbstractMemoryDataStore<V extends java.io.Serializable> - Class in com.google.api.client.util.store
-
Abstract, thread-safe, in-memory implementation of a data store factory.
- AbstractMemoryDataStore(DataStoreFactory, String) - Constructor for class com.google.api.client.util.store.AbstractMemoryDataStore
- AbstractXmlHttpContent - Class in com.google.api.client.http.xml
-
Beta
Abstract serializer for XML HTTP content based on the data key/value mapping object for an item. - AbstractXmlHttpContent(XmlNamespaceDictionary) - Constructor for class com.google.api.client.http.xml.AbstractXmlHttpContent
- accept - Variable in class com.google.api.client.http.HttpHeaders
-
"Accept"
header. - acceptEncoding - Variable in class com.google.api.client.http.HttpHeaders
-
"Accept-Encoding"
header. - add(String, Object) - Method in class com.google.api.client.util.Objects.ToStringHelper
-
Adds a name/value pair to the formatted output in
name=value
format. - add(K, V) - Method in class com.google.api.client.util.ArrayMap
-
Adds the key/value mapping at the end of the list.
- addHeader(String, String) - Method in class com.google.api.client.http.apache.ApacheHttpRequest
- addHeader(String, String) - Method in class com.google.api.client.http.HttpHeaders.HeaderParsingFakeLevelHttpRequest
- addHeader(String, String) - Method in class com.google.api.client.http.javanet.NetHttpRequest
- addHeader(String, String) - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Adds a header to the HTTP request.
- addHeader(String, String) - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Sets a custom response header.
- addHeader(String, String) - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
- addHeader(String, String) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Adds a header to the response.
- addHeader(Logger, StringBuilder, StringBuilder, LowLevelHttpRequest, String, Object, Writer) - Static method in class com.google.api.client.http.HttpHeaders
- addHolder() - Method in class com.google.api.client.util.Objects.ToStringHelper
- addHolder(String, Object) - Method in class com.google.api.client.util.Objects.ToStringHelper
- addPart(MultipartContent.Part) - Method in class com.google.api.client.http.MultipartContent
-
Adds an HTTP multipart part.
- addQueryParams(Set<Map.Entry<String, Object>>, StringBuilder) - Static method in class com.google.api.client.http.GenericUrl
-
Adds query parameters from the provided entrySet into the buffer.
- addValue(Class<?>, Object) - Method in class com.google.api.client.util.ArrayValueMap.ArrayValue
-
Adds a given value to the array, checking the given component type matches the previously stored component type.
- age - Variable in class com.google.api.client.http.HttpHeaders
-
"Age"
header. - algorithm - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Algorithm header parameter that identifies the cryptographic algorithm used to secure the JWS or
null
for none. - allHeaders - Variable in class com.google.api.client.http.apache.ApacheHttpResponse
- ALT_CONTENT_TYPE - Static variable in class com.google.api.client.protobuf.ProtocolBuffers
-
"application/x-protobuffer"
content type. - ALWAYS - Static variable in interface com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler.BackOffRequired
-
Back-off required implementation which returns
true
to everyHttpBackOffUnsuccessfulResponseHandler.BackOffRequired.isRequired(HttpResponse)
call. - AMP - com.google.api.client.http.UriTemplate.CompositeOutput
-
Form-style query continuation.
- Animal() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.Animal
- ANIMAL_WITHOUT_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- AnimalGenericJson() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.AnimalGenericJson
- anotherBigDecimalValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- anotherBigDecimalValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- ANY_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- AnyType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.AnyType
- ApacheHttpRequest - Class in com.google.api.client.http.apache
- ApacheHttpRequest(HttpClient, HttpRequestBase) - Constructor for class com.google.api.client.http.apache.ApacheHttpRequest
- ApacheHttpResponse - Class in com.google.api.client.http.apache
- ApacheHttpResponse(HttpRequestBase, HttpResponse) - Constructor for class com.google.api.client.http.apache.ApacheHttpResponse
- ApacheHttpTransport - Class in com.google.api.client.http.apache
-
Thread-safe HTTP transport based on the Apache HTTP Client library.
- ApacheHttpTransport() - Constructor for class com.google.api.client.http.apache.ApacheHttpTransport
-
Constructor that uses
ApacheHttpTransport.newDefaultHttpClient()
for the Apache HTTP client. - ApacheHttpTransport(HttpClient) - Constructor for class com.google.api.client.http.apache.ApacheHttpTransport
-
Constructor that allows an alternative Apache HTTP client to be used.
- ApacheHttpTransport.Builder - Class in com.google.api.client.http.apache
-
Builder for
ApacheHttpTransport
. - appendBytes(StringBuilder, int) - Static method in class com.google.api.client.util.LoggingByteArrayOutputStream
- appendInt(StringBuilder, int, int) - Static method in class com.google.api.client.util.DateTime
-
Appends a zero-padded number to a string builder.
- appendParam(boolean, Writer, String, Object) - Static method in class com.google.api.client.http.UrlEncodedContent
- appendParam(boolean, StringBuilder, String, Object) - Static method in class com.google.api.client.http.GenericUrl
- appendRawPath(String) - Method in class com.google.api.client.http.GenericUrl
-
Appends the given raw encoded path to the current
GenericUrl.pathParts
, setting field only if it isnull
or empty. - appendRawPathFromParts(StringBuilder) - Method in class com.google.api.client.http.GenericUrl
- arr - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.AnyType
- arr - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.ArrayType
- arr - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.CollectionOfCollectionType
- arr - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.StringNullValue
- arr - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.TypeVariableType
- arr2 - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.ArrayType
- arr2 - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.StringNullValue
- ARRAY_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- ArrayMap<K,V> - Class in com.google.api.client.util
-
Memory-efficient map of keys to values with list-style random-access semantics.
- ArrayMap() - Constructor for class com.google.api.client.util.ArrayMap
- ArrayMap.Entry - Class in com.google.api.client.util
- ArrayMap.EntryIterator - Class in com.google.api.client.util
- ArrayMap.EntrySet - Class in com.google.api.client.util
- ArrayType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.ArrayType
- ArrayValue(Class<?>) - Constructor for class com.google.api.client.util.ArrayValueMap.ArrayValue
- arrayValueMap - Variable in class com.google.api.client.http.HttpHeaders.ParseHeaderState
-
Target map where parsed values are stored.
- ArrayValueMap - Class in com.google.api.client.util
-
Collects the array values of a key/value data object, writing the fields or map values only after all values have been collected.
- ArrayValueMap(Object) - Constructor for class com.google.api.client.util.ArrayValueMap
- ArrayValueMap.ArrayValue - Class in com.google.api.client.util
-
Array values on a particular field.
- assertContentsAnyOrder(Collection<?>, Object...) - Static method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- Atom - Class in com.google.api.client.xml.atom
-
Beta
Atom Utilities. - Atom() - Constructor for class com.google.api.client.xml.atom.Atom
- ATOM_NAMESPACE - Static variable in class com.google.api.client.xml.atom.Atom
-
Atom namespace.
- Atom.StopAtAtomEntry - Class in com.google.api.client.xml.atom
- AtomContent - Class in com.google.api.client.http.xml.atom
-
Beta
Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry. - AtomContent(XmlNamespaceDictionary, Object, boolean) - Constructor for class com.google.api.client.http.xml.atom.AtomContent
- AtomFeedParser<T,E> - Class in com.google.api.client.http.xml.atom
-
Beta
Atom feed pull parser when the Atom entry class is known in advance. - AtomFeedParser(XmlNamespaceDictionary, XmlPullParser, InputStream, Class<T>, Class<E>) - Constructor for class com.google.api.client.http.xml.atom.AtomFeedParser
- attributeNames - Variable in class com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- attributeValues - Variable in class com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- audience - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Audience claim that identifies the audience that the JWT is intended for (should either be a
String
or aList<String>
) ornull
for none. - authenticate - Variable in class com.google.api.client.http.HttpHeaders
-
"WWW-Authenticate"
header. - authorization - Variable in class com.google.api.client.http.HttpHeaders
-
"Authorization"
header. - available() - Method in class com.google.api.client.util.ByteStreams.LimitedInputStream
B
- b - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations
- backOff - Variable in class com.google.api.client.http.HttpBackOffIOExceptionHandler
-
Back-off policy.
- backOff - Variable in class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Back-off policy.
- BackOff - Interface in com.google.api.client.util
-
Back-off policy when retrying an operation.
- backOffMillis - Variable in class com.google.api.client.testing.util.MockBackOff
-
Fixed back-off milliseconds.
- backOffPolicy - Variable in class com.google.api.client.http.HttpRequest
-
Deprecated.
- BackOffPolicy - Interface in com.google.api.client.http
-
Deprecated.(scheduled to be removed in 1.18) Use
HttpBackOffUnsuccessfulResponseHandler
instead. - backOffRequired - Variable in class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Defines if back-off is required based on an abnormal HTTP response.
- BackOffUtils - Class in com.google.api.client.util
- BackOffUtils() - Constructor for class com.google.api.client.util.BackOffUtils
- Base64 - Class in com.google.api.client.util
-
Proxy for version 1.6 (or newer) of the Apache Commons Codec
Base64
implementation. - Base64() - Constructor for class com.google.api.client.util.Base64
- base64decodedBytes - Variable in class com.google.api.client.util.PemReader.Section
-
Base64-decoded bytes.
- BasicAuthentication - Class in com.google.api.client.http
-
Basic authentication HTTP request initializer as specified in Basic Authentication Scheme
- BasicAuthentication(String, String) - Constructor for class com.google.api.client.http.BasicAuthentication
- BEGIN_PATTERN - Static variable in class com.google.api.client.util.PemReader
- bestFriend - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Human
- Beta - Annotation Type in com.google.api.client.util
-
Use this annotation to indicate that a public API (class, method or field) is beta.
- BETA_ANNOTATION - Static variable in class com.google.api.client.findbugs.BetaDetector
-
Beta annotation "signature".
- BETA_CLASS_USAGE - Static variable in class com.google.api.client.findbugs.BetaDetector
-
A message indicating there is a usage of a class annotated with Beta annotation.
- BETA_FIELD_USAGE - Static variable in class com.google.api.client.findbugs.BetaDetector
-
A message indicating there is a usage of a field annotated with Beta annotation.
- BETA_METHOD_USAGE - Static variable in class com.google.api.client.findbugs.BetaDetector
-
A message indicating there is a usage of a method annotated with Beta annotation.
- BetaDetector - Class in com.google.api.client.findbugs
-
Findbugs plugin detector which detects usage of
Beta
in your code. - BetaDetector(BugReporter) - Constructor for class com.google.api.client.findbugs.BetaDetector
- bigDecimalValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- bigDecimalValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- bigIntegerValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- bigIntegerValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- BOGUS_CA_CERT - Static variable in class com.google.api.client.testing.json.webtoken.TestCertificates
-
CA certificate signed with a bogus key.
- bool - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.AnyType
- bool - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.BooleanTypes
- BOOL_TOP_VALUE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- BOOLEAN_ID - Static variable in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- BOOLEAN_TYPE_EMPTY - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- BOOLEAN_TYPE_EMPTY_OUTPUT - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- BOOLEAN_TYPE_FALSE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- BOOLEAN_TYPE_NULL - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- BOOLEAN_TYPE_NULL_OUTPUT - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- BOOLEAN_TYPE_TRUE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- BOOLEAN_TYPE_WRONG - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- BooleanTypes() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.BooleanTypes
- boolObj - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.BooleanTypes
- boolTyped - Variable in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- BUF_SIZE - Static variable in class com.google.api.client.util.ByteStreams
- bugReporter - Variable in class com.google.api.client.findbugs.BetaDetector
-
The bug reporter is used to report errors.
- build() - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Returns a new instance of
ApacheHttpTransport
based on the options. - build() - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Builds a new instance of
ExponentialBackOffPolicy
. - build() - Method in class com.google.api.client.http.GenericUrl
-
Constructs the string representation of the URL, including the path specified by
GenericUrl.pathParts
and the query parameters specified by this generic URL. - build() - Method in class com.google.api.client.http.HttpMediaType
-
Builds the full media type string which can be passed in the Content-Type header.
- build() - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Returns a new instance of
HttpResponseException
based on this builder. - build() - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Returns a new instance of
NetHttpTransport
based on the options. - build() - Method in class com.google.api.client.json.JsonObjectParser.Builder
-
Returns a new instance of a JSON object parser.
- build() - Method in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
Builds a new instance of
MockHttpTransport
. - build() - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Builds a new instance of
ExponentialBackOff
. - buildAuthority() - Method in class com.google.api.client.http.GenericUrl
-
Constructs the portion of the URL containing the scheme, host and port.
- buildDeleteRequest(GenericUrl) - Method in class com.google.api.client.http.HttpRequestFactory
-
Builds a
DELETE
request for the given URL. - builder() - Static method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Returns an instance of a new builder.
- builder() - Static method in class com.google.api.client.testing.http.MockHttpTransport
-
Deprecated.(to be removed in the future) Use
Builder()
instead. - Builder() - Constructor for class com.google.api.client.http.apache.ApacheHttpTransport.Builder
- Builder() - Constructor for class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.
- Builder() - Constructor for class com.google.api.client.http.javanet.NetHttpTransport.Builder
- Builder() - Constructor for class com.google.api.client.testing.http.MockHttpTransport.Builder
-
Constructs a new
MockHttpTransport.Builder
. - Builder() - Constructor for class com.google.api.client.util.ExponentialBackOff.Builder
- Builder(int, String, HttpHeaders) - Constructor for class com.google.api.client.http.HttpResponseException.Builder
- Builder(HttpResponse) - Constructor for class com.google.api.client.http.HttpResponseException.Builder
- Builder(JsonFactory) - Constructor for class com.google.api.client.json.JsonObjectParser.Builder
- buildGetRequest(GenericUrl) - Method in class com.google.api.client.http.HttpRequestFactory
-
Builds a
GET
request for the given URL. - buildHeadRequest(GenericUrl) - Method in class com.google.api.client.http.HttpRequestFactory
-
Builds a
HEAD
request for the given URL. - buildPatchRequest(GenericUrl, HttpContent) - Method in class com.google.api.client.http.HttpRequestFactory
-
Builds a
PATCH
request for the given URL and content. - buildPostRequest(GenericUrl, HttpContent) - Method in class com.google.api.client.http.HttpRequestFactory
-
Builds a
POST
request for the given URL and content. - buildPutRequest(GenericUrl, HttpContent) - Method in class com.google.api.client.http.HttpRequestFactory
-
Builds a
PUT
request for the given URL and content. - buildRelativeUrl() - Method in class com.google.api.client.http.GenericUrl
-
Constructs the portion of the URL beginning at the rooted path.
- buildRequest() - Method in class com.google.api.client.http.HttpTransport
-
Builds a request without specifying the HTTP method.
- buildRequest(String, GenericUrl, HttpContent) - Method in class com.google.api.client.http.HttpRequestFactory
-
Builds a request for the given HTTP method, URL, and content.
- buildRequest(String, String) - Method in class com.google.api.client.http.apache.ApacheHttpTransport
- buildRequest(String, String) - Method in class com.google.api.client.http.HttpTransport
-
Builds a low level HTTP request for the given HTTP method.
- buildRequest(String, String) - Method in class com.google.api.client.http.javanet.NetHttpTransport
- buildRequest(String, String) - Method in class com.google.api.client.testing.http.MockHttpTransport
- byteArray - Variable in class com.google.api.client.http.ByteArrayContent
-
Byte array content.
- byteArray - Variable in class com.google.api.client.util.ByteArrayStreamingContent
-
Byte array content.
- ByteArrayContent - Class in com.google.api.client.http
-
Concrete implementation of
AbstractInputStreamContent
that generates repeatable input streams based on the contents of byte array. - ByteArrayContent(String, byte[]) - Constructor for class com.google.api.client.http.ByteArrayContent
-
Constructor from byte array content that has already been encoded.
- ByteArrayContent(String, byte[], int, int) - Constructor for class com.google.api.client.http.ByteArrayContent
-
Constructor from byte array content that has already been encoded, specifying a range of bytes to read from the input byte array.
- ByteArrayStreamingContent - Class in com.google.api.client.util
-
Streaming content whose source is a byte array.
- ByteArrayStreamingContent(byte[]) - Constructor for class com.google.api.client.util.ByteArrayStreamingContent
- ByteArrayStreamingContent(byte[], int, int) - Constructor for class com.google.api.client.util.ByteArrayStreamingContent
- ByteCountingOutputStream - Class in com.google.api.client.util
-
Output stream that throws away any content and only retains the count of bytes written to the stream.
- ByteCountingOutputStream() - Constructor for class com.google.api.client.util.ByteCountingOutputStream
- byteObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- byteObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- bytes - Variable in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
-
Byte array of value.
- bytesRead - Variable in class com.google.api.client.http.javanet.NetHttpResponse.SizeValidatingInputStream
- ByteStreams - Class in com.google.api.client.util
-
Provides utility methods for working with byte arrays and I/O streams.
- ByteStreams() - Constructor for class com.google.api.client.util.ByteStreams
- ByteStreams.LimitedInputStream - Class in com.google.api.client.util
- bytesWritten - Variable in class com.google.api.client.util.LoggingByteArrayOutputStream
-
Bytes written to the stream (may or may not have been logged).
- byteValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- byteValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
C
- c - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations
- CA_CERT - Static variable in class com.google.api.client.testing.json.webtoken.TestCertificates
-
Test CA Certificate.
- CA_KEY - Static variable in class com.google.api.client.testing.json.webtoken.TestCertificates
-
Private key for
CA_CERT
. - CACHE - Static variable in class com.google.api.client.util.ClassInfo
-
Class information cache, with case-sensitive field names.
- CACHE - Static variable in class com.google.api.client.util.FieldInfo
-
Cached field information.
- CACHE_IGNORE_CASE - Static variable in class com.google.api.client.util.ClassInfo
-
Class information cache, with case-insensitive fields names.
- cacheControl - Variable in class com.google.api.client.http.HttpHeaders
-
"Cache-Control"
header. - cachedBuildResult - Variable in class com.google.api.client.http.HttpMediaType
-
The last build result or
null
. - cachedTypemapFields - Static variable in class com.google.api.client.json.JsonParser
-
Maps a polymorphic
Class
to itsField
with theJsonPolymorphicTypeMap
annotation, ornull
if there is no field with that annotation. - cast(Iterable<T>) - Static method in class com.google.api.client.util.Collections2
-
Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557.
- Centipede() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.Centipede
- CENTIPEDE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- CENTIPEDE_EXTRA_INFO - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- CENTIPEDE_OPTIMIZED - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- CertData(String) - Constructor for class com.google.api.client.testing.json.webtoken.TestCertificates.CertData
- charBufferFromThreadLocal() - Static method in class com.google.api.client.util.escape.Platform
-
Returns a thread-local 1024-char array.
- CharEscapers - Class in com.google.api.client.util.escape
-
Utility functions for dealing with
CharEscaper
s, and some commonly usedCharEscaper
instances. - CharEscapers() - Constructor for class com.google.api.client.util.escape.CharEscapers
- Charsets - Class in com.google.api.client.util
-
Contains constant definitions for some standard
Charset
instances that are guaranteed to be supported by all Java platform implementations. - Charsets() - Constructor for class com.google.api.client.util.Charsets
- checkArgument(boolean) - Static method in class com.google.api.client.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - Static method in class com.google.api.client.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - Static method in class com.google.api.client.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkClass() - Method in class com.google.api.client.findbugs.BetaDetector
- checkContentType(String) - Static method in class com.google.api.client.xml.atom.Atom
-
Checks the given content type matches the Atom content type specified in
Atom.MEDIA_TYPE
. - checkField(String) - Method in class com.google.api.client.findbugs.BetaDetector
-
Reports bug in case the field defined by the given name is
Beta
. - checkMethod(String, String) - Method in class com.google.api.client.findbugs.BetaDetector
-
Reports bug in case the method defined by the given name and signature is
Beta
. - checkNotNull(T) - Static method in class com.google.api.client.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - Static method in class com.google.api.client.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object...) - Static method in class com.google.api.client.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNumber() - Method in class com.google.api.client.json.gson.GsonParser
- checkState(boolean) - Static method in class com.google.api.client.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
- checkState(boolean, Object) - Static method in class com.google.api.client.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
- checkState(boolean, String, Object...) - Static method in class com.google.api.client.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
- children - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.DogWithFamily
- classInfo - Variable in class com.google.api.client.http.HttpHeaders.ParseHeaderState
-
ClassInfo of the HttpHeaders.
- classInfo - Variable in class com.google.api.client.util.DataMap
-
Object's class info.
- classInfo - Variable in class com.google.api.client.util.GenericData
-
Class information.
- ClassInfo - Class in com.google.api.client.util
-
Computes class information to determine data key name/value pairs associated with the class.
- ClassInfo(Class<?>, boolean) - Constructor for class com.google.api.client.util.ClassInfo
- className - Variable in class com.google.api.client.util.Objects.ToStringHelper
- clazz - Variable in class com.google.api.client.util.ClassInfo
-
Class.
- clear() - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
- clear() - Method in class com.google.api.client.util.ArrayMap
- clear() - Method in class com.google.api.client.util.DataMap.EntrySet
- clear() - Method in class com.google.api.client.util.GenericData.EntrySet
- clear() - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- clear() - Method in interface com.google.api.client.util.store.DataStore
-
Deletes all of the stored keys and values.
- clearParameters() - Method in class com.google.api.client.http.HttpMediaType
-
Removes all set parameters from this media type.
- Clock - Interface in com.google.api.client.util
-
Clock which can be used to get the amount of elapsed milliseconds in system time.
- clone() - Method in class com.google.api.client.http.GenericUrl
- clone() - Method in class com.google.api.client.http.HttpHeaders
- clone() - Method in class com.google.api.client.json.GenericJson
- clone() - Method in class com.google.api.client.json.rpc2.JsonRpcRequest
- clone() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
- clone() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Header
- clone() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
- clone() - Method in class com.google.api.client.util.ArrayMap
- clone() - Method in class com.google.api.client.util.GenericData
-
Makes a "deep" clone of the generic data, in which the clone is completely independent of the original.
- clone() - Method in class com.google.api.client.xml.GenericXml
- clone(T) - Static method in class com.google.api.client.util.Data
-
Returns a deep clone of the given key/value data, such that the result is a completely independent copy.
- close() - Method in class com.google.api.client.json.gson.GsonGenerator
- close() - Method in class com.google.api.client.json.gson.GsonParser
- close() - Method in class com.google.api.client.json.jackson.JacksonGenerator
- close() - Method in class com.google.api.client.json.jackson.JacksonParser
- close() - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- close() - Method in class com.google.api.client.json.jackson2.JacksonParser
- close() - Method in class com.google.api.client.json.JsonGenerator
-
Closes the serializer and the underlying output stream or writer, and releases any memory associated with it.
- close() - Method in class com.google.api.client.json.JsonParser
-
Closes the parser and the underlying input stream or reader, and releases any memory associated with it.
- close() - Method in class com.google.api.client.testing.json.MockJsonGenerator
- close() - Method in class com.google.api.client.testing.json.MockJsonParser
- close() - Method in class com.google.api.client.testing.util.LogRecordingHandler
- close() - Method in class com.google.api.client.testing.util.TestableByteArrayInputStream
- close() - Method in class com.google.api.client.testing.util.TestableByteArrayOutputStream
- close() - Method in class com.google.api.client.util.LoggingByteArrayOutputStream
- close() - Method in class com.google.api.client.util.LoggingInputStream
- close() - Method in class com.google.api.client.util.LoggingOutputStream
- close() - Method in class com.google.api.client.util.PemReader
-
Closes the reader.
- close() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Closes the underlying parser.
- closed - Variable in class com.google.api.client.testing.util.TestableByteArrayInputStream
-
Whether the input stream has been closed.
- closed - Variable in class com.google.api.client.testing.util.TestableByteArrayOutputStream
-
Whether the output stream has been closed.
- closed - Variable in class com.google.api.client.util.LoggingByteArrayOutputStream
-
Whether the stream has already been closed.
- closeInputStream - Variable in class com.google.api.client.http.AbstractInputStreamContent
-
Whether the input stream should be closed at the end of
AbstractInputStreamContent.writeTo(java.io.OutputStream)
. - codePointAt(CharSequence, int, int) - Static method in class com.google.api.client.util.escape.UnicodeEscaper
-
Returns the Unicode code point of the character at the given index.
- COLLECTION_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- CollectionOfCollectionType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.CollectionOfCollectionType
- Collections2 - Class in com.google.api.client.util
-
Static utility methods pertaining to
Collection
instances. - Collections2() - Constructor for class com.google.api.client.util.Collections2
- color - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Centipede
- com.google.api.client.extensions.jdo - package com.google.api.client.extensions.jdo
-
Support for the JDO data store.
- com.google.api.client.findbugs - package com.google.api.client.findbugs
-
Findbugs package which supports custom Google APIs Client library findbugs Plugins.
- com.google.api.client.http - package 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 - package 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 - package 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 - package com.google.api.client.http.json
-
JSON HTTP library based on the pluggable HTTP library.
- com.google.api.client.http.protobuf - package com.google.api.client.http.protobuf
- com.google.api.client.http.xml - package com.google.api.client.http.xml
-
Beta
XML HTTP library based on the pluggable HTTP library. - com.google.api.client.http.xml.atom - package com.google.api.client.http.xml.atom
-
Beta
Atom XML HTTP library based on the pluggable HTTP library. - com.google.api.client.json - package 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 - package 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.jackson - package com.google.api.client.json.jackson
-
Low-level implementation of the JSON parser library based on the Jackson JSON library.
- com.google.api.client.json.jackson2 - package com.google.api.client.json.jackson2
-
Low-level implementation of the JSON parser library based on the Jackson 2 JSON library.
- com.google.api.client.json.rpc2 - package com.google.api.client.json.rpc2
- com.google.api.client.json.webtoken - package com.google.api.client.json.webtoken
- com.google.api.client.protobuf - package com.google.api.client.protobuf
- com.google.api.client.test.json - package com.google.api.client.test.json
-
Classes used for testing of JSON library implementations.
- com.google.api.client.test.util.store - package com.google.api.client.test.util.store
-
Abstract tests for data stores.
- com.google.api.client.testing.http - package com.google.api.client.testing.http
-
Beta
Testing utilities used for writing tests based on this library. - com.google.api.client.testing.http.apache - package 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 - package com.google.api.client.testing.http.javanet
- com.google.api.client.testing.json - package com.google.api.client.testing.json
-
Beta
Testing utilities used for writing tests based on this library. - com.google.api.client.testing.json.webtoken - package com.google.api.client.testing.json.webtoken
-
Beta
Testing utilities used for writing tests for JSON WebToken. - com.google.api.client.testing.util - package com.google.api.client.testing.util
-
Beta
Testing utilities used for writing tests based on this library. - com.google.api.client.util - package com.google.api.client.util
-
General utilities used throughout this library.
- com.google.api.client.util.escape - package com.google.api.client.util.escape
-
Character escaping utilities.
- com.google.api.client.util.store - package com.google.api.client.util.store
-
Utilities to store serializable data.
- com.google.api.client.xml - package com.google.api.client.xml
-
Beta
Utilities for XML. - com.google.api.client.xml.atom - package com.google.api.client.xml.atom
-
Beta
Utilities for Atom XML. - componentType - Variable in class com.google.api.client.util.ArrayValueMap.ArrayValue
-
Array component type.
- ComposedIdKey() - Constructor for class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey
- ComposedIdKey(String) - Constructor for class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey
- COMPOSITE_NON_EXPLODE_JOINER - Static variable in class com.google.api.client.http.UriTemplate
- COMPOSITE_PREFIXES - Static variable in class com.google.api.client.http.UriTemplate
- CompositeOutput(Character, String, String, boolean, boolean) - Constructor for enum com.google.api.client.http.UriTemplate.CompositeOutput
- computeAliases(Object, SortedSet<String>) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
- computedLength - Variable in class com.google.api.client.http.AbstractHttpContent
-
Cached value for the computed length from
AbstractHttpContent.computeLength()
. - computeLength() - Method in class com.google.api.client.http.AbstractHttpContent
-
Computes and returns the content length or less than zero if not known.
- computeLength(HttpContent) - Static method in class com.google.api.client.http.AbstractHttpContent
-
Returns the computed content length based using
IOUtils.computeLength(StreamingContent)
or instead-1
ifHttpContent.retrySupported()
isfalse
because the stream must not be read twice. - computeLength(StreamingContent) - Static method in class com.google.api.client.util.IOUtils
-
Computes and returns the byte content length for a streaming content by calling
StreamingContent.writeTo(OutputStream)
on a fake output stream that only counts bytes written. - computeMessageBuffer(HttpResponse) - Static method in exception com.google.api.client.http.HttpResponseException
-
Returns an exception message string builder to use for the given HTTP response.
- connect() - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- CONNECT - Static variable in class com.google.api.client.http.HttpMethods
-
HTTP CONNECT method.
- connection - Variable in class com.google.api.client.http.javanet.NetHttpRequest
- connection - Variable in class com.google.api.client.http.javanet.NetHttpResponse
- connectionFactory - Variable in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
ConnectionFactory
ornull
to use a DefaultConnectionFactory. - connectionFactory - Variable in class com.google.api.client.http.javanet.NetHttpTransport
-
Factory to produce connections from
URL
s - ConnectionFactory - Interface in com.google.api.client.http.javanet
-
Given a
URL
instance, produces anHttpURLConnection
. - connectTimeout - Variable in class com.google.api.client.http.HttpRequest
-
Timeout in milliseconds to establish a connection or
0
for an infinite timeout. - CONTAINED_MAP - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- containsKey(Object) - Method in class com.google.api.client.util.ArrayMap
-
Returns whether there is a mapping for the given key.
- containsKey(Object) - Method in class com.google.api.client.util.DataMap
- containsKey(String) - Method in class com.google.api.client.util.store.AbstractDataStore
-
Returns whether the store contains the given key.
- containsKey(String) - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- containsKey(String) - Method in interface com.google.api.client.util.store.DataStore
-
Returns whether the store contains the given key.
- containsValue(Object) - Method in class com.google.api.client.util.ArrayMap
- containsValue(V) - Method in class com.google.api.client.util.store.AbstractDataStore
-
Returns whether the store contains the given value.
- containsValue(V) - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- containsValue(V) - Method in interface com.google.api.client.util.store.DataStore
-
Returns whether the store contains the given value.
- content - Variable in class com.google.api.client.http.HttpEncodingStreamingContent
-
Streaming content.
- content - Variable in class com.google.api.client.http.HttpRequest
-
HTTP request content or
null
for none. - content - Variable in class com.google.api.client.http.HttpResponse
-
HTTP response content or
null
beforeHttpResponse.getContent()
. - content - Variable in class com.google.api.client.http.HttpResponseException.Builder
-
Response content or
null
for none. - content - Variable in exception com.google.api.client.http.HttpResponseException
-
HTTP response content or
null
for none. - content - Variable in class com.google.api.client.http.MultipartContent.Part
-
HTTP content or
null
for none. - content - Variable in class com.google.api.client.testing.http.MockHttpContent
-
HTTP content or an empty byte array by default.
- content - Variable in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Input stream content of HTTP response or
null
by default. - content - Variable in class com.google.api.client.util.LoggingStreamingContent
-
Streaming content.
- CONTENT_TYPE - Static variable in class com.google.api.client.http.UrlEncodedParser
-
"application/x-www-form-urlencoded"
content type. - CONTENT_TYPE - Static variable in class com.google.api.client.protobuf.ProtocolBuffers
-
"application/x-protobuf"
content type. - contentEncoding - Variable in class com.google.api.client.http.HttpHeaders
-
"Content-Encoding"
header. - contentEncoding - Variable in class com.google.api.client.http.HttpResponse
-
Content encoding or
null
. - contentEncoding - Variable in class com.google.api.client.http.LowLevelHttpRequest
-
Content encoding (for example
"gzip"
) ornull
for none. - contentEncoding - Variable in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Content encoding or
null
for none. - ContentEntity - Class in com.google.api.client.http.apache
- ContentEntity(long, StreamingContent) - Constructor for class com.google.api.client.http.apache.ContentEntity
- contentLength - Variable in class com.google.api.client.http.apache.ContentEntity
-
Content length or less than zero if not known.
- contentLength - Variable in class com.google.api.client.http.HttpHeaders
-
"Content-Length"
header. - contentLength - Variable in class com.google.api.client.http.LowLevelHttpRequest
-
Content length or less than zero if not known.
- contentLength - Variable in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Content length or
-1
if unknown. - contentLoggingLimit - Variable in class com.google.api.client.http.HttpRequest
-
Determines the limit to the content size that will be logged during
HttpRequest.execute()
. - contentLoggingLimit - Variable in class com.google.api.client.http.HttpResponse
-
Determines the limit to the content size that will be logged during
HttpResponse.getContent()
. - contentLoggingLimit - Variable in class com.google.api.client.util.LoggingStreamingContent
-
Maximum number of bytes to log or
0
to avoid logging content. - contentMD5 - Variable in class com.google.api.client.http.HttpHeaders
-
"Content-MD5"
header. - contentRange - Variable in class com.google.api.client.http.HttpHeaders
-
"Content-Range"
header. - contentRead - Variable in class com.google.api.client.http.HttpResponse
-
Signals whether the content has been read from the input stream.
- contentType - Variable in class com.google.api.client.http.HttpHeaders
-
"Content-Type"
header. - contentType - Variable in class com.google.api.client.http.HttpResponse
-
Content type or
null
for none. - contentType - Variable in class com.google.api.client.http.LowLevelHttpRequest
-
Content type or
null
for none. - contentType - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Header
-
Content type header parameter used to declare structural information about the JWT or
null
for none. - contentType - Variable in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Content type of HTTP response or
null
by default. - context - Variable in class com.google.api.client.http.HttpHeaders.ParseHeaderState
-
List of types in the header context.
- convert(JsonToken) - Static method in class com.google.api.client.json.jackson2.JacksonFactory
- convert(JsonToken) - Static method in class com.google.api.client.json.jackson.JacksonFactory
- cookie - Variable in class com.google.api.client.http.HttpHeaders
-
"Cookie"
header. - copy(InputStream, OutputStream) - Static method in class com.google.api.client.util.ByteStreams
-
Copies all bytes from the input stream to the output stream.
- copy(InputStream, OutputStream) - Static method in class com.google.api.client.util.IOUtils
-
Writes the content provided by the given source input stream into the given destination output stream.
- copy(InputStream, OutputStream, boolean) - Static method in class com.google.api.client.util.IOUtils
-
Writes the content provided by the given source input stream into the given destination output stream, optionally closing the input stream.
- count - Variable in class com.google.api.client.testing.util.MockSleeper
-
Number of times
MockSleeper.sleep(long)
was called. - count - Variable in class com.google.api.client.util.ByteCountingOutputStream
-
Number of bytes written.
- create() - Static method in class com.google.api.client.util.ArrayMap
-
Returns a new instance of an array map with initial capacity of zero.
- create(int) - Static method in class com.google.api.client.util.ArrayMap
-
Returns a new instance of an array map of the given initial capacity.
- create(HttpResponse, XmlNamespaceDictionary, Class<T>, Class<E>) - Static method in class com.google.api.client.http.xml.atom.AtomFeedParser
-
Parses the given HTTP response using the given feed class and entry class.
- createBugInstance(String) - Method in class com.google.api.client.findbugs.BetaDetector
-
Returns a new bug instance with source line and class information.
- createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class com.google.api.client.testing.http.apache.MockHttpClient
- createDataStore(String) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory
- createDataStore(String) - Method in class com.google.api.client.util.store.AbstractDataStoreFactory
-
Returns a new instance of a type-specific data store based on the given unique ID.
- createDataStore(String) - Method in class com.google.api.client.util.store.FileDataStoreFactory
- createDataStore(String) - Method in class com.google.api.client.util.store.MemoryDataStoreFactory
- createJsonGenerator(OutputStream, Charset) - Method in class com.google.api.client.json.gson.GsonFactory
- createJsonGenerator(OutputStream, Charset) - Method in class com.google.api.client.json.jackson.JacksonFactory
- createJsonGenerator(OutputStream, Charset) - Method in class com.google.api.client.json.jackson2.JacksonFactory
- createJsonGenerator(OutputStream, Charset) - Method in class com.google.api.client.json.JsonFactory
-
Returns a new instance of a low-level JSON serializer for the given output stream and encoding.
- createJsonGenerator(OutputStream, Charset) - Method in class com.google.api.client.testing.json.MockJsonFactory
- createJsonGenerator(Writer) - Method in class com.google.api.client.json.gson.GsonFactory
- createJsonGenerator(Writer) - Method in class com.google.api.client.json.jackson.JacksonFactory
- createJsonGenerator(Writer) - Method in class com.google.api.client.json.jackson2.JacksonFactory
- createJsonGenerator(Writer) - Method in class com.google.api.client.json.JsonFactory
-
Returns a new instance of a low-level JSON serializer for the given writer.
- createJsonGenerator(Writer) - Method in class com.google.api.client.testing.json.MockJsonFactory
- createJsonObjectParser() - Method in class com.google.api.client.json.JsonFactory
-
Creates an object parser which uses this factory to parse JSON data.
- createJsonParser(InputStream) - Method in class com.google.api.client.json.gson.GsonFactory
- createJsonParser(InputStream) - Method in class com.google.api.client.json.jackson.JacksonFactory
- createJsonParser(InputStream) - Method in class com.google.api.client.json.jackson2.JacksonFactory
- createJsonParser(InputStream) - Method in class com.google.api.client.json.JsonFactory
-
Returns a new instance of a low-level JSON parser for the given input stream.
- createJsonParser(InputStream) - Method in class com.google.api.client.testing.json.MockJsonFactory
- createJsonParser(InputStream, Charset) - Method in class com.google.api.client.json.gson.GsonFactory
- createJsonParser(InputStream, Charset) - Method in class com.google.api.client.json.jackson.JacksonFactory
- createJsonParser(InputStream, Charset) - Method in class com.google.api.client.json.jackson2.JacksonFactory
- createJsonParser(InputStream, Charset) - Method in class com.google.api.client.json.JsonFactory
-
Returns a new instance of a low-level JSON parser for the given input stream.
- createJsonParser(InputStream, Charset) - Method in class com.google.api.client.testing.json.MockJsonFactory
- createJsonParser(Reader) - Method in class com.google.api.client.json.gson.GsonFactory
- createJsonParser(Reader) - Method in class com.google.api.client.json.jackson.JacksonFactory
- createJsonParser(Reader) - Method in class com.google.api.client.json.jackson2.JacksonFactory
- createJsonParser(Reader) - Method in class com.google.api.client.json.JsonFactory
-
Returns a new instance of a low-level JSON parser for the given reader.
- createJsonParser(Reader) - Method in class com.google.api.client.testing.json.MockJsonFactory
- createJsonParser(String) - Method in class com.google.api.client.json.gson.GsonFactory
- createJsonParser(String) - Method in class com.google.api.client.json.jackson.JacksonFactory
- createJsonParser(String) - Method in class com.google.api.client.json.jackson2.JacksonFactory
- createJsonParser(String) - Method in class com.google.api.client.json.JsonFactory
-
Returns a new instance of a low-level JSON parser for the given string value.
- createJsonParser(String) - Method in class com.google.api.client.testing.json.MockJsonFactory
- createParser() - Static method in class com.google.api.client.xml.Xml
-
Returns a new XML pull parser.
- createParser(String) - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
-
Returns a JsonParser which parses the specified string.
- createRequestFactory() - Method in class com.google.api.client.http.HttpTransport
-
Returns a new instance of an HTTP request factory based on this HTTP transport.
- createRequestFactory(HttpRequestInitializer) - Method in class com.google.api.client.http.HttpTransport
-
Returns a new instance of an HTTP request factory based on this HTTP transport with the given HTTP request initializer.
- createSafeOctets(String) - Static method in class com.google.api.client.util.escape.PercentEscaper
-
Creates a boolean[] with entries corresponding to the character values for 0-9, A-Z, a-z and those specified in safeChars set to true.
- createSerializer() - Static method in class com.google.api.client.xml.Xml
-
Returns a new XML serializer.
- createSocket() - Method in class com.google.api.client.http.apache.SSLSocketFactoryExtension
- createSocket(Socket, String, int, boolean) - Method in class com.google.api.client.http.apache.SSLSocketFactoryExtension
- critical - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Array listing the header parameter names that define extensions that are used in the JWS header that MUST be understood and processed or
null
for none. - curlLoggingEnabled - Variable in class com.google.api.client.http.HttpRequest
-
Determines whether logging in form of curl commands should be enabled for this request.
- currentFieldInfo - Variable in class com.google.api.client.util.DataMap.EntryIterator
-
Current field info found by
DataMap.EntryIterator.next()
ornull
beforeDataMap.EntryIterator.next()
has been called. - currentIntervalMillis - Variable in class com.google.api.client.util.ExponentialBackOff
-
The current retry interval in milliseconds.
- currentNameStack - Variable in class com.google.api.client.json.gson.GsonParser
- currentText - Variable in class com.google.api.client.json.gson.GsonParser
- currentTime - Variable in class com.google.api.client.testing.http.FixedClock
- currentTimeMillis() - Method in class com.google.api.client.testing.http.FixedClock
- currentTimeMillis() - Method in interface com.google.api.client.util.Clock
-
Returns the current time in milliseconds since midnight, January 1, 1970 UTC, to match the behavior of
System.currentTimeMillis()
. - currentToken - Variable in class com.google.api.client.json.gson.GsonParser
- CustomizeJsonParser - Class in com.google.api.client.json
-
Beta
Customizes the behavior of a JSON parser. - CustomizeJsonParser() - Constructor for class com.google.api.client.json.CustomizeJsonParser
- CustomizeParser() - Constructor for class com.google.api.client.xml.Xml.CustomizeParser
D
- d - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations
- data - Variable in class com.google.api.client.http.json.JsonHttpContent
-
JSON key name/value data.
- data - Variable in class com.google.api.client.http.UrlEncodedContent
-
Key name/value data.
- data - Variable in class com.google.api.client.http.xml.XmlHttpContent
-
Key/value pair data.
- data - Variable in class com.google.api.client.util.ArrayMap
- Data - Class in com.google.api.client.util
-
Utilities for working with key/value data based on the
Key
annotation. - Data() - Constructor for class com.google.api.client.util.Data
- dataDirectory - Variable in class com.google.api.client.util.store.FileDataStoreFactory
-
Directory to store data.
- dataEntrySet - Variable in class com.google.api.client.util.GenericData.EntrySet
- dataFile - Variable in class com.google.api.client.util.store.FileDataStoreFactory.FileDataStore
-
File to store data.
- DataMap - Class in com.google.api.client.util
-
Map that uses
ClassInfo
to parse the key/value pairs into a map for use inData.mapOf(Object)
. - DataMap(Object, boolean) - Constructor for class com.google.api.client.util.DataMap
- DataMap.Entry - Class in com.google.api.client.util
-
Entry in the reflection map.
- DataMap.EntryIterator - Class in com.google.api.client.util
-
Iterator over the object data key/value map entries.
- DataMap.EntrySet - Class in com.google.api.client.util
-
Set of object data key/value map entries.
- dataStore - Variable in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- DataStore<V extends java.io.Serializable> - Interface in com.google.api.client.util.store
-
Stores and manages serializable data of a specific type, where the key is a string and the value is a
Serializable
object. - dataStoreFactory - Variable in class com.google.api.client.util.store.AbstractDataStore
-
Data store factory.
- DataStoreFactory - Interface in com.google.api.client.util.store
-
Factory for a store that manages serializable data, where the key is a string and the value is a
Serializable
object. - dataStoreMap - Variable in class com.google.api.client.util.store.AbstractDataStoreFactory
-
Map of data store ID to data store.
- DataStoreUtils - Class in com.google.api.client.util.store
-
Utilities for data stores.
- DataStoreUtils() - Constructor for class com.google.api.client.util.store.DataStoreUtils
- date - Variable in class com.google.api.client.http.HttpHeaders
-
"Date"
header. - dateOnly - Variable in class com.google.api.client.util.DateTime
-
Specifies whether this is a date-only value.
- DateTime - Class in com.google.api.client.util
-
Immutable representation of a date with an optional time and an optional time zone based on RFC 3339.
- DateTime(boolean, long, Integer) - Constructor for class com.google.api.client.util.DateTime
-
Instantiates
DateTime
, which may represent a date-only value, from the number of milliseconds since the Unix epoch, and a shift from UTC in minutes. - DateTime(long) - Constructor for class com.google.api.client.util.DateTime
-
Instantiates
DateTime
from the number of milliseconds since the Unix epoch. - DateTime(long, int) - Constructor for class com.google.api.client.util.DateTime
-
Instantiates
DateTime
from the number of milliseconds since the Unix epoch, and a shift from UTC in minutes. - DateTime(String) - Constructor for class com.google.api.client.util.DateTime
- DateTime(Date) - Constructor for class com.google.api.client.util.DateTime
-
Instantiates
DateTime
from aDate
. - DateTime(Date, TimeZone) - Constructor for class com.google.api.client.util.DateTime
- decodeBase64(byte[]) - Static method in class com.google.api.client.util.Base64
-
Decodes Base64 data into octets.
- decodeBase64(String) - Static method in class com.google.api.client.util.Base64
-
Decodes a Base64 String into octets.
- decodeUri(String) - Static method in class com.google.api.client.util.escape.CharEscapers
-
Percent-decodes a US-ASCII string into a Unicode string.
- deepCopy(Object, Object) - Static method in class com.google.api.client.util.Data
-
Makes a deep copy of the given source object into the destination object that is assumed to be constructed using
Object.clone()
. - DEFAULT - Static variable in interface com.google.api.client.util.Sleeper
-
Provides the default implementation based on
Thread.sleep(long)
. - DEFAULT_INITIAL_INTERVAL_MILLIS - Static variable in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.The default initial interval value in milliseconds (0.5 seconds).
- DEFAULT_INITIAL_INTERVAL_MILLIS - Static variable in class com.google.api.client.util.ExponentialBackOff
-
The default initial interval value in milliseconds (0.5 seconds).
- DEFAULT_MAX_ELAPSED_TIME_MILLIS - Static variable in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.The default maximum elapsed time in milliseconds (15 minutes).
- DEFAULT_MAX_ELAPSED_TIME_MILLIS - Static variable in class com.google.api.client.util.ExponentialBackOff
-
The default maximum elapsed time in milliseconds (15 minutes).
- DEFAULT_MAX_INTERVAL_MILLIS - Static variable in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.The default maximum back off time in milliseconds (1 minute).
- DEFAULT_MAX_INTERVAL_MILLIS - Static variable in class com.google.api.client.util.ExponentialBackOff
-
The default maximum back off time in milliseconds (1 minute).
- DEFAULT_MULTIPLIER - Static variable in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.The default multiplier value (1.5 which is 50% increase per back off).
- DEFAULT_MULTIPLIER - Static variable in class com.google.api.client.util.ExponentialBackOff
-
The default multiplier value (1.5 which is 50% increase per back off).
- DEFAULT_NUMBER_OF_RETRIES - Static variable in class com.google.api.client.http.HttpRequest
-
The default number of retries that will be allowed to execute before the request will be terminated.
- DEFAULT_RANDOMIZATION_FACTOR - Static variable in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.The default randomization factor (0.5 which results in a random period ranging between 50% below and 50% above the retry interval).
- DEFAULT_RANDOMIZATION_FACTOR - Static variable in class com.google.api.client.util.ExponentialBackOff
-
The default randomization factor (0.5 which results in a random period ranging between 50% below and 50% above the retry interval).
- DefaultConnectionFactory - Class in com.google.api.client.http.javanet
-
Default implementation of
ConnectionFactory
, which simply attempts to open the connection with an optionalProxy
. - DefaultConnectionFactory() - Constructor for class com.google.api.client.http.javanet.DefaultConnectionFactory
- DefaultConnectionFactory(Proxy) - Constructor for class com.google.api.client.http.javanet.DefaultConnectionFactory
- delete(String) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
- delete(String) - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- delete(String) - Method in interface com.google.api.client.util.store.DataStore
-
Deletes the stored key and value based on the given key, or ignored if the key doesn't already exist.
- DELETE - Static variable in class com.google.api.client.http.HttpMethods
-
HTTP DELETE method.
- deserialize() - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
- deserialize(byte[]) - Static method in class com.google.api.client.util.IOUtils
-
Deserializes the given byte array into to a newly allocated object.
- deserialize(InputStream) - Static method in class com.google.api.client.util.IOUtils
-
Deserializes the given input stream into to a newly allocated object, and close the input stream.
- DEST_PAD - Static variable in class com.google.api.client.util.escape.UnicodeEscaper
-
The amount of padding (chars) to use when growing the escape buffer.
- DEST_TL - Static variable in class com.google.api.client.util.escape.Platform
-
A thread-local destination buffer to keep us from creating new buffers.
- destination - Variable in class com.google.api.client.util.ArrayValueMap
-
Destination object whose fields must be set, or destination map whose values must be set.
- disconnect() - Method in class com.google.api.client.http.apache.ApacheHttpResponse
-
Aborts execution of the request.
- disconnect() - Method in class com.google.api.client.http.HttpResponse
-
Close the HTTP response content using
HttpResponse.ignore()
, and disconnect usingLowLevelHttpResponse.disconnect()
. - disconnect() - Method in class com.google.api.client.http.javanet.NetHttpResponse
-
Closes the connection to the HTTP server.
- disconnect() - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Default implementation does nothing, but subclasses may override to attempt to abort the connection or release allocated system resources for this connection.
- disconnect() - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- disconnect() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- Dog() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.Dog
- DOG - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- DOG_EXTRA_INFO - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- DOG_EXTRA_INFO_ORDERED - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- DOG_OPTIMIZED - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- DOG_WITH_FAMILY - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- DOG_WITH_NO_FAMILY - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- DOG_WITH_NO_FAMILY_PARSED - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- DogGenericJson() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.DogGenericJson
- DogWithFamily() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.DogWithFamily
- doNotValidateCertificate() - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Beta
Disables validating server SSL certificates by setting the SSL socket factory usingSslUtils.trustAllSSLContext()
for the SSL context andSSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER
for the host name verifier. - doNotValidateCertificate() - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Beta
Disables validating server SSL certificates by setting the SSL socket factory usingSslUtils.trustAllSSLContext()
for the SSL context andSslUtils.trustAllHostnameVerifier()
for the host name verifier. - doOutputCalled - Variable in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Whether
URLConnection.doOutput
was called. - doOutputCalled() - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Returns whether
URLConnection.doOutput
was called. - DOT - com.google.api.client.http.UriTemplate.CompositeOutput
-
Label expansion with dot-prefix.
- DOUBLE_LIST_TYPE_VARIABLE_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- DoubleListTypeVariableType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.DoubleListTypeVariableType
- doubleObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- doubleObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- doubleValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- doubleValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- doubleValue() - Method in class com.google.api.client.json.gson.GsonGenerator.StringNumber
- download(OutputStream) - Method in class com.google.api.client.http.HttpResponse
-
Writes the content of the HTTP response into the given destination output stream.
E
- E() - Constructor for enum com.google.api.client.test.json.AbstractJsonFactoryTest.E
- elementName - Variable in class com.google.api.client.http.xml.XmlHttpContent
-
XML element local name, optionally prefixed by its namespace alias, for example
"atom:entry"
. - ElementSerializer(Object, boolean) - Constructor for class com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- EMPTY - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- EMPTY_ARRAY - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- EMPTY_OBJECT - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- EmptyContent - Class in com.google.api.client.http
-
Empty HTTP content of length zero just to force
HttpRequest.execute()
to add the headerContent-Length: 0
. - EmptyContent() - Constructor for class com.google.api.client.http.EmptyContent
- enablePrettyPrint() - Method in class com.google.api.client.json.gson.GsonGenerator
- enablePrettyPrint() - Method in class com.google.api.client.json.jackson.JacksonGenerator
- enablePrettyPrint() - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- enablePrettyPrint() - Method in class com.google.api.client.json.JsonGenerator
-
Requests that the output be pretty printed (by default it is not).
- encode(StreamingContent, OutputStream) - Method in class com.google.api.client.http.GZipEncoding
- encode(StreamingContent, OutputStream) - Method in interface com.google.api.client.http.HttpEncoding
-
Encodes the streaming content into the output stream.
- encodeBase64(byte[]) - Static method in class com.google.api.client.util.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64String(byte[]) - Static method in class com.google.api.client.util.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64URLSafe(byte[]) - Static method in class com.google.api.client.util.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - Static method in class com.google.api.client.util.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- ENCODED_PRIVATE_KEY - Static variable in class com.google.api.client.testing.util.SecurityTestUtils
- ENCODED_PUBLIC_KEY - Static variable in class com.google.api.client.testing.util.SecurityTestUtils
- encodedValue - Variable in class com.google.api.client.json.gson.GsonGenerator.StringNumber
- encoding - Variable in class com.google.api.client.http.HttpEncodingStreamingContent
-
HTTP encoding.
- encoding - Variable in class com.google.api.client.http.HttpRequest
-
HTTP content encoding or
null
for none. - encoding - Variable in class com.google.api.client.http.MultipartContent.Part
-
HTTP encoding or
null
for none. - END_ARRAY - com.google.api.client.json.JsonToken
-
End of a JSON array (']').
- END_OBJECT - com.google.api.client.json.JsonToken
-
End of a JSON object ('}').
- END_PATTERN - Static variable in class com.google.api.client.util.PemReader
- ensureCapacity(int) - Method in class com.google.api.client.util.ArrayMap
-
Ensures that the capacity of the internal arrays is at least a given capacity.
- entries - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Feed
- entry - Variable in class com.google.api.client.http.xml.atom.AtomContent
-
Key/value pair data for the Atom entry.
- Entry() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.Entry
- Entry(int) - Constructor for class com.google.api.client.util.ArrayMap.Entry
- Entry(FieldInfo, Object) - Constructor for class com.google.api.client.util.DataMap.Entry
- entryClass - Variable in class com.google.api.client.http.xml.atom.AtomFeedParser
-
Atom entry class to parse.
- EntryIterator() - Constructor for class com.google.api.client.util.ArrayMap.EntryIterator
- EntryIterator() - Constructor for class com.google.api.client.util.DataMap.EntryIterator
- EntryIterator(DataMap.EntrySet) - Constructor for class com.google.api.client.util.GenericData.EntryIterator
- entrySet() - Method in class com.google.api.client.util.ArrayMap
- entrySet() - Method in class com.google.api.client.util.DataMap
- entrySet() - Method in class com.google.api.client.util.GenericData
- EntrySet() - Constructor for class com.google.api.client.util.ArrayMap.EntrySet
- EntrySet() - Constructor for class com.google.api.client.util.DataMap.EntrySet
- EntrySet() - Constructor for class com.google.api.client.util.GenericData.EntrySet
- ENUM_VALUE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- enumValue() - Method in class com.google.api.client.util.FieldInfo
- EnumValue() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.EnumValue
- equal(Object, Object) - Static method in class com.google.api.client.util.Objects
-
Determines whether two possibly-null objects are equal.
- equals(Object) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey
- equals(Object) - Method in class com.google.api.client.http.GenericUrl
- equals(Object) - Method in class com.google.api.client.http.HttpMediaType
- equals(Object) - Method in class com.google.api.client.util.ArrayMap.Entry
- equals(Object) - Method in class com.google.api.client.util.DataMap.Entry
- equals(Object) - Method in class com.google.api.client.util.DateTime
- equalsIgnoreParameters(HttpMediaType) - Method in class com.google.api.client.http.HttpMediaType
-
Returns
true
if the specified media type has both the same type and subtype, orfalse
if they don't match or the media type isnull
. - equalsIgnoreParameters(String, String) - Static method in class com.google.api.client.http.HttpMediaType
-
Returns
true
if the two specified media types have the same type and subtype, or if both types arenull
. - ERROR_BUF - Static variable in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Deprecated.As of 1.20. Use
MockHttpURLConnection.setErrorStream(InputStream)
instead. - errorOnUnknown - Variable in class com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- errorStream - Variable in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
The error stream.
- escape(int) - Method in class com.google.api.client.util.escape.PercentEscaper
-
Escapes the given Unicode code point in UTF-8.
- escape(int) - Method in class com.google.api.client.util.escape.UnicodeEscaper
-
Returns the escaped form of the given Unicode code point, or
null
if this code point does not need to be escaped. - escape(String) - Method in class com.google.api.client.util.escape.Escaper
-
Returns the escaped form of a given literal string.
- escape(String) - Method in class com.google.api.client.util.escape.PercentEscaper
- escape(String) - Method in class com.google.api.client.util.escape.UnicodeEscaper
-
Returns the escaped form of a given literal string.
- Escaper - Class in com.google.api.client.util.escape
-
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
- Escaper() - Constructor for class com.google.api.client.util.escape.Escaper
- escapeSlow(String, int) - Method in class com.google.api.client.util.escape.UnicodeEscaper
-
Returns the escaped form of a given literal string, starting at the given index.
- escapeUri(String) - Static method in class com.google.api.client.util.escape.CharEscapers
-
Escapes the string value so it can be safely included in URIs.
- escapeUriPath(String) - Static method in class com.google.api.client.util.escape.CharEscapers
-
Escapes the string value so it can be safely included in URI path segments.
- escapeUriPathWithoutReserved(String) - Static method in class com.google.api.client.util.escape.CharEscapers
-
Escapes a URI path but retains all reserved characters, including all general delimiters.
- escapeUriQuery(String) - Static method in class com.google.api.client.util.escape.CharEscapers
-
Escapes the string value so it can be safely included in URI query string segments.
- escapeUriUserInfo(String) - Static method in class com.google.api.client.util.escape.CharEscapers
-
Escapes the string value so it can be safely included in URI user info part.
- etag - Variable in class com.google.api.client.http.HttpHeaders
-
"ETag"
header. - execute() - Method in class com.google.api.client.http.apache.ApacheHttpRequest
- execute() - Method in class com.google.api.client.http.HttpHeaders.HeaderParsingFakeLevelHttpRequest
- execute() - Method in class com.google.api.client.http.HttpRequest
-
Execute the HTTP request and returns the HTTP response.
- execute() - Method in class com.google.api.client.http.javanet.NetHttpRequest
- execute() - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Executes the request and returns a low-level HTTP response object.
- execute() - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
- executeAllKeysQuery(Query) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
-
Executes the query for all keys.
- executeAsync() - Method in class com.google.api.client.http.HttpRequest
-
Beta
Executes this request asynchronously usingHttpRequest.executeAsync(Executor)
in a single separate thread usingExecutors.newSingleThreadExecutor()
. - executeAsync(Executor) - Method in class com.google.api.client.http.HttpRequest
-
Beta
Executes this request asynchronously in a single separate thread using the supplied executor. - executeInterceptor - Variable in class com.google.api.client.http.HttpRequest
-
HTTP request execute interceptor to intercept the start of
HttpRequest.execute()
(before executing the HTTP request) ornull
for none. - executeKeyQuery(Query, String) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
-
Executes the query for a given key, and returns the
JdoDataStoreFactory.JdoValue
. - expand(String, Object, boolean) - Static method in class com.google.api.client.http.UriTemplate
-
Expands templates in a URI.
- expand(String, String, Object, boolean) - Static method in class com.google.api.client.http.UriTemplate
-
Expands templates in a URI template that is relative to a base URL.
- expirationTimeSeconds - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Expiration time claim that identifies the expiration time (in seconds) on or after which the token MUST NOT be accepted for processing or
null
for none. - expires - Variable in class com.google.api.client.http.HttpHeaders
-
"Expires"
header. - explodeJoiner - Variable in enum com.google.api.client.http.UriTemplate.CompositeOutput
- exponentialBackOff - Variable in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Exponential backoff.
- ExponentialBackOff - Class in com.google.api.client.util
-
Implementation of
BackOff
that increases the back off period for each retry attempt using a randomization function that grows exponentially. - ExponentialBackOff() - Constructor for class com.google.api.client.util.ExponentialBackOff
-
Creates an instance of ExponentialBackOffPolicy using default values.
- ExponentialBackOff(ExponentialBackOff.Builder) - Constructor for class com.google.api.client.util.ExponentialBackOff
- ExponentialBackOff.Builder - Class in com.google.api.client.util
-
Builder for
ExponentialBackOff
. - exponentialBackOffBuilder - Variable in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Exponential back-off builder.
- ExponentialBackOffPolicy - Class in com.google.api.client.http
-
Deprecated.(scheduled to be removed in 1.18). Use
HttpBackOffUnsuccessfulResponseHandler
withExponentialBackOff
instead. - ExponentialBackOffPolicy() - Constructor for class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Creates an instance of ExponentialBackOffPolicy using default values.
- ExponentialBackOffPolicy(ExponentialBackOffPolicy.Builder) - Constructor for class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.
- ExponentialBackOffPolicy.Builder - Class in com.google.api.client.http
-
Deprecated.
- EXTENDS_JSON - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- ExtendsGenericJson() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.ExtendsGenericJson
F
- f - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Z
- factory - Variable in class com.google.api.client.json.gson.GsonGenerator
- factory - Variable in class com.google.api.client.json.gson.GsonParser
- factory - Variable in class com.google.api.client.json.jackson.JacksonFactory
-
JSON factory.
- factory - Variable in class com.google.api.client.json.jackson.JacksonGenerator
- factory - Variable in class com.google.api.client.json.jackson.JacksonParser
- factory - Variable in class com.google.api.client.json.jackson2.JacksonFactory
-
JSON factory.
- factory - Variable in class com.google.api.client.json.jackson2.JacksonGenerator
- factory - Variable in class com.google.api.client.json.jackson2.JacksonParser
- factory - Variable in class com.google.api.client.testing.json.MockJsonGenerator
- factory - Variable in class com.google.api.client.testing.json.MockJsonParser
- factory - Static variable in class com.google.api.client.xml.Xml
-
XML pull parser factory.
- Feed() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.Feed
- feedClass - Variable in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Feed class to parse.
- feedParsed - Variable in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Whether the feed has been parsed.
- field - Variable in class com.google.api.client.util.FieldInfo
-
Field.
- FIELD_NAME - com.google.api.client.json.JsonToken
-
JSON field name.
- fieldInfo - Variable in class com.google.api.client.util.DataMap.Entry
-
Field info.
- FieldInfo - Class in com.google.api.client.util
-
Parses field information to determine data key name/value pair associated with the field.
- FieldInfo(Field, String) - Constructor for class com.google.api.client.util.FieldInfo
- fieldIterator - Variable in class com.google.api.client.util.GenericData.EntryIterator
-
Iterator over the fields.
- fieldMap - Variable in class com.google.api.client.util.ArrayValueMap
-
Map from field to its array values.
- fieldValue - Variable in class com.google.api.client.util.DataMap.Entry
-
Current field value, possibly modified only by
DataMap.Entry.setValue(Object)
. - file - Variable in class com.google.api.client.http.FileContent
- FileContent - Class in com.google.api.client.http
-
Concrete implementation of
AbstractInputStreamContent
that generates repeatable input streams based on the contents of a file. - FileContent(String, File) - Constructor for class com.google.api.client.http.FileContent
- FileDataStore(FileDataStoreFactory, File, String) - Constructor for class com.google.api.client.util.store.FileDataStoreFactory.FileDataStore
- FileDataStoreFactory - Class in com.google.api.client.util.store
-
Thread-safe file implementation of a credential store.
- FileDataStoreFactory(File) - Constructor for class com.google.api.client.util.store.FileDataStoreFactory
- FileDataStoreFactory.FileDataStore<V extends java.io.Serializable> - Class in com.google.api.client.util.store
-
File data store that inherits from the abstract memory data store because the key-value pairs are stored in a memory cache, and saved in the file (see
FileDataStoreFactory.FileDataStore.save()
when changing values. - finish() - Method in class com.google.api.client.http.HttpHeaders.ParseHeaderState
-
Finishes the parsing-process by setting all array-values.
- FixedClock - Class in com.google.api.client.testing.http
-
Beta
A thread-safe fixed time implementation of the Clock to be used for unit testing. - FixedClock() - Constructor for class com.google.api.client.testing.http.FixedClock
-
Initializes the FixedClock with 0 millis as start time.
- FixedClock(long) - Constructor for class com.google.api.client.testing.http.FixedClock
-
Initializes the FixedClock with the specified time.
- Flags() - Constructor for enum com.google.api.client.util.GenericData.Flags
- FLOAT_MAP_TYPE_VARIABLE_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- FloatMapTypeVariableType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.FloatMapTypeVariableType
- floatObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- floatObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- floatValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- floatValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- floatValue() - Method in class com.google.api.client.json.gson.GsonGenerator.StringNumber
- flush() - Method in class com.google.api.client.json.gson.GsonGenerator
- flush() - Method in class com.google.api.client.json.jackson.JacksonGenerator
- flush() - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- flush() - Method in class com.google.api.client.json.JsonGenerator
-
Flushes any buffered content to the underlying output stream or writer.
- flush() - Method in class com.google.api.client.testing.json.MockJsonGenerator
- flush() - Method in class com.google.api.client.testing.util.LogRecordingHandler
- followRedirects - Variable in class com.google.api.client.http.HttpRequest
-
Whether to automatically follow redirects (
true
by default). - foo - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.TestClass
- FOO_BAR_COM_CERT - Static variable in class com.google.api.client.testing.json.webtoken.TestCertificates
-
Test leaf certificate.
- FOO_BAR_COM_KEY - Static variable in class com.google.api.client.testing.json.webtoken.TestCertificates
-
Private key for
FOO_BAR_COM_CERT
. - forEntry(XmlNamespaceDictionary, Object) - Static method in class com.google.api.client.http.xml.atom.AtomContent
-
Returns a new instance of HTTP content for an Atom entry.
- forFeed(XmlNamespaceDictionary, Object) - Static method in class com.google.api.client.http.xml.atom.AtomContent
-
Returns a new instance of HTTP content for an Atom feed.
- FORWARD_SLASH - com.google.api.client.http.UriTemplate.CompositeOutput
-
Path segment expansion.
- fragment - Variable in class com.google.api.client.http.GenericUrl
-
Fragment component or
null
for none. - fromHttpHeaders(HttpHeaders) - Method in class com.google.api.client.http.HttpHeaders
-
Puts all headers of the
HttpHeaders
object into thisHttpHeaders
object. - fromHttpResponse(LowLevelHttpResponse, StringBuilder) - Method in class com.google.api.client.http.HttpHeaders
-
Puts all headers of the
LowLevelHttpResponse
into thisHttpHeaders
object. - fromInputStream(InputStream, Class<T>) - Method in class com.google.api.client.json.JsonFactory
-
Parse and close an input stream as a JSON object, array, or value into a new instance of the given destination class using
JsonParser.parseAndClose(Class)
. - fromInputStream(InputStream, Charset, Class<T>) - Method in class com.google.api.client.json.JsonFactory
-
Parse and close an input stream as a JSON object, array, or value into a new instance of the given destination class using
JsonParser.parseAndClose(Class)
. - fromReader(Reader, Class<T>) - Method in class com.google.api.client.json.JsonFactory
-
Parse and close a reader as a JSON object, array, or value into a new instance of the given destination class using
JsonParser.parseAndClose(Class)
. - fromString(String) - Method in class com.google.api.client.http.HttpMediaType
-
Sets the full media type by parsing a full content-type string, for example
"text/plain; foo=bar"
. - fromString(String, Class<T>) - Method in class com.google.api.client.json.JsonFactory
-
Parses a string value as a JSON object, array, or value into a new instance of the given destination class using
JsonParser.parse(Class)
. - fromString(String, String) - Static method in class com.google.api.client.http.ByteArrayContent
-
Returns a new instance with the UTF-8 encoding (using
StringUtils.getBytesUtf8(String)
) of the given content string. - FULL_MEDIA_TYPE_REGEX - Static variable in class com.google.api.client.http.HttpMediaType
-
The pattern matching the full HTTP media type string.
G
- generator - Variable in class com.google.api.client.json.jackson.JacksonGenerator
- generator - Variable in class com.google.api.client.json.jackson2.JacksonGenerator
- GenericData - Class in com.google.api.client.util
-
Generic data that stores all unknown data key name/value pairs.
- GenericData() - Constructor for class com.google.api.client.util.GenericData
-
Constructs with case-insensitive keys.
- GenericData(EnumSet<GenericData.Flags>) - Constructor for class com.google.api.client.util.GenericData
- GenericData.EntryIterator - Class in com.google.api.client.util
-
Iterator over the object data key/value map entries which iterates first over the fields and then over the unknown keys.
- GenericData.EntrySet - Class in com.google.api.client.util
-
Set of object data key/value map entries.
- GenericData.Flags - Enum in com.google.api.client.util
-
Flags that impact behavior of generic data.
- GenericJson - Class in com.google.api.client.json
-
Generic JSON data that stores all unknown key name/value pairs.
- GenericJson() - Constructor for class com.google.api.client.json.GenericJson
- GenericUrl - Class in com.google.api.client.http
-
URL builder in which the query parameters are specified as generic data key/value pairs, based on the specification RFC 3986: Uniform Resource Identifier (URI).
- GenericUrl() - Constructor for class com.google.api.client.http.GenericUrl
- GenericUrl(String) - Constructor for class com.google.api.client.http.GenericUrl
-
Constructs from an encoded URL.
- GenericUrl(String, String, int, String, String, String, String) - Constructor for class com.google.api.client.http.GenericUrl
- GenericUrl(URI) - Constructor for class com.google.api.client.http.GenericUrl
-
Constructs from a URI.
- GenericUrl(URL) - Constructor for class com.google.api.client.http.GenericUrl
-
Constructs from a URL.
- GenericXml - Class in com.google.api.client.xml
-
Beta
Generic XML data that stores all unknown key name/value pairs. - GenericXml() - Constructor for class com.google.api.client.xml.GenericXml
- get(Object) - Method in class com.google.api.client.util.ArrayMap
-
Returns the value set for the given key or
null
if there is no such mapping or if the mapping value isnull
. - get(Object) - Method in class com.google.api.client.util.DataMap
- get(Object) - Method in class com.google.api.client.util.GenericData
- get(String) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
- get(String) - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- get(String) - Method in interface com.google.api.client.util.store.DataStore
-
Returns the stored value for the given key or
null
if not found. - GET - Static variable in class com.google.api.client.http.HttpMethods
-
HTTP GET method.
- getAccept() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Accept"
header ornull
for none. - getAcceptEncoding() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Accept-Encoding"
header ornull
for none. - getActualParameterAtPosition(Type, Class<?>, int) - Static method in class com.google.api.client.util.Types
- getAge() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Age"
header ornull
for none. - getAlgorithm() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Returns the algorithm header parameter that identifies the cryptographic algorithm used to secure the JWS or
null
for none. - getAliasForUri(String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Returns the namespace alias (or
""
for the default namespace) for the given namespace URI. - getAliasToUriMap() - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Returns an unmodified set of map entries for the map from namespace alias (or
""
for the default namespace) to namespace URI. - getAll(String) - Method in class com.google.api.client.http.GenericUrl
-
Returns all query parameter values for the given query parameter name.
- getArrayComponentType(Type) - Static method in class com.google.api.client.util.Types
-
Returns the component type of the given array type, assuming
Types.isArray(Type)
. - getAsList(T) - Method in class com.google.api.client.http.HttpHeaders
-
Returns the list value to use for the given parameter passed to the setter method.
- getAudience() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Returns the audience claim that identifies the audience that the JWT is intended for (should either be a
String
or aList<String>
) ornull
for none. - getAudienceAsList() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Returns the list of audience claim that identifies the audience that the JWT is intended for or empty for none.
- getAuthenticate() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"WWW-Authenticate"
header ornull
for none. - getAuthenticateAsList() - Method in class com.google.api.client.http.HttpHeaders
-
Returns all
"WWW-Authenticate"
headers ornull
for none. - getAuthorization() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Authorization"
header ornull
for none. - getAuthorizationAsList() - Method in class com.google.api.client.http.HttpHeaders
-
Returns all
"Authorization"
headers ornull
for none. - getBackOff() - Method in class com.google.api.client.http.HttpBackOffIOExceptionHandler
-
Returns the back-off.
- getBackOff() - Method in class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Returns the back-off.
- getBackOffPolicy() - Method in class com.google.api.client.http.HttpRequest
-
Deprecated.(scheduled to be removed in 1.18).
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler)
with a newHttpBackOffUnsuccessfulResponseHandler
instead. - getBackOffRequired() - Method in class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Returns the
HttpBackOffUnsuccessfulResponseHandler.BackOffRequired
instance which determines if back-off is required based on an abnormal HTTP response. - getBase64DecodedBytes() - Method in class com.google.api.client.util.PemReader.Section
-
Returns the base64-decoded bytes (modifiable array).
- getBase64Der() - Method in class com.google.api.client.testing.json.webtoken.TestCertificates.CertData
- getBigIntegerValue() - Method in class com.google.api.client.json.gson.GsonParser
- getBigIntegerValue() - Method in class com.google.api.client.json.jackson.JacksonParser
- getBigIntegerValue() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getBigIntegerValue() - Method in class com.google.api.client.json.JsonParser
-
Returns the
BigInteger
value of the current token. - getBigIntegerValue() - Method in class com.google.api.client.testing.json.MockJsonParser
- getBound(WildcardType) - Static method in class com.google.api.client.util.Types
-
Returns the only bound of the given wildcard type.
- getBoundary() - Method in class com.google.api.client.http.MultipartContent
-
Returns the boundary string to use.
- getBuffer() - Method in class com.google.api.client.testing.util.TestableByteArrayInputStream
-
Returns the written buffer value as a modifiable byte array.
- getBuffer() - Method in class com.google.api.client.testing.util.TestableByteArrayOutputStream
-
Returns the written buffer value as a modifiable byte array.
- getBytesUtf8(String) - Static method in class com.google.api.client.util.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
- getBytesWritten() - Method in class com.google.api.client.util.LoggingByteArrayOutputStream
-
Returns the bytes written to the stream (may or may not have been logged).
- getByteValue() - Method in class com.google.api.client.json.gson.GsonParser
- getByteValue() - Method in class com.google.api.client.json.jackson.JacksonParser
- getByteValue() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getByteValue() - Method in class com.google.api.client.json.JsonParser
-
Returns the byte value of the current token.
- getByteValue() - Method in class com.google.api.client.testing.json.MockJsonParser
- getCacheControl() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Cache-Control"
header ornull
for none. - getCachedTypemapFieldFor(Class<?>) - Static method in class com.google.api.client.json.JsonParser
-
Finds the
Field
on the givenClass
that has theJsonPolymorphicTypeMap
annotation, ornull
if there is none. - getCertfificate() - Method in class com.google.api.client.testing.json.webtoken.TestCertificates.CertData
- getCharset() - Method in class com.google.api.client.http.AbstractHttpContent
-
Returns the charset specified in the media type or
Charsets#UTF_8
if not specified. - getCharsetParameter() - Method in class com.google.api.client.http.HttpMediaType
-
Returns the specified charset or
null
if unset. - getClassInfo() - Method in class com.google.api.client.util.FieldInfo
-
Returns the class information of the field's declaring class.
- getClassInfo() - Method in class com.google.api.client.util.GenericData
-
Returns the class information.
- getCloseInputStream() - Method in class com.google.api.client.http.AbstractInputStreamContent
-
Returns whether the input stream should be closed at the end of
AbstractInputStreamContent.writeTo(java.io.OutputStream)
. - getCompositeOutput(String) - Static method in class com.google.api.client.http.UriTemplate
- getConnectTimeout() - Method in class com.google.api.client.http.HttpRequest
-
Returns the timeout in milliseconds to establish a connection or
0
for an infinite timeout. - getContent() - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getContent() - Method in class com.google.api.client.http.apache.ContentEntity
- getContent() - Method in class com.google.api.client.http.HttpEncodingStreamingContent
-
Returns the streaming content.
- getContent() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP request content or
null
for none. - getContent() - Method in class com.google.api.client.http.HttpResponse
-
Returns the content of the HTTP response.
- getContent() - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Returns the HTTP response content or
null
for none. - getContent() - Method in exception com.google.api.client.http.HttpResponseException
-
Returns the HTTP response content or
null
for none. - getContent() - Method in class com.google.api.client.http.javanet.NetHttpResponse
-
Returns the HTTP response content input stream or
null
for none. - getContent() - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the HTTP response content input stream or
null
for none. - getContent() - Method in class com.google.api.client.http.MultipartContent.Part
-
Returns the HTTP content or
null
for none. - getContent() - Method in class com.google.api.client.testing.http.MockHttpContent
-
Returns the HTTP content.
- getContent() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getContent(HttpRequest) - Static method in class com.google.api.client.http.UrlEncodedContent
-
Returns the URL-encoded content of the given HTTP request, or if none return and set as content a new instance of
UrlEncodedContent
(whoseUrlEncodedContent.getData()
is an implementation ofMap
). - getContentAsString() - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Returns HTTP content as a string, taking care of any encodings of the content if necessary.
- getContentCharset() - Method in class com.google.api.client.http.HttpResponse
-
Returns the
Charset
specified in the Content-Type of this response or the"ISO-8859-1"
charset as a default. - getContentEncoding() - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getContentEncoding() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Content-Encoding"
header ornull
for none. - getContentEncoding() - Method in class com.google.api.client.http.HttpResponse
-
Returns the content encoding or
null
for none. - getContentEncoding() - Method in class com.google.api.client.http.javanet.NetHttpResponse
- getContentEncoding() - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Returns the content encoding (for example
"gzip"
) ornull
for none. - getContentEncoding() - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the content encoding (for example
"gzip"
) ornull
for none. - getContentEncoding() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getContentLength() - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getContentLength() - Method in class com.google.api.client.http.apache.ContentEntity
- getContentLength() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Content-Length"
header ornull
for none. - getContentLength() - Method in class com.google.api.client.http.javanet.NetHttpResponse
- getContentLength() - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Returns the content length or less than zero if not known.
- getContentLength() - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the content length or
0
for none. - getContentLength() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getContentLoggingLimit() - Method in class com.google.api.client.http.HttpRequest
-
Returns the limit to the content size that will be logged during
HttpRequest.execute()
. - getContentLoggingLimit() - Method in class com.google.api.client.http.HttpResponse
-
Returns the limit to the content size that will be logged during
HttpResponse.getContent()
. - getContentMD5() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Content-MD5"
header ornull
for none. - getContentRange() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Content-Range"
header ornull
for none. - getContentType() - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getContentType() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Content-Type"
header ornull
for none. - getContentType() - Method in class com.google.api.client.http.HttpResponse
-
Returns the content type or
null
for none. - getContentType() - Method in class com.google.api.client.http.javanet.NetHttpResponse
- getContentType() - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Returns the content type or
null
for none. - getContentType() - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the content type or
null
for none. - getContentType() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Header
-
Returns the content type header parameter used to declare structural information about the JWT or
null
for none. - getContentType() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getCookie() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Cookie"
header ornull
for none. - getCount() - Method in class com.google.api.client.testing.util.MockSleeper
-
Returns the number of times
MockSleeper.sleep(long)
was called. - getCritical() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Returns the array listing the header parameter names that define extensions that are used in the JWS header that MUST be understood and processed or
null
for none. - getCurrentIntervalMillis() - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Returns the current retry interval in milliseconds.
- getCurrentIntervalMillis() - Method in class com.google.api.client.util.ExponentialBackOff
-
Returns the current retry interval in milliseconds.
- getCurrentName() - Method in class com.google.api.client.json.gson.GsonParser
- getCurrentName() - Method in class com.google.api.client.json.jackson.JacksonParser
- getCurrentName() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getCurrentName() - Method in class com.google.api.client.json.JsonParser
-
Returns the most recent field name or
null
for array values or for root-level values. - getCurrentName() - Method in class com.google.api.client.testing.json.MockJsonParser
- getCurrentToken() - Method in class com.google.api.client.json.gson.GsonParser
- getCurrentToken() - Method in class com.google.api.client.json.jackson.JacksonParser
- getCurrentToken() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getCurrentToken() - Method in class com.google.api.client.json.JsonParser
-
Returns the token the parser currently points to or
null
for none (at start of input or after end of input). - getCurrentToken() - Method in class com.google.api.client.testing.json.MockJsonParser
- getData() - Method in class com.google.api.client.http.json.JsonHttpContent
-
Returns the JSON key name/value data.
- getData() - Method in class com.google.api.client.http.UrlEncodedContent
-
Returns the key name/value data or
null
for none. - getData() - Method in class com.google.api.client.http.xml.atom.AtomContent
-
Returns the key name/value pair data for the Atom entry or Atom feed.
- getData() - Method in class com.google.api.client.http.xml.XmlHttpContent
-
Returns the key/value pair data.
- getDataDirectory() - Method in class com.google.api.client.util.store.FileDataStoreFactory
-
Returns the data directory.
- getDataIndexOfKey(Object) - Method in class com.google.api.client.util.ArrayMap
-
Returns the data index of the given key or
-2
if there is no such key. - getDataStore(String) - Method in class com.google.api.client.util.store.AbstractDataStoreFactory
- getDataStore(String) - Method in interface com.google.api.client.util.store.DataStoreFactory
-
Returns a type-specific data store based on the given unique ID.
- getDataStoreFactory() - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
- getDataStoreFactory() - Method in class com.google.api.client.util.store.AbstractDataStore
-
Returns the data store factory.
- getDataStoreFactory() - Method in interface com.google.api.client.util.store.DataStore
-
Returns the data store factory.
- getDataStoreFactory() - Method in class com.google.api.client.util.store.FileDataStoreFactory.FileDataStore
- getDataStoreFactory() - Method in class com.google.api.client.util.store.MemoryDataStoreFactory.MemoryDataStore
- getDate() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Date"
header ornull
for none. - getDecimalValue() - Method in class com.google.api.client.json.gson.GsonParser
- getDecimalValue() - Method in class com.google.api.client.json.jackson.JacksonParser
- getDecimalValue() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getDecimalValue() - Method in class com.google.api.client.json.JsonParser
-
Returns the
BigDecimal
value of the current token. - getDecimalValue() - Method in class com.google.api.client.testing.json.MockJsonParser
- getDefaultInstance() - Static method in class com.google.api.client.json.gson.GsonFactory
-
Beta
Returns a global thread-safe instance. - getDefaultInstance() - Static method in class com.google.api.client.json.jackson2.JacksonFactory
-
Returns a global thread-safe instance.
- getDefaultInstance() - Static method in class com.google.api.client.util.store.MemoryDataStoreFactory
-
Returns a global thread-safe instance.
- getDefaultKeyManagerFactory() - Static method in class com.google.api.client.util.SslUtils
-
Returns the default key manager factory.
- getDefaultKeyStore() - Static method in class com.google.api.client.util.SecurityUtils
-
Returns the default key store using
KeyStore.getDefaultType()
. - getDefaultTrustManagerFactory() - Static method in class com.google.api.client.util.SslUtils
-
Returns the default trust manager factory.
- getDefaultX509TrustManager() - Static method in class com.google.api.client.json.webtoken.JsonWebSignature
- getDer() - Method in class com.google.api.client.testing.json.webtoken.TestCertificates.CertData
- getDoubleValue() - Method in class com.google.api.client.json.gson.GsonParser
- getDoubleValue() - Method in class com.google.api.client.json.jackson.JacksonParser
- getDoubleValue() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getDoubleValue() - Method in class com.google.api.client.json.JsonParser
-
Returns the double value of the current token.
- getDoubleValue() - Method in class com.google.api.client.testing.json.MockJsonParser
- getElapsedTimeMillis() - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Returns the elapsed time in milliseconds since an
ExponentialBackOffPolicy
instance is created and is reset whenExponentialBackOffPolicy.reset()
is called. - getElapsedTimeMillis() - Method in class com.google.api.client.util.ExponentialBackOff
-
Returns the elapsed time in milliseconds since an
ExponentialBackOff
instance is created and is reset whenExponentialBackOff.reset()
is called. - getElementName() - Method in class com.google.api.client.http.xml.XmlHttpContent
-
Returns the XML element local name, optionally prefixed by its namespace alias, for example
"atom:entry"
. - getEncodedValue(String) - Method in enum com.google.api.client.http.UriTemplate.CompositeOutput
-
Encodes the specified value.
- getEncoding() - Method in class com.google.api.client.http.HttpEncodingStreamingContent
-
Returns the HTTP encoding.
- getEncoding() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP content encoding or
null
for none. - getEncoding() - Method in class com.google.api.client.http.MultipartContent.Part
-
Returns the HTTP encoding or
null
for none. - getEntryClass() - Method in class com.google.api.client.http.xml.atom.AtomFeedParser
-
Returns the Atom entry class to parse.
- getErrorStream() - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- getETag() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"ETag"
header ornull
for none. - getExpirationTimeSeconds() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Returns the expiration time (in seconds) claim that identifies the expiration time on or after which the token MUST NOT be accepted for processing or
null
for none. - getExpires() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Expires"
header ornull
for none. - getExplodeJoiner() - Method in enum com.google.api.client.http.UriTemplate.CompositeOutput
-
Returns the delimiter used to join composite values.
- getFactory() - Method in class com.google.api.client.json.GenericJson
-
Returns the JSON factory or
null
for none. - getFactory() - Method in class com.google.api.client.json.gson.GsonGenerator
- getFactory() - Method in class com.google.api.client.json.gson.GsonParser
- getFactory() - Method in class com.google.api.client.json.jackson.JacksonGenerator
- getFactory() - Method in class com.google.api.client.json.jackson.JacksonParser
- getFactory() - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- getFactory() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getFactory() - Method in class com.google.api.client.json.JsonGenerator
-
Returns the JSON factory from which this generator was created.
- getFactory() - Method in class com.google.api.client.json.JsonParser
-
Returns the JSON factory from which this generator was created.
- getFactory() - Method in class com.google.api.client.testing.json.MockJsonGenerator
- getFactory() - Method in class com.google.api.client.testing.json.MockJsonParser
- getFeedClass() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Returns the feed class to parse.
- getField() - Method in class com.google.api.client.util.FieldInfo
-
Returns the field.
- getField(String) - Method in class com.google.api.client.util.ClassInfo
-
Returns the field for the given
FieldInfo.getName()
. - getFieldInfo(String) - Method in class com.google.api.client.util.ClassInfo
-
Returns the information for the given
FieldInfo.getName()
. - getFieldInfos() - Method in class com.google.api.client.util.ClassInfo
-
Returns an unmodifiable collection of the
FieldInfo
s for this class, without any guarantee of order. - getFieldName(boolean, String, String, String) - Static method in class com.google.api.client.xml.Xml
- getFieldValue(Field, Object) - Static method in class com.google.api.client.util.FieldInfo
-
Returns the value of the given field in the given object instance using reflection.
- getFile() - Method in class com.google.api.client.http.FileContent
-
Returns the file.
- getFirst(String) - Method in class com.google.api.client.http.GenericUrl
-
Returns the first query parameter value for the given query parameter name.
- getFirstHeaderStringValue(String) - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first header string value for the given header name.
- getFirstHeaderValue(String) - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Returns the value of the first header of the given name or
null
for none. - getFirstHeaderValue(List<T>) - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first header value based on the given internal list value.
- getFloatValue() - Method in class com.google.api.client.json.gson.GsonParser
- getFloatValue() - Method in class com.google.api.client.json.jackson.JacksonParser
- getFloatValue() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getFloatValue() - Method in class com.google.api.client.json.JsonParser
-
Returns the float value of the current token.
- getFloatValue() - Method in class com.google.api.client.testing.json.MockJsonParser
- getFollowRedirects() - Method in class com.google.api.client.http.HttpRequest
-
Returns whether to follow redirects automatically.
- getFragment() - Method in class com.google.api.client.http.GenericUrl
-
Returns the fragment component or
null
for none. - getGenericType() - Method in class com.google.api.client.util.FieldInfo
-
Returns the field's generic type, which is a class, parameterized type, generic array type, or type variable, but not a wildcard type.
- getHeader() - Method in class com.google.api.client.json.webtoken.JsonWebSignature
- getHeader() - Method in class com.google.api.client.json.webtoken.JsonWebToken
-
Returns the header.
- getHeaderClass() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Parser
-
Returns the header class to use for parsing.
- getHeaderCount() - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getHeaderCount() - Method in class com.google.api.client.http.javanet.NetHttpResponse
- getHeaderCount() - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the number of HTTP response headers.
- getHeaderCount() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getHeaderField(String) - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- getHeaderFields() - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- getHeaderName(int) - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getHeaderName(int) - Method in class com.google.api.client.http.javanet.NetHttpResponse
- getHeaderName(int) - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the HTTP response header name at the given zero-based index.
- getHeaderName(int) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getHeaderNames() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Returns the list of header names of HTTP response.
- getHeaders() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP request headers.
- getHeaders() - Method in class com.google.api.client.http.HttpResponse
-
Returns the HTTP response headers.
- getHeaders() - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Returns the HTTP response headers.
- getHeaders() - Method in exception com.google.api.client.http.HttpResponseException
-
Returns the HTTP response headers.
- getHeaders() - Method in class com.google.api.client.http.MultipartContent.Part
-
Returns the HTTP headers or
null
for none. - getHeaders() - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Returns an unmodifiable view of the map of lowercase header name to values.
- getHeaderStringValues(String) - Method in class com.google.api.client.http.HttpHeaders
-
Returns an unmodifiable list of the header string values for the given header name.
- getHeaderValue(int) - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getHeaderValue(int) - Method in class com.google.api.client.http.javanet.NetHttpResponse
- getHeaderValue(int) - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the HTTP response header value at the given zero-based index.
- getHeaderValue(int) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getHeaderValue(String) - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getHeaderValues() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Returns the list of header values of HTTP response.
- getHeaderValues(String) - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Returns the unmodifiable list of values of the headers of the given name (may be empty).
- getHost() - Method in class com.google.api.client.http.GenericUrl
-
Returns the host, for example
"www.google.com"
. - getHostnameVerifier() - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Returns the host name verifier or
null
for the default. - getHttpClient() - Method in class com.google.api.client.http.apache.ApacheHttpTransport
-
Returns the Apache HTTP client.
- getHttpParams() - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Returns the HTTP parameters.
- getId() - Method in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Returns the identifier established by the client that must be a string or a number or
null
for a notification and therefore not expect to receive a response. - getId() - Method in class com.google.api.client.util.store.AbstractDataStore
- getId() - Method in interface com.google.api.client.util.store.DataStore
-
Returns the data store ID.
- getIfMatch() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"If-Match"
header ornull
for none. - getIfModifiedSince() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"If-Modified-Since"
header ornull
for none. - getIfNoneMatch() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"If-None-Match"
header ornull
for none. - getIfRange() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"If-Range"
header ornull
for none. - getIfUnmodifiedSince() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"If-Unmodified-Since"
header ornull
for none. - getIgnoreCase() - Method in class com.google.api.client.util.ClassInfo
-
Returns whether field names are case sensitive.
- getIndexOfKey(K) - Method in class com.google.api.client.util.ArrayMap
-
Returns the index of the given key or
-1
if there is no such key. - getInitialIntervalMillis() - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Returns the initial retry interval in milliseconds.
- getInitialIntervalMillis() - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Returns the initial retry interval in milliseconds.
- getInitialIntervalMillis() - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Returns the initial retry interval in milliseconds.
- getInitialIntervalMillis() - Method in class com.google.api.client.util.ExponentialBackOff
-
Returns the initial retry interval in milliseconds.
- getInitializer() - Method in class com.google.api.client.http.HttpRequestFactory
-
Returns the HTTP request initializer or
null
for none. - getInputStream() - Method in class com.google.api.client.http.AbstractInputStreamContent
-
Return an input stream for the specific implementation type of
AbstractInputStreamContent
. - getInputStream() - Method in class com.google.api.client.http.ByteArrayContent
- getInputStream() - Method in class com.google.api.client.http.FileContent
- getInputStream() - Method in class com.google.api.client.http.InputStreamContent
- getInputStream() - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- getInputStream() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Returns the input stream to read.
- getInterceptor() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP request execute interceptor to intercept the start of
HttpRequest.execute()
(before executing the HTTP request) ornull
for none. - getIntValue() - Method in class com.google.api.client.json.gson.GsonParser
- getIntValue() - Method in class com.google.api.client.json.jackson.JacksonParser
- getIntValue() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getIntValue() - Method in class com.google.api.client.json.JsonParser
-
Returns the int value of the current token.
- getIntValue() - Method in class com.google.api.client.testing.json.MockJsonParser
- getIOExceptionHandler() - Method in class com.google.api.client.http.HttpRequest
- getIssuedAtTimeSeconds() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Returns the issued at claim that identifies the time (in seconds) at which the JWT was issued or
null
for none. - getIssuer() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Returns the issuer claim that identifies the principal that issued the JWT or
null
for none. - getIterableParameter(Type) - Static method in class com.google.api.client.util.Types
-
Returns the type parameter of
Iterable
that is assignable from the given iterable type. - getJavaKeyStore() - Static method in class com.google.api.client.util.SecurityUtils
-
Returns the Java KeyStore (JKS).
- getJsonFactory() - Method in class com.google.api.client.http.json.JsonHttpContent
-
Returns the JSON factory.
- getJsonFactory() - Method in class com.google.api.client.json.JsonObjectParser.Builder
-
Returns the JSON factory.
- getJsonFactory() - Method in class com.google.api.client.json.JsonObjectParser
-
Returns the JSON factory.
- getJsonFactory() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Parser
-
Returns the JSON factory.
- getJsonWebSignature() - Static method in class com.google.api.client.testing.json.webtoken.TestCertificates
- getJwk() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Returns the JSON Web Key header parameter that is a public key that corresponds to the key used to digitally sign the JWS or
null
for none. - getJwkUrl() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Returns the JSON Web Key URL header parameter that is an absolute URL that refers to a resource for a set of JSON-encoded public keys, one of which corresponds to the key that was used to digitally sign the JWS or
null
for none. - getJwtId() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Returns the JWT ID claim that provides a unique identifier for the JWT or
null
for none. - getKey() - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
- getKey() - Method in class com.google.api.client.util.ArrayMap.Entry
- getKey() - Method in class com.google.api.client.util.DataMap.Entry
- getKey(int) - Method in class com.google.api.client.util.ArrayMap
-
Returns the key at the given index or
null
if out of bounds. - getKeyId() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Returns the key ID header parameter that is a hint indicating which specific key owned by the signer should be used to validate the digital signature or
null
for none. - getLastMillis() - Method in class com.google.api.client.testing.util.MockSleeper
-
Returns the value of
millis
parameter whenMockSleeper.sleep(long)
was last called or0
if not called. - getLastModified() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Last-Modified"
header ornull
for none. - getLength() - Method in class com.google.api.client.http.AbstractHttpContent
-
Default implementation calls
AbstractHttpContent.computeLength()
once and caches it for future invocations, but subclasses may override. - getLength() - Method in class com.google.api.client.http.ByteArrayContent
- getLength() - Method in class com.google.api.client.http.EmptyContent
- getLength() - Method in class com.google.api.client.http.FileContent
- getLength() - Method in interface com.google.api.client.http.HttpContent
-
Returns the content length or less than zero if not known.
- getLength() - Method in class com.google.api.client.http.InputStreamContent
- getLength() - Method in class com.google.api.client.http.protobuf.ProtoHttpContent
- getLength() - Method in class com.google.api.client.testing.http.MockHttpContent
- getListPropertyValue(String, Iterator<?>, boolean, UriTemplate.CompositeOutput) - Static method in class com.google.api.client.http.UriTemplate
-
Expand the template of a composite list property.
- getLocation() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Location"
header ornull
for none. - getLogStream() - Method in class com.google.api.client.util.LoggingInputStream
-
Returns the log stream.
- getLogStream() - Method in class com.google.api.client.util.LoggingOutputStream
-
Returns the log stream.
- getLongValue() - Method in class com.google.api.client.json.gson.GsonParser
- getLongValue() - Method in class com.google.api.client.json.jackson.JacksonParser
- getLongValue() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getLongValue() - Method in class com.google.api.client.json.JsonParser
-
Returns the long value of the current token.
- getLongValue() - Method in class com.google.api.client.testing.json.MockJsonParser
- getLowLevelHttpRequest() - Method in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
Returns the
MockLowLevelHttpRequest
that is associated with thisMockHttpTransport.Builder
, ornull
if no such instance exists. - getLowLevelHttpRequest() - Method in class com.google.api.client.testing.http.MockHttpTransport
-
Returns the
MockLowLevelHttpRequest
that is associated with thisMockHttpTransport.Builder
, ornull
if no such instance exists. - getLowLevelHttpResponse() - Method in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
Returns the
MockLowLevelHttpResponse
that is associated with thisMockHttpTransport.Builder
, ornull
if no such instance exists. - getMap(Object) - Static method in class com.google.api.client.http.UriTemplate
-
Constructs a new
Map<String, Object>
from anObject
. - getMapPropertyValue(String, Map<String, Object>, boolean, UriTemplate.CompositeOutput) - Static method in class com.google.api.client.http.UriTemplate
-
Expand the template of a composite map property.
- getMapValueParameter(Type) - Static method in class com.google.api.client.util.Types
-
Returns the value type parameter of
Map
that is assignable from the given map type. - getMaxElapsedTimeMillis() - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Returns the maximum elapsed time in milliseconds.
- getMaxElapsedTimeMillis() - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Returns the maximum elapsed time in milliseconds.
- getMaxElapsedTimeMillis() - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Returns the maximum elapsed time in milliseconds.
- getMaxElapsedTimeMillis() - Method in class com.google.api.client.util.ExponentialBackOff
-
Returns the maximum elapsed time in milliseconds.
- getMaximumBytesToLog() - Method in class com.google.api.client.util.LoggingByteArrayOutputStream
-
Returns the maximum number of bytes to log (may be
0
to avoid logging content). - getMaxIntervalMillis() - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Returns the maximum value of the back off period in milliseconds.
- getMaxIntervalMillis() - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Returns the maximum value of the back off period in milliseconds.
- getMaxIntervalMillis() - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Returns the maximum value of the back off period in milliseconds.
- getMaxIntervalMillis() - Method in class com.google.api.client.util.ExponentialBackOff
-
Returns the maximum value of the back off period in milliseconds.
- getMaxTries() - Method in class com.google.api.client.testing.util.MockBackOff
-
Returns the maximum number of tries before returning
BackOff.STOP
. - getMediaType() - Method in class com.google.api.client.http.AbstractHttpContent
-
Returns the media type to use for the Content-Type header, or
null
if unspecified. - getMediaType() - Method in class com.google.api.client.http.HttpResponse
-
Returns the parsed Content-Type in form of a
HttpMediaType
ornull
if no content-type was set. - getMessage() - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Returns the detail message to use or
null
for none. - getMessage() - Method in class com.google.api.client.http.protobuf.ProtoHttpContent
-
Returns the message to serialize.
- getMethod() - Method in class com.google.api.client.http.apache.HttpExtensionMethod
- getMethod() - Method in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Returns the name of the method to be invoked.
- getMimeVersion() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"MIME-Version"
header ornull
for none. - getMultiplier() - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Returns the value to multiply the current interval with for each retry attempt.
- getMultiplier() - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Returns the value to multiply the current interval with for each retry attempt.
- getMultiplier() - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Returns the value to multiply the current interval with for each retry attempt.
- getMultiplier() - Method in class com.google.api.client.util.ExponentialBackOff
-
Returns the value to multiply the current interval with for each retry attempt.
- getName() - Method in class com.google.api.client.http.GZipEncoding
- getName() - Method in interface com.google.api.client.http.HttpEncoding
-
Returns the content encoding name (for example
"gzip"
) ornull
for none. - getName() - Method in class com.google.api.client.util.FieldInfo
- getNames() - Method in class com.google.api.client.util.ClassInfo
-
Returns an unmodifiable sorted set (with any possible
null
member first) ofnames
. - getNamespaceAliasForUriErrorOnUnknown(String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Returns the namespace alias to use for a given namespace URI, throwing an exception if the namespace URI can be found in this dictionary.
- getNamespaceDictionary() - Method in class com.google.api.client.http.xml.AbstractXmlHttpContent
-
Returns the XML namespace dictionary.
- getNamespaceDictionary() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Returns the XML namespace dictionary.
- getNamespaceDictionary() - Method in class com.google.api.client.xml.XmlObjectParser
-
Returns the XML namespace dictionary.
- getNamespaceUriForAliasHandlingUnknown(boolean, String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Returns the namespace URI to use for serialization for a given namespace alias, possibly using a predictable made-up namespace URI if the alias is not recognized.
- getNanoClock() - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Returns the nano clock.
- getNanoClock() - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Returns the nano clock.
- getNextBackOffMillis() - Method in interface com.google.api.client.http.BackOffPolicy
-
Deprecated.Gets the number of milliseconds to wait before retrying an HTTP request.
- getNextBackOffMillis() - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Gets the number of milliseconds to wait before retrying an HTTP request.
- getNotBeforeTimeSeconds() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Returns the not before claim that identifies the time (in seconds) before which the token MUST NOT be accepted for processing or
null
for none. - getNumberOfRetries() - Method in class com.google.api.client.http.HttpRequest
-
Returns the number of retries that will be allowed to execute before the request will be terminated or
0
to not retry requests. - getNumberOfTries() - Method in class com.google.api.client.testing.util.MockBackOff
-
Returns the number of tries so far.
- getOutputPrefix() - Method in enum com.google.api.client.http.UriTemplate.CompositeOutput
-
Returns the string that should be prefixed to the expanded template.
- getOutputStream() - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- getParameter(String) - Method in class com.google.api.client.http.HttpMediaType
-
Returns the value of the specified parameter or
null
if not found. - getParameters() - Method in class com.google.api.client.http.HttpMediaType
-
Returns an unmodifiable map of all specified parameters.
- getParameters() - Method in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Returns the structured value that holds the parameter values to be used during the invocation of the method or
null
for none. - getParser() - Method in class com.google.api.client.http.HttpRequest
-
Returns the
ObjectParser
used to parse the response ornull
for none. - getParser() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Returns the XML pull parser to use.
- getParserFactory() - Static method in class com.google.api.client.xml.Xml
- getParts() - Method in class com.google.api.client.http.MultipartContent
-
Returns an unmodifiable view of the parts of the HTTP multipart request.
- getPassword() - Method in class com.google.api.client.http.BasicAuthentication
-
Returns the password.
- getPathParts() - Method in class com.google.api.client.http.GenericUrl
-
Returns the decoded path component by parts with each part separated by a
'/'
ornull
for none. - getPayload() - Method in class com.google.api.client.json.webtoken.JsonWebToken
-
Returns the payload.
- getPayloadClass() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Parser
-
Returns the payload class to use for parsing.
- getPkcs12KeyStore() - Static method in class com.google.api.client.util.SecurityUtils
-
Returns the PKCS12 key store.
- getPkixKeyManagerFactory() - Static method in class com.google.api.client.util.SslUtils
-
Returns the PKIX key manager factory.
- getPkixTrustManagerFactory() - Static method in class com.google.api.client.util.SslUtils
-
Returns the PKIX trust manager factory.
- getPort() - Method in class com.google.api.client.http.GenericUrl
-
Returns the port number or
-1
if undefined, for example443
. - getPrivateKey(KeyStore, String, String) - Static method in class com.google.api.client.util.SecurityUtils
-
Returns the private key from the key store.
- getRandomizationFactor() - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Returns the randomization factor to use for creating a range around the retry interval.
- getRandomizationFactor() - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Returns the randomization factor to use for creating a range around the retry interval.
- getRandomizationFactor() - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Returns the randomization factor to use for creating a range around the retry interval.
- getRandomizationFactor() - Method in class com.google.api.client.util.ExponentialBackOff
-
Returns the randomization factor to use for creating a range around the retry interval.
- getRandomValueFromInterval(double, double, int) - Static method in class com.google.api.client.util.ExponentialBackOff
-
Returns a random value from the interval [randomizationFactor * currentInterval, randomizationFactor * currentInterval].
- getRange() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Range"
header ornull
for none. - getRawArrayComponentType(List<Type>, Type) - Static method in class com.google.api.client.util.Types
-
Returns the raw array component type to use -- for example for the first parameter of
Array.newInstance(Class, int)
-- for the given component type. - getRawClass(ParameterizedType) - Static method in class com.google.api.client.util.Types
-
Returns the raw class for the given parameter type as defined in
ParameterizedType.getRawType()
. - getRawPath() - Method in class com.google.api.client.http.GenericUrl
-
Returns the raw encoded path computed from the
GenericUrl.pathParts
. - getReadTimeout() - Method in class com.google.api.client.http.HttpRequest
-
Returns the timeout in milliseconds to read data from an established connection or
0
for an infinite timeout. - getReasonPhrase() - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getReasonPhrase() - Method in class com.google.api.client.http.javanet.NetHttpResponse
- getReasonPhrase() - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the HTTP reason phrase or
null
for none. - getReasonPhrase() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getRequest() - Method in class com.google.api.client.http.HttpResponse
-
Returns the HTTP request.
- getRequestMethod() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP request method or
null
for none. - getReservedExpansion() - Method in enum com.google.api.client.http.UriTemplate.CompositeOutput
- getResponse() - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
HTTP response to return from
MockLowLevelHttpRequest.execute()
. - getResponseCode() - Method in class com.google.api.client.testing.http.apache.MockHttpClient
-
Returns the HTTP response code to use.
- getResponseCode() - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- getResponseHeaders() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP response headers.
- getResponseInterceptor() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP response interceptor or
null
for none. - getRetryAfter() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"Retry-After"
header ornull
for none. - getRetryOnExecuteIOException() - Method in class com.google.api.client.http.HttpRequest
-
Deprecated.(scheduled to be removed in 1.18) Use
HttpRequest.setIOExceptionHandler(HttpIOExceptionHandler)
instead. - getRsaKeyFactory() - Static method in class com.google.api.client.util.SecurityUtils
-
Returns the RSA key factory.
- getScheme() - Method in class com.google.api.client.http.GenericUrl
-
Returns the scheme (lowercase), for example
"https"
. - getSha1WithRsaSignatureAlgorithm() - Static method in class com.google.api.client.util.SecurityUtils
-
Returns the SHA-1 with RSA signature algorithm.
- getSha256WithRsaSignatureAlgorithm() - Static method in class com.google.api.client.util.SecurityUtils
-
Returns the SHA-256 with RSA signature algorithm.
- getShortValue() - Method in class com.google.api.client.json.gson.GsonParser
- getShortValue() - Method in class com.google.api.client.json.jackson.JacksonParser
- getShortValue() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getShortValue() - Method in class com.google.api.client.json.JsonParser
-
Returns the short value of the current token.
- getShortValue() - Method in class com.google.api.client.testing.json.MockJsonParser
- getSignatureBytes() - Method in class com.google.api.client.json.webtoken.JsonWebSignature
-
Returns the modifiable array of bytes of the signature.
- getSignedContentBytes() - Method in class com.google.api.client.json.webtoken.JsonWebSignature
-
Returns the modifiable array of bytes of the signature content.
- getSleeper() - Method in class com.google.api.client.http.HttpBackOffIOExceptionHandler
-
Returns the sleeper.
- getSleeper() - Method in class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Returns the sleeper.
- getSleeper() - Method in class com.google.api.client.http.HttpRequest
-
Returns the sleeper.
- getSslContext() - Static method in class com.google.api.client.util.SslUtils
-
Returns the SSL context for "SSL" algorithm.
- getSslSocketFactory() - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Returns the SSL socket factory.
- getSSLSocketFactory() - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Returns the SSL socket factory (
SSLSocketFactory.getSocketFactory()
by default). - getStatusCode() - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getStatusCode() - Method in class com.google.api.client.http.HttpResponse
-
Returns the HTTP status code or
0
for none. - getStatusCode() - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Returns the HTTP status code or
0
for none. - getStatusCode() - Method in exception com.google.api.client.http.HttpResponseException
-
Returns the HTTP status code or
0
for none. - getStatusCode() - Method in class com.google.api.client.http.javanet.NetHttpResponse
- getStatusCode() - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the response status code or
<=0
for none. - getStatusCode() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getStatusLine() - Method in class com.google.api.client.http.apache.ApacheHttpResponse
- getStatusLine() - Method in class com.google.api.client.http.javanet.NetHttpResponse
- getStatusLine() - Method in class com.google.api.client.http.LowLevelHttpResponse
-
Returns the response status line or
null
for none. - getStatusLine() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
- getStatusMessage() - Method in class com.google.api.client.http.HttpResponse
-
Returns the HTTP status message or
null
for none. - getStatusMessage() - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Returns the HTTP status message or
null
for none. - getStatusMessage() - Method in exception com.google.api.client.http.HttpResponseException
-
Returns the HTTP status message or
null
for none. - getStreamingContent() - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Returns the streaming content or
null
for no content. - getSubject() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Returns the subject claim identifying the principal that is the subject of the JWT or
null
for none. - getSubType() - Method in class com.google.api.client.http.HttpMediaType
-
Returns the sub media type, for example
"plain"
when using"text"
. - getSuperclass(JavaClass) - Method in class com.google.api.client.findbugs.BetaDetector
-
Returns the superclass of the specified class.
- getSuperParameterizedType(Type, Class<?>) - Static method in class com.google.api.client.util.Types
-
Returns the parameterized type that is or extends the given type that matches the given super class.
- getSupportedMethods() - Method in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
Returns the supported HTTP methods or
null
to specify that all methods are supported. - getSupportedMethods() - Method in class com.google.api.client.testing.http.MockHttpTransport
-
Returns the unmodifiable set of supported HTTP methods or
null
to specify that all methods are supported. - getSuppressUserAgentSuffix() - Method in class com.google.api.client.http.HttpRequest
-
Returns whether to not add the suffix
HttpRequest.USER_AGENT_SUFFIX
to the User-Agent header. - getText() - Method in class com.google.api.client.json.gson.GsonParser
- getText() - Method in class com.google.api.client.json.jackson.JacksonParser
- getText() - Method in class com.google.api.client.json.jackson2.JacksonParser
- getText() - Method in class com.google.api.client.json.JsonParser
-
Returns a textual representation of the current token or
null
ifJsonParser.getCurrentToken()
isnull
. - getText() - Method in class com.google.api.client.testing.json.MockJsonParser
- getThrowExceptionOnExecuteError() - Method in class com.google.api.client.http.HttpRequest
-
Returns whether to throw an exception at the end of
HttpRequest.execute()
on an HTTP error code (non-2XX) after all retries and response handlers have been exhausted. - getTimeZoneShift() - Method in class com.google.api.client.util.DateTime
-
Returns the time zone shift from UTC in minutes or
0
for date-only value. - getTitle() - Method in class com.google.api.client.util.PemReader.Section
-
Returns the title.
- getTlsSslContext() - Static method in class com.google.api.client.util.SslUtils
-
Returns the SSL context for "TLS" algorithm.
- getTransport() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP transport.
- getTransport() - Method in class com.google.api.client.http.HttpRequestFactory
-
Returns the HTTP transport.
- getTransport() - Method in class com.google.api.client.http.HttpResponse
-
Returns the HTTP transport.
- getTrustManager() - Method in class com.google.api.client.testing.json.webtoken.TestCertificates.CertData
- getType() - Method in class com.google.api.client.http.AbstractHttpContent
- getType() - Method in class com.google.api.client.http.AbstractInputStreamContent
- getType() - Method in class com.google.api.client.http.EmptyContent
- getType() - Method in interface com.google.api.client.http.HttpContent
-
Returns the content type or
null
for none. - getType() - Method in class com.google.api.client.http.HttpMediaType
-
Returns the main media type, for example
"text"
, ornull
for '*'. - getType() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Header
-
Returns the type header parameter used to declare the type of this object or
null
for none. - getType() - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Returns the type claim that is used to declare a type for the contents of this JWT Claims Set or
null
for none. - getType() - Method in class com.google.api.client.testing.http.MockHttpContent
- getType() - Method in class com.google.api.client.util.FieldInfo
-
Returns the field's type.
- getUnderlyingClass() - Method in class com.google.api.client.util.ClassInfo
-
Returns the underlying class.
- getUnknownKeys() - Method in class com.google.api.client.util.GenericData
-
Returns the map of unknown data key name to value.
- getUnsuccessfulResponseHandler() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP unsuccessful (non-2XX) response handler or
null
for none. - getUriForAlias(String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Returns the namespace URI for the given namespace alias (or
""
for the default namespace). - getUriToAliasMap() - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Returns an unmodified set of map entries for the map from namespace URI to namespace alias (or
""
for the default namespace). - getUrl() - Method in class com.google.api.client.http.HttpRequest
-
Returns the HTTP request URL.
- getUrl() - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Returns the request URL or
null
for none. - getUserAgent() - Method in class com.google.api.client.http.HttpHeaders
-
Returns the first
"User-Agent"
header ornull
for none. - getUserInfo() - Method in class com.google.api.client.http.GenericUrl
-
Returns the user info or
null
for none, for example"username:password"
. - getUsername() - Method in class com.google.api.client.http.BasicAuthentication
-
Returns the username.
- getValue() - Method in class com.google.api.client.util.ArrayMap.Entry
- getValue() - Method in class com.google.api.client.util.DataMap.Entry
- getValue() - Method in class com.google.api.client.util.DateTime
-
Returns the date/time value expressed as the number of milliseconds since the Unix epoch.
- getValue(int) - Method in class com.google.api.client.util.ArrayMap
-
Returns the value at the given index or
null
if out of bounds. - getValue(Object) - Method in class com.google.api.client.util.FieldInfo
-
Returns the value of the field in the given object instance using reflection.
- getVarNameStartIndex() - Method in enum com.google.api.client.http.UriTemplate.CompositeOutput
-
Returns the start index of the var name.
- getVersion() - Method in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Returns the version of the JSON-RPC protocol which is
"2.0"
. - getWrapperKey() - Method in class com.google.api.client.http.json.JsonHttpContent
-
Returns the wrapper key for the JSON content or
null
for none. - getWrapperKeys() - Method in class com.google.api.client.json.JsonObjectParser.Builder
-
Returns the wrapper keys for the JSON content.
- getWrapperKeys() - Method in class com.google.api.client.json.JsonObjectParser
-
Returns the unmodifiable set of wrapper keys for the JSON content.
- getX509Certificate() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Deprecated.
- getX509CertificateFactory() - Static method in class com.google.api.client.util.SecurityUtils
-
Returns the X.509 certificate factory.
- getX509Certificates() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Returns the X.509 certificate chain header parameter contains the X.509 public key certificate or certificate chain corresponding to the key used to digitally sign the JWS or
null
for none. - getX509Thumbprint() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Returns the X.509 certificate thumbprint header parameter that provides a base64url encoded SHA-1 thumbprint (a.k.a.
- getX509Url() - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Returns the X.509 URL header parameter that is an absolute URL that refers to a resource for the X.509 public key certificate or certificate chain corresponding to the key used to digitally sign the JWS or
null
for none. - GMT - Static variable in class com.google.api.client.util.DateTime
- growBuffer(char[], int, int) - Static method in class com.google.api.client.util.escape.UnicodeEscaper
-
Helper method to grow the character buffer as needed, this only happens once in a while so it's ok if it's in a method call.
- GsonFactory - Class in com.google.api.client.json.gson
-
Low-level JSON library implementation based on GSON.
- GsonFactory() - Constructor for class com.google.api.client.json.gson.GsonFactory
- GsonFactory.InstanceHolder - Class in com.google.api.client.json.gson
-
Holder for the result of
GsonFactory.getDefaultInstance()
. - GsonGenerator - Class in com.google.api.client.json.gson
-
Low-level JSON serializer implementation based on GSON.
- GsonGenerator(GsonFactory, JsonWriter) - Constructor for class com.google.api.client.json.gson.GsonGenerator
- GsonGenerator.StringNumber - Class in com.google.api.client.json.gson
-
Hack to support numbers encoded as a string for JsonWriter.
- GsonParser - Class in com.google.api.client.json.gson
-
Low-level JSON serializer implementation based on GSON.
- GsonParser(GsonFactory, JsonReader) - Constructor for class com.google.api.client.json.gson.GsonParser
- GZipEncoding - Class in com.google.api.client.http
-
GZip HTTP content encoding.
- GZipEncoding() - Constructor for class com.google.api.client.http.GZipEncoding
H
- handleExceptionForNewInstance(Exception, Class<?>) - Static method in class com.google.api.client.util.Types
- handleIOException(HttpRequest, boolean) - Method in class com.google.api.client.http.HttpBackOffIOExceptionHandler
-
Invoked when an
IOException
is thrown during an HTTP request. - handleIOException(HttpRequest, boolean) - Method in interface com.google.api.client.http.HttpIOExceptionHandler
-
Invoked when an
IOException
is thrown during an HTTP request. - handleRedirect(int, HttpHeaders) - Method in class com.google.api.client.http.HttpRequest
-
Sets up this request object to handle the necessary redirect if redirects are turned on, it is a redirect status code and the header has a location.
- handleResponse(HttpRequest, HttpResponse, boolean) - Method in class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Handler that will be invoked when an abnormal response is received.
- handleResponse(HttpRequest, HttpResponse, boolean) - Method in interface com.google.api.client.http.HttpUnsuccessfulResponseHandler
-
Handler that will be invoked when an abnormal response is received.
- handleResponse(HttpRequest, HttpResponse, boolean) - Method in class com.google.api.client.testing.http.MockHttpUnsuccessfulResponseHandler
- handleUnrecognizedKey(Object, String) - Method in class com.google.api.client.json.CustomizeJsonParser
-
Called when the given unrecognized key is encountered in the given context object.
- HASH - com.google.api.client.http.UriTemplate.CompositeOutput
-
Fragment expansion.
- hashCode() - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey
- hashCode() - Method in class com.google.api.client.http.GenericUrl
- hashCode() - Method in class com.google.api.client.http.HttpMediaType
- hashCode() - Method in class com.google.api.client.util.ArrayMap.Entry
- hashCode() - Method in class com.google.api.client.util.DataMap.Entry
- hashCode() - Method in class com.google.api.client.util.DateTime
- hasMessageBody() - Method in class com.google.api.client.http.HttpResponse
-
Returns whether this response contains a message body as specified in , calling
HttpResponse.ignore()
iffalse
. - hasNext() - Method in class com.google.api.client.util.ArrayMap.EntryIterator
- hasNext() - Method in class com.google.api.client.util.DataMap.EntryIterator
- hasNext() - Method in class com.google.api.client.util.GenericData.EntryIterator
- HEAD - Static variable in class com.google.api.client.http.HttpMethods
-
HTTP HEAD method.
- header - Variable in class com.google.api.client.json.webtoken.JsonWebToken
-
Header.
- Header() - Constructor for class com.google.api.client.json.webtoken.JsonWebSignature.Header
- Header() - Constructor for class com.google.api.client.json.webtoken.JsonWebToken.Header
- headerClass - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Parser
-
Header class to use for parsing.
- headerNames - Variable in class com.google.api.client.http.javanet.NetHttpResponse
- headerNames - Variable in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
List of header names of HTTP response (empty array list by default).
- HeaderParsingFakeLevelHttpRequest(HttpHeaders, HttpHeaders.ParseHeaderState) - Constructor for class com.google.api.client.http.HttpHeaders.HeaderParsingFakeLevelHttpRequest
- headers - Variable in class com.google.api.client.http.HttpRequest
-
HTTP request headers.
- headers - Variable in class com.google.api.client.http.HttpResponseException.Builder
-
HTTP headers.
- headers - Variable in exception com.google.api.client.http.HttpResponseException
-
HTTP headers.
- headers - Variable in class com.google.api.client.http.MultipartContent.Part
-
HTTP headers or
null
for none. - headers - Variable in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- headersMap - Variable in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Map of lowercase header name to values.
- headerValues - Variable in class com.google.api.client.http.javanet.NetHttpResponse
- headerValues - Variable in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
List of header values of HTTP response (empty array list by default).
- holderHead - Variable in class com.google.api.client.util.Objects.ToStringHelper
- holderTail - Variable in class com.google.api.client.util.Objects.ToStringHelper
- host - Variable in class com.google.api.client.http.GenericUrl
-
Host, for example
"www.google.com"
. - hostnameVerifier - Variable in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Host name verifier or
null
for the default. - hostnameVerifier - Variable in class com.google.api.client.http.javanet.NetHttpTransport
-
Host name verifier or
null
for the default. - HttpBackOffIOExceptionHandler - Class in com.google.api.client.http
- HttpBackOffIOExceptionHandler(BackOff) - Constructor for class com.google.api.client.http.HttpBackOffIOExceptionHandler
-
Constructs a new instance from a
BackOff
. - HttpBackOffUnsuccessfulResponseHandler - Class in com.google.api.client.http
- HttpBackOffUnsuccessfulResponseHandler(BackOff) - Constructor for class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Constructs a new instance from a
BackOff
. - HttpBackOffUnsuccessfulResponseHandler.BackOffRequired - Interface in com.google.api.client.http
- httpClient - Variable in class com.google.api.client.http.apache.ApacheHttpRequest
- httpClient - Variable in class com.google.api.client.http.apache.ApacheHttpTransport
-
Apache HTTP client.
- HttpContent - Interface in com.google.api.client.http
-
Serializes HTTP request content into an output stream.
- HttpEncoding - Interface in com.google.api.client.http
-
HTTP content encoding.
- HttpEncodingStreamingContent - Class in com.google.api.client.http
-
Streaming content based on an HTTP encoding.
- HttpEncodingStreamingContent(StreamingContent, HttpEncoding) - Constructor for class com.google.api.client.http.HttpEncodingStreamingContent
- HttpExecuteInterceptor - Interface in com.google.api.client.http
-
HTTP request execute interceptor to intercept the start of
HttpRequest.execute()
before executing the HTTP request. - HttpExtensionMethod - Class in com.google.api.client.http.apache
-
HTTP extension method.
- HttpExtensionMethod(String, String) - Constructor for class com.google.api.client.http.apache.HttpExtensionMethod
- HttpHeaders - Class in com.google.api.client.http
-
Stores HTTP headers used in an HTTP request or response, as defined in Header Field Definitions.
- HttpHeaders() - Constructor for class com.google.api.client.http.HttpHeaders
- HttpHeaders.HeaderParsingFakeLevelHttpRequest - Class in com.google.api.client.http
-
LowLevelHttpRequest which will call the .parseHeader() method for every header added.
- HttpHeaders.ParseHeaderState - Class in com.google.api.client.http
-
State container for
HttpHeaders.parseHeader(String, String, ParseHeaderState)
. - HttpIOExceptionHandler - Interface in com.google.api.client.http
- HttpMediaType - Class in com.google.api.client.http
-
HTTP Media-type as specified in the HTTP RFC ( {@link "http://tools.ietf.org/html/rfc2616#section-3.7"}).
- HttpMediaType(String) - Constructor for class com.google.api.client.http.HttpMediaType
-
Creates a
HttpMediaType
by parsing the specified media type string. - HttpMediaType(String, String) - Constructor for class com.google.api.client.http.HttpMediaType
-
Initializes the
HttpMediaType
by setting the specified media type. - HttpMethods - Class in com.google.api.client.http
-
HTTP request method constants specified in RFC 2616 Section 5.1.1.
- HttpMethods() - Constructor for class com.google.api.client.http.HttpMethods
- HttpRequest - Class in com.google.api.client.http
-
HTTP request.
- HttpRequest(HttpTransport, String) - Constructor for class com.google.api.client.http.HttpRequest
- HttpRequestFactory - Class in com.google.api.client.http
-
Thread-safe light-weight HTTP request factory layer on top of the HTTP transport that has an optional
HTTP request initializer
for initializing requests. - HttpRequestFactory(HttpTransport, HttpRequestInitializer) - Constructor for class com.google.api.client.http.HttpRequestFactory
- HttpRequestInitializer - Interface in com.google.api.client.http
-
HTTP request initializer.
- HttpResponse - Class in com.google.api.client.http
-
HTTP response.
- HttpResponse(HttpRequest, LowLevelHttpResponse) - Constructor for class com.google.api.client.http.HttpResponse
- HttpResponseException - Exception in com.google.api.client.http
-
Exception thrown when an error status code is detected in an HTTP response.
- HttpResponseException(HttpResponse) - Constructor for exception com.google.api.client.http.HttpResponseException
-
Constructor that constructs a detail message from the given HTTP response that includes the status code, status message and HTTP response content.
- HttpResponseException(HttpResponseException.Builder) - Constructor for exception com.google.api.client.http.HttpResponseException
- HttpResponseException.Builder - Class in com.google.api.client.http
-
Builder.
- HttpResponseInterceptor - Interface in com.google.api.client.http
-
HTTP response interceptor to intercept the end of
HttpRequest.execute()
before returning a successful response or throwing an exception for an unsuccessful response. - HttpStatusCodes - Class in com.google.api.client.http
-
Constants enumerating the HTTP status codes.
- HttpStatusCodes() - Constructor for class com.google.api.client.http.HttpStatusCodes
- HttpTesting - Class in com.google.api.client.testing.http
-
Beta
Utilities and constants related to testing the HTTP library. - HttpTesting() - Constructor for class com.google.api.client.testing.http.HttpTesting
- HttpTransport - Class in com.google.api.client.http
-
Thread-safe abstract HTTP transport.
- HttpTransport() - Constructor for class com.google.api.client.http.HttpTransport
- HttpUnsuccessfulResponseHandler - Interface in com.google.api.client.http
-
Interface which handles abnormal HTTP responses (in other words not 2XX).
- Human() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.Human
- HUMAN - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- HUMAN_WITH_PETS - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- HUMAN_WITH_PETS_PARSED - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- HumanWithPets() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.HumanWithPets
I
- id - Variable in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
-
Data store ID.
- id - Variable in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey
-
Data store ID.
- id - Variable in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Identifier established by the client that must be a string or a number or
null
for a notification and therefore not expect to receive a response. - id - Variable in class com.google.api.client.util.store.AbstractDataStore
-
Data store ID.
- ID_PATTERN - Static variable in class com.google.api.client.util.store.AbstractDataStoreFactory
-
Pattern to control possible values for the
id
parameter ofAbstractDataStoreFactory.getDataStore(String)
. - ifMatch - Variable in class com.google.api.client.http.HttpHeaders
-
"If-Match"
header. - ifModifiedSince - Variable in class com.google.api.client.http.HttpHeaders
-
"If-Modified-Since"
header. - ifNoneMatch - Variable in class com.google.api.client.http.HttpHeaders
-
"If-None-Match"
header. - ifRange - Variable in class com.google.api.client.http.HttpHeaders
-
"If-Range"
header. - ifUnmodifiedSince - Variable in class com.google.api.client.http.HttpHeaders
-
"If-Unmodified-Since"
header. - ignore() - Method in class com.google.api.client.http.HttpResponse
-
Closes the content of the HTTP response from
HttpResponse.getContent()
, ignoring any content. - IGNORE_CASE - com.google.api.client.util.GenericData.Flags
-
Whether keys are case sensitive.
- ignoreCase - Variable in class com.google.api.client.util.ClassInfo
-
Whether field names are case sensitive.
- IGNORED_VALUE - com.google.api.client.test.json.AbstractJsonFactoryTest.E
- incrementCurrentInterval() - Method in class com.google.api.client.util.ExponentialBackOff
-
Increments the current interval by multiplying it with the multiplier.
- index - Variable in class com.google.api.client.util.ArrayMap.Entry
- info - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicSelfReferencing
- initialIntervalMillis - Variable in class com.google.api.client.util.ExponentialBackOff.Builder
-
The initial retry interval in milliseconds.
- initialIntervalMillis - Variable in class com.google.api.client.util.ExponentialBackOff
-
The initial retry interval in milliseconds.
- initialize(HttpRequest) - Method in class com.google.api.client.http.BasicAuthentication
- initialize(HttpRequest) - Method in interface com.google.api.client.http.HttpRequestInitializer
-
Initializes a request.
- initializeParser(JsonParser) - Method in class com.google.api.client.json.JsonObjectParser
-
Initialize the parser to skip to wrapped keys (if any).
- initializer - Variable in class com.google.api.client.http.HttpRequestFactory
-
HTTP request initializer or
null
for none. - initSslContext(SSLContext, KeyStore, TrustManagerFactory) - Static method in class com.google.api.client.util.SslUtils
-
Initializes the SSL context to the trust managers supplied by the trust manager factory for the given trust store.
- INPUT_BUF - Static variable in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Deprecated.As of 1.20. Use
MockHttpURLConnection.setInputStream(InputStream)
instead. - inputStream - Variable in class com.google.api.client.http.InputStreamContent
-
Input stream to read from.
- inputStream - Variable in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
The input stream.
- inputStream - Variable in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Input stream to read.
- InputStreamContent - Class in com.google.api.client.http
-
Concrete implementation of
AbstractInputStreamContent
that simply handles the transfer of data from an input stream to an output stream. - InputStreamContent(String, InputStream) - Constructor for class com.google.api.client.http.InputStreamContent
- INSTANCE - Static variable in class com.google.api.client.json.gson.GsonFactory.InstanceHolder
- INSTANCE - Static variable in class com.google.api.client.json.jackson2.JacksonFactory.InstanceHolder
- INSTANCE - Static variable in class com.google.api.client.util.store.MemoryDataStoreFactory.InstanceHolder
- INSTANCE - Static variable in class com.google.api.client.xml.atom.Atom.StopAtAtomEntry
- InstanceHolder() - Constructor for class com.google.api.client.json.gson.GsonFactory.InstanceHolder
- InstanceHolder() - Constructor for class com.google.api.client.json.jackson2.JacksonFactory.InstanceHolder
- InstanceHolder() - Constructor for class com.google.api.client.util.store.MemoryDataStoreFactory.InstanceHolder
- INT_ARRAY - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- INT_ARRAY_TYPE_VARIABLE_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- IntArrayTypeVariableType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.IntArrayTypeVariableType
- INTEGER_TYPE_VARIABLE_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- integerArr - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.ArrayType
- IntegerTypeVariableType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.IntegerTypeVariableType
- intercept(HttpRequest) - Method in class com.google.api.client.http.BasicAuthentication
- intercept(HttpRequest) - Method in interface com.google.api.client.http.HttpExecuteInterceptor
-
Invoked at the start of
HttpRequest.execute()
before executing the HTTP request. - interceptResponse(HttpResponse) - Method in interface com.google.api.client.http.HttpResponseInterceptor
-
Invoked at the end of
HttpRequest.execute()
before returning a successful response or throwing an exception for an unsuccessful response. - intObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- intObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- intValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- intValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- intValue() - Method in class com.google.api.client.json.gson.GsonGenerator.StringNumber
- ioExceptionHandler - Variable in class com.google.api.client.http.HttpRequest
-
HTTP I/O exception handler or
null
for none. - IOUtils - Class in com.google.api.client.util
-
Utilities for I/O streams.
- IOUtils() - Constructor for class com.google.api.client.util.IOUtils
- isArray(Type) - Static method in class com.google.api.client.util.Types
-
Returns whether the given type is an array.
- isAssignableToOrFrom(Class<?>, Class<?>) - Static method in class com.google.api.client.util.Types
-
Returns whether a class is either assignable to or from another class.
- isBackOffRequired(int) - Method in interface com.google.api.client.http.BackOffPolicy
-
Deprecated.Determines if back off is required based on the specified status code.
- isBackOffRequired(int) - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Determines if back off is required based on the specified status code.
- isBeta(AnnotationEntry[]) - Static method in class com.google.api.client.findbugs.BetaDetector
-
Returns true if the given annotations contain
Beta
. - isCalled - Variable in class com.google.api.client.testing.http.MockHttpUnsuccessfulResponseHandler
- isCalled() - Method in class com.google.api.client.testing.http.MockHttpUnsuccessfulResponseHandler
-
Returns whether the
MockHttpUnsuccessfulResponseHandler.handleResponse(com.google.api.client.http.HttpRequest, com.google.api.client.http.HttpResponse, boolean)
method was called or not. - isClosed - Variable in class com.google.api.client.testing.json.MockJsonParser
- isClosed() - Method in class com.google.api.client.testing.json.MockJsonParser
-
Returns whether
MockJsonParser.close()
was called. - isClosed() - Method in class com.google.api.client.testing.util.TestableByteArrayInputStream
-
Returns whether the output stream has been closed.
- isClosed() - Method in class com.google.api.client.testing.util.TestableByteArrayOutputStream
-
Returns whether the output stream has been closed.
- isComputed - Variable in class com.google.api.client.util.DataMap.EntryIterator
-
Whether the next field has been computed.
- isCurlLoggingEnabled() - Method in class com.google.api.client.http.HttpRequest
-
Returns whether logging in form of curl commands is enabled for this request.
- isDateOnly() - Method in class com.google.api.client.util.DateTime
-
Returns whether this is a date-only value.
- isDisconnected - Variable in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Whether
MockLowLevelHttpResponse.disconnect()
has been called. - isDisconnected() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Returns whether
MockLowLevelHttpResponse.disconnect()
has been called. - isEmpty() - Method in class com.google.api.client.util.DataMap.EntrySet
- isEmpty() - Method in class com.google.api.client.util.store.AbstractDataStore
-
Returns whether there are any stored keys.
- isEmpty() - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- isEmpty() - Method in interface com.google.api.client.util.store.DataStore
-
Returns whether there are any stored keys.
- isEntry - Variable in class com.google.api.client.http.xml.atom.AtomContent
-
true
for an Atom entry orfalse
for an Atom feed. - isEntry() - Method in class com.google.api.client.http.xml.atom.AtomContent
-
Returns
true
for an Atom entry orfalse
for an Atom feed. - isEnum() - Method in class com.google.api.client.util.ClassInfo
-
Returns the underlying class is an enum.
- isFinal() - Method in class com.google.api.client.util.FieldInfo
-
Returns whether the field is final.
- isLoggingEnabled() - Method in class com.google.api.client.http.HttpRequest
-
Returns whether logging should be enabled for this request.
- isLoggingEnabled() - Method in class com.google.api.client.http.HttpResponse
-
Returns whether logging should be enabled on this response.
- isNull(Object) - Static method in class com.google.api.client.util.Data
-
Returns whether the given object is the magic object that represents the null value of its class.
- isNullOrEmpty(String) - Static method in class com.google.api.client.util.Strings
-
Returns
true
if the given string is null or is the empty string. - ISO_8859_1 - Static variable in class com.google.api.client.util.Charsets
-
ISO-8859-1 charset.
- isPrimitive - Variable in class com.google.api.client.util.FieldInfo
-
Whether the field class is "primitive" as defined by
Data.isPrimitive(Type)
. - isPrimitive() - Method in class com.google.api.client.util.FieldInfo
-
Returns whether the field is primitive as defined by
Data.isPrimitive(Type)
. - isPrimitive(Type) - Static method in class com.google.api.client.util.Data
-
Returns whether the given type is one of the supported primitive classes like number and date/time, or is a wildcard of one.
- isRedirect(int) - Static method in class com.google.api.client.http.HttpStatusCodes
-
Returns whether the given HTTP response status code is a redirect code
301, 302, 303, 307
. - isRemoved - Variable in class com.google.api.client.util.DataMap.EntryIterator
-
Whether
DataMap.EntryIterator.remove()
has been called since last timeDataMap.EntryIterator.next()
was called. - isRepeatable() - Method in class com.google.api.client.http.apache.ContentEntity
- isRequired(HttpResponse) - Method in interface com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler.BackOffRequired
-
Invoked when an abnormal response is received and determines if back-off is required.
- isStreaming() - Method in class com.google.api.client.http.apache.ContentEntity
- isSuccess(int) - Static method in class com.google.api.client.http.HttpStatusCodes
-
Returns whether the given HTTP response status code is a success code
>= 200 and < 300
. - isSuccessStatusCode() - Method in class com.google.api.client.http.HttpResponse
-
Returns whether received a successful HTTP status code
>= 200 && < 300
(seeHttpResponse.getStatusCode()
). - isSuccessStatusCode() - Method in exception com.google.api.client.http.HttpResponseException
-
Returns whether received a successful HTTP status code
>= 200 && < 300
(seeHttpResponseException.getStatusCode()
). - issuedAtTimeSeconds - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Issued at claim that identifies the time (in seconds) at which the JWT was issued or
null
for none. - issuer - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Issuer claim that identifies the principal that issued the JWT or
null
for none. - isSymbolicLink(File) - Static method in class com.google.api.client.util.IOUtils
-
Returns whether the given file is a symbolic link.
- isValueOfPrimitiveType(Object) - Static method in class com.google.api.client.util.Data
-
Returns whether to given value is
null
or its class is primitive as defined byData.isPrimitive(Type)
. - iterableOf(Object) - Static method in class com.google.api.client.util.Types
-
Returns an iterable for an input iterable or array value.
- iterator() - Method in class com.google.api.client.util.ArrayMap.EntrySet
- iterator() - Method in class com.google.api.client.util.DataMap.EntrySet
- iterator() - Method in class com.google.api.client.util.GenericData.EntrySet
J
- JacksonFactory - Class in com.google.api.client.json.jackson
-
Low-level JSON library implementation based on Jackson.
- JacksonFactory - Class in com.google.api.client.json.jackson2
-
Low-level JSON library implementation based on Jackson 2.
- JacksonFactory() - Constructor for class com.google.api.client.json.jackson.JacksonFactory
- JacksonFactory() - Constructor for class com.google.api.client.json.jackson2.JacksonFactory
- JacksonFactory.InstanceHolder - Class in com.google.api.client.json.jackson2
-
Holder for the result of
JacksonFactory.getDefaultInstance()
. - JacksonGenerator - Class in com.google.api.client.json.jackson
-
Low-level JSON serializer implementation based on Jackson.
- JacksonGenerator - Class in com.google.api.client.json.jackson2
-
Low-level JSON serializer implementation based on Jackson.
- JacksonGenerator(JacksonFactory, JsonGenerator) - Constructor for class com.google.api.client.json.jackson.JacksonGenerator
- JacksonGenerator(JacksonFactory, JsonGenerator) - Constructor for class com.google.api.client.json.jackson2.JacksonGenerator
- JacksonParser - Class in com.google.api.client.json.jackson
-
Low-level JSON serializer implementation based on Jackson.
- JacksonParser - Class in com.google.api.client.json.jackson2
-
Low-level JSON serializer implementation based on Jackson.
- JacksonParser(JacksonFactory, JsonParser) - Constructor for class com.google.api.client.json.jackson.JacksonParser
- JacksonParser(JacksonFactory, JsonParser) - Constructor for class com.google.api.client.json.jackson2.JacksonParser
- JdoDataStore(JdoDataStoreFactory, PersistenceManagerFactory, String) - Constructor for class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
- JdoDataStoreFactory - Class in com.google.api.client.extensions.jdo
-
Thread-safe JDO implementation of a data store factory.
- JdoDataStoreFactory(PersistenceManagerFactory) - Constructor for class com.google.api.client.extensions.jdo.JdoDataStoreFactory
- JdoDataStoreFactory.JdoDataStore<V extends java.io.Serializable> - Class in com.google.api.client.extensions.jdo
- JdoDataStoreFactory.JdoValue - Class in com.google.api.client.extensions.jdo
-
JDO value class that contains the key-value pair, as well as the data store ID.
- JdoDataStoreFactory.PrivateUtils - Class in com.google.api.client.extensions.jdo
-
Package private utilities class so the classes here isn't considered to be an external part of the library.
- JdoDataStoreFactory.PrivateUtils.ComposedIdKey - Class in com.google.api.client.extensions.jdo
-
See JDO : PrimaryKey Classes for a reference.
- JdoValue() - Constructor for class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
- JdoValue(String, String, V) - Constructor for class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
- join(Iterable<?>) - Method in class com.google.api.client.util.Joiner
-
Returns a string containing the string representation of each of
parts
, using the previously configured separator between each. - Joiner - Class in com.google.api.client.util
-
An object which joins pieces of text (specified as an array,
Iterable
, varargs or even aMap
) with a separator. - Joiner(Joiner) - Constructor for class com.google.api.client.util.Joiner
- Json - Class in com.google.api.client.json
-
JSON utilities.
- Json() - Constructor for class com.google.api.client.json.Json
- JSON_ENTRY - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- JSON_FEED - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- JSON_THREE_ELEMENTS - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- jsonFactory - Variable in class com.google.api.client.http.json.JsonHttpContent
-
JSON factory.
- jsonFactory - Variable in class com.google.api.client.json.GenericJson
-
JSON factory or
null
for none. - jsonFactory - Variable in class com.google.api.client.json.JsonObjectParser.Builder
-
JSON factory.
- jsonFactory - Variable in class com.google.api.client.json.JsonObjectParser
-
JSON factory.
- jsonFactory - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Parser
-
JSON factory.
- JsonFactory - Class in com.google.api.client.json
-
Abstract low-level JSON factory.
- JsonFactory() - Constructor for class com.google.api.client.json.JsonFactory
- JsonGenerator - Class in com.google.api.client.json
-
Abstract low-level JSON serializer.
- JsonGenerator() - Constructor for class com.google.api.client.json.JsonGenerator
- JsonHttpContent - Class in com.google.api.client.http.json
-
Serializes JSON HTTP content based on the data key/value mapping object for an item.
- JsonHttpContent(JsonFactory, Object) - Constructor for class com.google.api.client.http.json.JsonHttpContent
- JsonObjectParser - Class in com.google.api.client.json
-
Parses JSON data into an data class of key/value pairs.
- JsonObjectParser(JsonFactory) - Constructor for class com.google.api.client.json.JsonObjectParser
- JsonObjectParser(JsonObjectParser.Builder) - Constructor for class com.google.api.client.json.JsonObjectParser
- JsonObjectParser.Builder - Class in com.google.api.client.json
-
Builder.
- JsonParser - Class in com.google.api.client.json
-
Abstract low-level JSON parser.
- JsonParser() - Constructor for class com.google.api.client.json.JsonParser
- JsonPolymorphicTypeMap - Annotation Type in com.google.api.client.json
-
Beta
Declares that the data type enclosing this field is polymorphic, and that the value of this field in a heterogeneous JSON schema will determine what type the data should be parsed into. - JsonPolymorphicTypeMap.TypeDef - Annotation Type in com.google.api.client.json
-
Declares a mapping between a key value and a referenced class.
- jsonrpc - Variable in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Version of the JSON-RPC protocol which is
"2.0"
. - JsonRpcRequest - Class in com.google.api.client.json.rpc2
-
Beta
JSON-RPC 2.0 request object. - JsonRpcRequest() - Constructor for class com.google.api.client.json.rpc2.JsonRpcRequest
- JsonString - Annotation Type in com.google.api.client.json
-
Use this annotation to specify that a declared numeric Java field should map to a JSON string.
- JsonToken - Enum in com.google.api.client.json
-
JSON token in the low-level JSON library.
- JsonToken() - Constructor for enum com.google.api.client.json.JsonToken
- jsonWebSignature - Static variable in class com.google.api.client.testing.json.webtoken.TestCertificates
- JsonWebSignature - Class in com.google.api.client.json.webtoken
- JsonWebSignature(JsonWebSignature.Header, JsonWebToken.Payload, byte[], byte[]) - Constructor for class com.google.api.client.json.webtoken.JsonWebSignature
- JsonWebSignature.Header - Class in com.google.api.client.json.webtoken
-
Header as specified in Reserved Header Parameter Names.
- JsonWebSignature.Parser - Class in com.google.api.client.json.webtoken
-
JWS parser.
- JsonWebToken - Class in com.google.api.client.json.webtoken
- JsonWebToken(JsonWebToken.Header, JsonWebToken.Payload) - Constructor for class com.google.api.client.json.webtoken.JsonWebToken
- JsonWebToken.Header - Class in com.google.api.client.json.webtoken
-
Header as specified in JWT Header.
- JsonWebToken.Payload - Class in com.google.api.client.json.webtoken
-
Payload as specified in Reserved Claim Names.
- jwk - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
JSON Web Key header parameter that is a public key that corresponds to the key used to digitally sign the JWS or
null
for none. - jwkUrl - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
JSON Web Key URL header parameter that is an absolute URL that refers to a resource for a set of JSON-encoded public keys, one of which corresponds to the key that was used to digitally sign the JWS or
null
for none. - JWS_SIGNATURE - Static variable in class com.google.api.client.testing.json.webtoken.TestCertificates
-
A test JWS signature.
- jwtId - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
JWT ID claim that provides a unique identifier for the JWT or
null
for none.
K
- key - Variable in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
-
Key.
- key - Variable in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey
-
Key.
- key() - Method in annotation type com.google.api.client.json.JsonPolymorphicTypeMap.TypeDef
-
The string value to represent a specific type.
- Key - Annotation Type in com.google.api.client.util
-
Use this annotation to specify that a field is a data key, optionally providing the data key name to use.
- keyId - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Key ID header parameter that is a hint indicating which specific key owned by the signer should be used to validate the digital signature or
null
for none. - keyMap - Variable in class com.google.api.client.util.ArrayValueMap
-
Map from key name to its array values.
- keySet() - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
- keySet() - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- keySet() - Method in interface com.google.api.client.util.store.DataStore
-
Returns the unmodifiable set of all stored keys.
- keyValueMap - Variable in class com.google.api.client.util.store.AbstractMemoryDataStore
-
Data store map from the key to the value.
L
- lastMillis - Variable in class com.google.api.client.testing.util.MockSleeper
- lastModified - Variable in class com.google.api.client.http.HttpHeaders
-
"Last-Modified"
header. - left - Variable in class com.google.api.client.util.ByteStreams.LimitedInputStream
- length - Variable in class com.google.api.client.http.ByteArrayContent
-
Length of bytes to read from byte array.
- length - Variable in class com.google.api.client.http.InputStreamContent
-
Content length or less than zero if not known.
- length - Variable in class com.google.api.client.testing.http.MockHttpContent
-
HTTP content length or
-1
by default. - length - Variable in class com.google.api.client.util.ByteArrayStreamingContent
-
Length of bytes to read from byte array.
- limit(InputStream, long) - Static method in class com.google.api.client.util.ByteStreams
-
Wraps an input stream, limiting the number of bytes which can be read.
- LimitedInputStream(InputStream, long) - Constructor for class com.google.api.client.util.ByteStreams.LimitedInputStream
- LINE_SEPARATOR - Static variable in class com.google.api.client.util.StringUtils
-
Line separator to use for this OS, i.e.
- list - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.TypeVariableType
- Lists - Class in com.google.api.client.util
-
Static utility methods pertaining to
List
instances. - Lists() - Constructor for class com.google.api.client.util.Lists
- loadKeyStore(KeyStore, InputStream, String) - Static method in class com.google.api.client.util.SecurityUtils
-
Loads a key store from a stream.
- loadKeyStoreFromCertificates(KeyStore, CertificateFactory, InputStream) - Static method in class com.google.api.client.util.SecurityUtils
-
Loads a key store with certificates generated from the specified stream using
CertificateFactory.generateCertificates(InputStream)
. - loadPrivateKeyFromKeyStore(KeyStore, InputStream, String, String, String) - Static method in class com.google.api.client.util.SecurityUtils
-
Retrieves a private key from the specified key store stream and specified key store.
- location - Variable in class com.google.api.client.http.HttpHeaders
-
"Location"
header. - lock - Variable in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
-
Lock on storing, loading and deleting a credential.
- lock - Static variable in class com.google.api.client.json.JsonParser
-
Lock on the
cachedTypemapFields
. - lock - Variable in class com.google.api.client.util.store.AbstractDataStoreFactory
-
Lock on access to the data store map.
- lock - Variable in class com.google.api.client.util.store.AbstractMemoryDataStore
-
Lock on access to the store.
- logger - Variable in class com.google.api.client.http.HttpHeaders.ParseHeaderState
-
Logger if logging is enabled or
null
otherwise. - logger - Variable in class com.google.api.client.util.LoggingByteArrayOutputStream
-
Logger.
- logger - Variable in class com.google.api.client.util.LoggingStreamingContent
-
Logger.
- LOGGER - Static variable in class com.google.api.client.http.HttpTransport
- LOGGER - Static variable in class com.google.api.client.util.store.FileDataStoreFactory
- LoggingByteArrayOutputStream - Class in com.google.api.client.util
-
Thread-safe byte array output stream that logs what was written to it when the stream is closed.
- LoggingByteArrayOutputStream(Logger, Level, int) - Constructor for class com.google.api.client.util.LoggingByteArrayOutputStream
- loggingEnabled - Variable in class com.google.api.client.http.HttpRequest
-
Determines whether logging should be enabled for this request.
- loggingEnabled - Variable in class com.google.api.client.http.HttpResponse
-
Determines whether logging should be enabled on this response.
- LoggingInputStream - Class in com.google.api.client.util
-
Thread-safe input stream wrapper that forwards all reads to a given input stream, while logging all reads to a
LoggingByteArrayOutputStream
. - LoggingInputStream(InputStream, Logger, Level, int) - Constructor for class com.google.api.client.util.LoggingInputStream
- loggingLevel - Variable in class com.google.api.client.util.LoggingByteArrayOutputStream
-
Logging level.
- loggingLevel - Variable in class com.google.api.client.util.LoggingStreamingContent
-
Logging level.
- LoggingOutputStream - Class in com.google.api.client.util
-
Thread-safe output stream wrapper that forwards all writes to a given output stream, while logging all writes to a
LoggingByteArrayOutputStream
. - LoggingOutputStream(OutputStream, Logger, Level, int) - Constructor for class com.google.api.client.util.LoggingOutputStream
- LoggingStreamingContent - Class in com.google.api.client.util
-
Wraps another streaming content without modifying the content, but also logging content using
LoggingOutputStream
. - LoggingStreamingContent(StreamingContent, Logger, Level, int) - Constructor for class com.google.api.client.util.LoggingStreamingContent
- LogRecordingHandler - Class in com.google.api.client.testing.util
-
Beta
Logging handler that stores log records. - LogRecordingHandler() - Constructor for class com.google.api.client.testing.util.LogRecordingHandler
- logStream - Variable in class com.google.api.client.util.LoggingInputStream
-
Log stream.
- logStream - Variable in class com.google.api.client.util.LoggingOutputStream
-
Log stream.
- longListValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- longListValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- longMapValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- longMapValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- longObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- longObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- longValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- longValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- longValue() - Method in class com.google.api.client.json.gson.GsonGenerator.StringNumber
- lower - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.WildCardTypes
- lowLevelHttpRequest - Variable in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
The
MockLowLevelHttpRequest
to be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
. - lowLevelHttpRequest - Variable in class com.google.api.client.testing.http.MockHttpTransport
-
The
MockLowLevelHttpRequest
to be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
. - LowLevelHttpRequest - Class in com.google.api.client.http
-
Low-level HTTP request.
- LowLevelHttpRequest() - Constructor for class com.google.api.client.http.LowLevelHttpRequest
- lowLevelHttpResponse - Variable in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
The
MockLowLevelHttpResponse
that should be the result of theMockLowLevelHttpRequest
to be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
. - lowLevelHttpResponse - Variable in class com.google.api.client.testing.http.MockHttpTransport
-
The
MockLowLevelHttpResponse
to be returned when thisMockHttpTransport
executes the associated request. - LowLevelHttpResponse - Class in com.google.api.client.http
-
Low-level HTTP response.
- LowLevelHttpResponse() - Constructor for class com.google.api.client.http.LowLevelHttpResponse
M
- map - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.A
- map - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.WildCardTypes
- MAP_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- mapInWild - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.WildCardTypes
- mapOf(Object) - Static method in class com.google.api.client.util.Data
-
Returns the map to use for the given data that is treated as a map from string key to some value.
- MapOfMapType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.MapOfMapType
- Maps - Class in com.google.api.client.util
-
Static utility methods pertaining to
Map
instances. - Maps() - Constructor for class com.google.api.client.util.Maps
- mapUpper - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.WildCardTypes
- mark - Variable in class com.google.api.client.util.ByteStreams.LimitedInputStream
- mark(int) - Method in class com.google.api.client.util.ByteStreams.LimitedInputStream
- matchesToken(String) - Static method in class com.google.api.client.http.HttpMediaType
-
Returns whether the given value matches the regular expression for "token" as specified in RFC 2616 section 2.2.
- maxElapsedTimeMillis - Variable in class com.google.api.client.util.ExponentialBackOff.Builder
-
The maximum elapsed time in milliseconds after instantiating
ExponentialBackOff
or callingExponentialBackOff.reset()
after whichExponentialBackOff.nextBackOffMillis()
returnsBackOff.STOP
. - maxElapsedTimeMillis - Variable in class com.google.api.client.util.ExponentialBackOff
-
The maximum elapsed time after instantiating
ExponentialBackOff
or callingExponentialBackOff.reset()
after whichExponentialBackOff.nextBackOffMillis()
returnsBackOff.STOP
. - maximumBytesToLog - Variable in class com.google.api.client.util.LoggingByteArrayOutputStream
-
Maximum number of bytes to log (may be
0
to avoid logging content). - maxIntervalMillis - Variable in class com.google.api.client.util.ExponentialBackOff.Builder
-
The maximum value of the back off period in milliseconds.
- maxIntervalMillis - Variable in class com.google.api.client.util.ExponentialBackOff
-
The maximum value of the back off period in milliseconds.
- maxTries - Variable in class com.google.api.client.testing.util.MockBackOff
-
Maximum number of tries before returning
BackOff.STOP
. - MEDIA_TYPE - Static variable in class com.google.api.client.http.UrlEncodedParser
-
"application/x-www-form-urlencoded"
media type with UTF-8 encoding. - MEDIA_TYPE - Static variable in class com.google.api.client.json.Json
-
"application/json; charset=utf-8"
media type used as a default for JSON parsing. - MEDIA_TYPE - Static variable in class com.google.api.client.xml.atom.Atom
-
"application/atom+xml; charset=utf-8"
media type used as a default for Atom parsing. - MEDIA_TYPE - Static variable in class com.google.api.client.xml.Xml
-
"application/xml; charset=utf-8"
media type used as a default for XML parsing. - mediaType - Variable in class com.google.api.client.http.AbstractHttpContent
-
Media type used for the Content-Type header or
null
for none. - mediaType - Variable in class com.google.api.client.http.HttpResponse
-
Parsed content-type/media type or
null
if content-type is null. - MemoryDataStore(MemoryDataStoreFactory, String) - Constructor for class com.google.api.client.util.store.MemoryDataStoreFactory.MemoryDataStore
- MemoryDataStoreFactory - Class in com.google.api.client.util.store
-
Thread-safe in-memory implementation of a data store factory.
- MemoryDataStoreFactory() - Constructor for class com.google.api.client.util.store.MemoryDataStoreFactory
- MemoryDataStoreFactory.InstanceHolder - Class in com.google.api.client.util.store
-
Holder for the result of
MemoryDataStoreFactory.getDefaultInstance()
. - MemoryDataStoreFactory.MemoryDataStore<V extends java.io.Serializable> - Class in com.google.api.client.util.store
- message - Variable in class com.google.api.client.http.HttpResponseException.Builder
-
Detail message to use or
null
for none. - message - Variable in class com.google.api.client.http.protobuf.ProtoHttpContent
-
Message to serialize.
- messages() - Method in class com.google.api.client.testing.util.LogRecordingHandler
-
Returns a new instance of a list of published record messages.
- method - Variable in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Name of the method to be invoked.
- methodName - Variable in class com.google.api.client.http.apache.HttpExtensionMethod
-
Request method name.
- mimeVersion - Variable in class com.google.api.client.http.HttpHeaders
-
"MIME-Version"
header. - MockBackOff - Class in com.google.api.client.testing.util
- MockBackOff() - Constructor for class com.google.api.client.testing.util.MockBackOff
- MockHttpClient - Class in com.google.api.client.testing.http.apache
- MockHttpClient() - Constructor for class com.google.api.client.testing.http.apache.MockHttpClient
- MockHttpContent - Class in com.google.api.client.testing.http
- MockHttpContent() - Constructor for class com.google.api.client.testing.http.MockHttpContent
- MockHttpTransport - Class in com.google.api.client.testing.http
- MockHttpTransport() - Constructor for class com.google.api.client.testing.http.MockHttpTransport
- MockHttpTransport(MockHttpTransport.Builder) - Constructor for class com.google.api.client.testing.http.MockHttpTransport
- MockHttpTransport.Builder - Class in com.google.api.client.testing.http
- MockHttpUnsuccessfulResponseHandler - Class in com.google.api.client.testing.http
- MockHttpUnsuccessfulResponseHandler(boolean) - Constructor for class com.google.api.client.testing.http.MockHttpUnsuccessfulResponseHandler
-
Create an instance of
MockHttpUnsuccessfulResponseHandler
. - MockHttpURLConnection - Class in com.google.api.client.testing.http.javanet
- MockHttpURLConnection(URL) - Constructor for class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- MockJsonFactory - Class in com.google.api.client.testing.json
- MockJsonFactory() - Constructor for class com.google.api.client.testing.json.MockJsonFactory
- MockJsonGenerator - Class in com.google.api.client.testing.json
- MockJsonGenerator(JsonFactory) - Constructor for class com.google.api.client.testing.json.MockJsonGenerator
- MockJsonParser - Class in com.google.api.client.testing.json
- MockJsonParser(JsonFactory) - Constructor for class com.google.api.client.testing.json.MockJsonParser
- MockLowLevelHttpRequest - Class in com.google.api.client.testing.http
- MockLowLevelHttpRequest() - Constructor for class com.google.api.client.testing.http.MockLowLevelHttpRequest
- MockLowLevelHttpRequest(String) - Constructor for class com.google.api.client.testing.http.MockLowLevelHttpRequest
- MockLowLevelHttpResponse - Class in com.google.api.client.testing.http
- MockLowLevelHttpResponse() - Constructor for class com.google.api.client.testing.http.MockLowLevelHttpResponse
- MockSleeper - Class in com.google.api.client.testing.util
- MockSleeper() - Constructor for class com.google.api.client.testing.util.MockSleeper
- MultipartContent - Class in com.google.api.client.http
-
Serializes MIME multipart content as specified by RFC 2387: The MIME Multipart/Related Content-type and RFC 2046: Multipurpose Internet Mail Extensions: The Multipart/mixed (primary) subtype.
- MultipartContent() - Constructor for class com.google.api.client.http.MultipartContent
- MultipartContent.Part - Class in com.google.api.client.http
-
Single part of a multi-part request.
- MULTIPLE_ANNOTATIONS_JSON - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- multiplier - Variable in class com.google.api.client.util.ExponentialBackOff.Builder
-
The value to multiply the current interval with for each retry attempt.
- multiplier - Variable in class com.google.api.client.util.ExponentialBackOff
-
The value to multiply the current interval with for each retry attempt.
N
- name - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Animal
- name - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.AnimalGenericJson
- name - Variable in class com.google.api.client.util.FieldInfo
- name - Variable in class com.google.api.client.util.Objects.ToStringHelper.ValueHolder
- name - Variable in class com.google.api.client.xml.GenericXml
-
Optional XML element local name prefixed by its namespace alias -- for example
"atom:entry"
-- ornull
if not set. - names - Variable in class com.google.api.client.util.ClassInfo
-
Unmodifiable sorted (with any possible
null
member first) list (without duplicates) ofFieldInfo.getName()
. - namespaceAliasToUriMap - Variable in class com.google.api.client.xml.XmlNamespaceDictionary
-
Map from XML namespace alias (or
""
for the default namespace) to XML namespace URI. - namespaceDictionary - Variable in class com.google.api.client.http.xml.AbstractXmlHttpContent
-
XML namespace dictionary.
- namespaceDictionary - Variable in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
XML namespace dictionary.
- namespaceDictionary - Variable in class com.google.api.client.xml.GenericXml
-
Optional namespace dictionary or
null
if not set. - namespaceDictionary - Variable in class com.google.api.client.xml.XmlObjectParser
-
XML namespace dictionary.
- namespaceUriToAliasMap - Variable in class com.google.api.client.xml.XmlNamespaceDictionary
-
Map from XML namespace URI to XML namespace alias (or
""
for the default namespace). - nameToFieldInfoMap - Variable in class com.google.api.client.util.ClassInfo
-
Map from
FieldInfo.getName()
to the field information. - nanoClock - Variable in class com.google.api.client.util.ExponentialBackOff.Builder
-
Nano clock.
- nanoClock - Variable in class com.google.api.client.util.ExponentialBackOff
-
Nano clock.
- NanoClock - Interface in com.google.api.client.util
-
Nano clock which can be used to measure elapsed time in nanoseconds.
- nanoTime() - Method in interface com.google.api.client.util.NanoClock
-
Returns the current value of the most precise available system timer, in nanoseconds for use to measure elapsed time, to match the behavior of
System.nanoTime()
. - NetHttpRequest - Class in com.google.api.client.http.javanet
- NetHttpRequest(HttpURLConnection) - Constructor for class com.google.api.client.http.javanet.NetHttpRequest
- NetHttpResponse - Class in com.google.api.client.http.javanet
- NetHttpResponse(HttpURLConnection) - Constructor for class com.google.api.client.http.javanet.NetHttpResponse
- NetHttpResponse.SizeValidatingInputStream - Class in com.google.api.client.http.javanet
-
A wrapper arround the base
InputStream
that validates EOF returned by the read calls. - NetHttpTransport - Class in com.google.api.client.http.javanet
-
Thread-safe HTTP low-level transport based on the
java.net
package. - NetHttpTransport() - Constructor for class com.google.api.client.http.javanet.NetHttpTransport
-
Constructor with the default behavior.
- NetHttpTransport(ConnectionFactory, SSLSocketFactory, HostnameVerifier) - Constructor for class com.google.api.client.http.javanet.NetHttpTransport
- NetHttpTransport(Proxy, SSLSocketFactory, HostnameVerifier) - Constructor for class com.google.api.client.http.javanet.NetHttpTransport
- NetHttpTransport.Builder - Class in com.google.api.client.http.javanet
-
Builder for
NetHttpTransport
. - newAllKeysQuery(PersistenceManager) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
-
Returns a new query for all keys.
- newArrayList() - Static method in class com.google.api.client.util.Lists
-
Returns a new mutable, empty
ArrayList
instance. - newArrayList(Iterable<? extends E>) - Static method in class com.google.api.client.util.Lists
-
Returns a new mutable
ArrayList
instance containing the given elements. - newArrayList(Iterator<? extends E>) - Static method in class com.google.api.client.util.Lists
-
Returns a new mutable
ArrayList
instance containing the given elements. - newArrayListWithCapacity(int) - Static method in class com.google.api.client.util.Lists
-
Creates an
ArrayList
instance backed by an array of the exact size specified; equivalent toArrayList(int)
. - newCollectionInstance(Type) - Static method in class com.google.api.client.util.Data
-
Returns a new collection instance for the given type.
- newDataStoreFactory() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
-
Returns a new instance of the data store factory to test.
- newDefaultHttpClient() - Static method in class com.google.api.client.http.apache.ApacheHttpTransport
-
Creates a new instance of the Apache HTTP client that is used by the
ApacheHttpTransport()
constructor. - newDefaultHttpClient(SSLSocketFactory, HttpParams, ProxySelector) - Static method in class com.google.api.client.http.apache.ApacheHttpTransport
-
Creates a new instance of the Apache HTTP client that is used by the
ApacheHttpTransport()
constructor. - newDefaultHttpParams() - Static method in class com.google.api.client.http.apache.ApacheHttpTransport
-
Returns a new instance of the default HTTP parameters we use.
- newEncodedRsaPrivateKeyBytes() - Static method in class com.google.api.client.testing.util.SecurityTestUtils
-
Returns a new copy of a sample encoded RSA private key that matches
SecurityTestUtils.newEncodedRsaPublicKeyBytes()
. - newEncodedRsaPublicKeyBytes() - Static method in class com.google.api.client.testing.util.SecurityTestUtils
-
Returns a new copy of a sample encoded public key that matches
SecurityTestUtils.newEncodedRsaPrivateKeyBytes()
. - newFactory() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- newHashMap() - Static method in class com.google.api.client.util.Maps
-
Returns a new mutable, empty
HashMap
instance. - newHashSet() - Static method in class com.google.api.client.util.Sets
-
Returns a new mutable, empty
HashSet
instance. - newInstance(Class<T>) - Static method in class com.google.api.client.util.Types
-
Creates a new instance of the given class by invoking its default constructor.
- newInstanceForArray(Object, Field) - Method in class com.google.api.client.json.CustomizeJsonParser
-
Returns a new instance value for the given field in the given context object for a JSON array or
null
for the default behavior. - newInstanceForObject(Object, Class<?>) - Method in class com.google.api.client.json.CustomizeJsonParser
-
Returns a new instance value for the given field class in the given context object for JSON Object or
null
for the default behavior. - newKeyQuery(PersistenceManager) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
-
Returns a new query for a given key.
- NEWLINE - Static variable in class com.google.api.client.http.MultipartContent
- newLinkedHashMap() - Static method in class com.google.api.client.util.Maps
-
Returns a new mutable, empty, insertion-ordered
LinkedHashMap
instance. - newMapInstance(Class<?>) - Static method in class com.google.api.client.util.Data
-
Returns a new instance of a map based on the given field class.
- newRsaPrivateKey() - Static method in class com.google.api.client.testing.util.SecurityTestUtils
-
Returns a new sample RSA private key that matches
SecurityTestUtils.newRsaPublicKey()
. - newRsaPublicKey() - Static method in class com.google.api.client.testing.util.SecurityTestUtils
-
Returns a new sample RSA public key that matches
SecurityTestUtils.newRsaPrivateKey()
. - newStringUtf8(byte[]) - Static method in class com.google.api.client.util.StringUtils
-
Constructs a new
String
by decoding the specified array of bytes using the UTF-8 charset. - newTreeMap() - Static method in class com.google.api.client.util.Maps
-
Returns a new mutable, empty
TreeMap
instance using the natural ordering of its elements. - newTreeSet() - Static method in class com.google.api.client.util.Sets
-
Returns a new mutable, empty
TreeSet
instance sorted by the natural sort ordering of its elements. - next - Variable in class com.google.api.client.util.Objects.ToStringHelper.ValueHolder
- next() - Method in class com.google.api.client.util.ArrayMap.EntryIterator
- next() - Method in class com.google.api.client.util.DataMap.EntryIterator
- next() - Method in class com.google.api.client.util.GenericData.EntryIterator
- next(Sleeper, BackOff) - Static method in class com.google.api.client.util.BackOffUtils
-
Runs the next iteration of the back-off policy, and returns whether to continue to retry the operation.
- nextBackOffMillis() - Method in class com.google.api.client.testing.util.MockBackOff
- nextBackOffMillis() - Method in interface com.google.api.client.util.BackOff
-
Gets the number of milliseconds to wait before retrying the operation or
BackOff.STOP
to indicate that no retries should be made. - nextBackOffMillis() - Method in class com.google.api.client.util.ExponentialBackOff
-
Gets the number of milliseconds to wait before retrying the operation or
BackOff.STOP
to indicate that no retries should be made. - nextEscapeIndex(CharSequence, int, int) - Method in class com.google.api.client.util.escape.PercentEscaper
- nextEscapeIndex(CharSequence, int, int) - Method in class com.google.api.client.util.escape.UnicodeEscaper
-
Scans a sub-sequence of characters from a given
CharSequence
, returning the index of the next character that requires escaping. - nextFieldInfo - Variable in class com.google.api.client.util.DataMap.EntryIterator
-
Next field info computed in
DataMap.EntryIterator.hasNext()
ornull
beforeDataMap.EntryIterator.hasNext()
has been called since the lastDataMap.EntryIterator.next()
. - nextFieldValue - Variable in class com.google.api.client.util.DataMap.EntryIterator
-
Next field value computed in
DataMap.EntryIterator.hasNext()
ornull
beforeDataMap.EntryIterator.hasNext()
has been called since the lastDataMap.EntryIterator.next()
. - nextIndex - Variable in class com.google.api.client.util.ArrayMap.EntryIterator
- nextKeyIndex - Variable in class com.google.api.client.util.DataMap.EntryIterator
-
Next index into key names array computed in
DataMap.EntryIterator.hasNext()
or-1
beforeDataMap.EntryIterator.hasNext()
has been called. - nextToken() - Method in class com.google.api.client.json.gson.GsonParser
- nextToken() - Method in class com.google.api.client.json.jackson.JacksonParser
- nextToken() - Method in class com.google.api.client.json.jackson2.JacksonParser
- nextToken() - Method in class com.google.api.client.json.JsonParser
-
Returns the next token from the stream or
null
to indicate end of input. - nextToken() - Method in class com.google.api.client.testing.json.MockJsonParser
- nicknames - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.DogWithFamily
- NOT_AVAILABLE - com.google.api.client.json.JsonToken
-
Some other token.
- notBeforeTimeSeconds - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Not before claim that identifies the time (in seconds) before which the token MUST NOT be accepted for processing or
null
for none. - nul - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.AnyType
- NULL - com.google.api.client.test.json.AbstractJsonFactoryTest.E
- NULL_BIG_DECIMAL - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
BigDecimal
. - NULL_BIG_INTEGER - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
BigInteger
. - NULL_BOOLEAN - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
Boolean
. - NULL_BYTE - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
Byte
. - NULL_CACHE - Static variable in class com.google.api.client.util.Data
-
Cache of the magic null object for the given Java class.
- NULL_CHARACTER - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
Character
. - NULL_DATE_TIME - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
DateTime
. - NULL_DOUBLE - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
Double
. - NULL_FLOAT - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
Float
. - NULL_INTEGER - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
Integer
. - NULL_LONG - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
Long
. - NULL_SHORT - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
Short
. - NULL_STRING - Static variable in class com.google.api.client.util.Data
-
The single instance of the magic null object for a
String
. - NULL_TOP_VALUE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- NULL_VALUE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- nullOf(Class<?>) - Static method in class com.google.api.client.util.Data
-
Returns the single instance of the magic object that represents the "null" value for the given Java class (including array or enum).
- nullValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.EnumValue
- nullValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.TypeVariableType
- NullValue - Annotation Type in com.google.api.client.util
-
Use this annotation to specify that an enum constant is the "null" data value to use for
Data.nullOf(Class)
. - num - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.AnyType
- numAsString - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.ExtendsGenericJson
- NUMBER_TOP_VALUE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- NUMBER_TYPES - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- NUMBER_TYPES_AS_STRING - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- numberOfLegs - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Animal
- numberOfLegs - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.AnimalGenericJson
- NumberTypes() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- NumberTypesAsString() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- NumericTypedSubclass1() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.NumericTypedSubclass1
- NumericTypedSubclass2() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.NumericTypedSubclass2
- NumericValueTypedSubclass1() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.NumericValueTypedSubclass1
- NumericValueTypedSubclass2() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.NumericValueTypedSubclass2
- numRetries - Variable in class com.google.api.client.http.HttpRequest
-
The number of retries that will be allowed to execute before the request will be terminated or
0
to not retry requests. - numTries - Variable in class com.google.api.client.testing.util.MockBackOff
-
Number of tries so far.
O
- obj - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.AnyType
- object - Variable in class com.google.api.client.util.DataMap
-
Object being reflected.
- objectParser - Variable in class com.google.api.client.http.HttpRequest
-
Parser used to parse responses.
- ObjectParser - Interface in com.google.api.client.util
-
Parses a data source into the specified data type.
- Objects - Class in com.google.api.client.util
-
Helper functions that can operate on any
Object
. - Objects() - Constructor for class com.google.api.client.util.Objects
- Objects.ToStringHelper - Class in com.google.api.client.util
-
Support class for
Objects.toStringHelper(java.lang.Object)
. - Objects.ToStringHelper.ValueHolder - Class in com.google.api.client.util
- of(Class<?>) - Static method in class com.google.api.client.util.ClassInfo
-
Returns the class information for the given underlying class.
- of(Class<?>, boolean) - Static method in class com.google.api.client.util.ClassInfo
-
Returns the class information for the given underlying class.
- of(Enum<?>) - Static method in class com.google.api.client.util.FieldInfo
-
Returns the field information for the given enum value.
- of(Object...) - Static method in class com.google.api.client.util.ArrayMap
-
Returns a new instance of an array map of the given key value pairs in alternating order.
- of(Field) - Static method in class com.google.api.client.util.FieldInfo
-
Returns the field information for the given field.
- offset - Variable in class com.google.api.client.http.ByteArrayContent
-
Starting offset into the byte array.
- offset - Variable in class com.google.api.client.util.ByteArrayStreamingContent
-
Starting offset into the byte array.
- omitNullValues - Variable in class com.google.api.client.util.Objects.ToStringHelper
- omitNullValues() - Method in class com.google.api.client.util.Objects.ToStringHelper
-
Configures the
Objects.ToStringHelper
soObjects.ToStringHelper.toString()
will ignore properties with null value. - on(char) - Static method in class com.google.api.client.util.Joiner
-
Returns a joiner which automatically places
separator
between consecutive elements. - ON_SERVER_ERROR - Static variable in interface com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler.BackOffRequired
-
Back-off required implementation which its
HttpBackOffUnsuccessfulResponseHandler.BackOffRequired.isRequired(HttpResponse)
returnstrue
if a server error occurred (5xx). - openConnection(URL) - Method in interface com.google.api.client.http.javanet.ConnectionFactory
-
Creates a new
HttpURLConnection
from the givenurl
. - openConnection(URL) - Method in class com.google.api.client.http.javanet.DefaultConnectionFactory
- OPTIONS - Static variable in class com.google.api.client.http.HttpMethods
-
HTTP OPTIONS method.
- OTHER_VALUE - com.google.api.client.test.json.AbstractJsonFactoryTest.E
- otherValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.EnumValue
- outputPrefix - Variable in enum com.google.api.client.http.UriTemplate.CompositeOutput
- outputStream - Variable in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Output stream or
null
to throw anUnknownServiceException
whenMockHttpURLConnection.getOutputStream()
is called.
P
- PARAMETER_REGEX - Static variable in class com.google.api.client.http.HttpMediaType
-
The pattern matching a single parameter (key, value) at a time.
- parameters - Variable in class com.google.api.client.http.HttpMediaType
-
Additional parameters to the media type, for example
"charset=utf-8"
. - params - Variable in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
HTTP parameters.
- params - Variable in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Structured value that holds the parameter values to be used during the invocation of the method or
null
for none. - parse(JsonFactory, String) - Static method in class com.google.api.client.json.webtoken.JsonWebSignature
-
Parses the given JWS token string and returns the parsed
JsonWebSignature
. - parse(Reader, Object) - Static method in class com.google.api.client.http.UrlEncodedParser
-
Parses the given URL-encoded content into the given data object of data key name/value pairs, including support for repeating data key names.
- parse(Class<T>) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON object, array, or value into a new instance of the given destination class.
- parse(Class<T>, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Beta
Parse a JSON object, array, or value into a new instance of the given destination class, optionally using the given parser customizer. - parse(Object) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON object from the given JSON parser into the given destination object.
- parse(Object, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Beta
Parse a JSON object from the given JSON parser into the given destination object, optionally using the given parser customizer. - parse(Type, boolean) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON object, array, or value into a new instance of the given destination class.
- parse(Type, boolean, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Beta
Parse a JSON object, array, or value into a new instance of the given destination class, optionally using the given parser customizer. - parse(String) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Parser
-
Parses a JWS token into a parsed
JsonWebSignature
. - parse(String, Object) - Static method in class com.google.api.client.http.UrlEncodedParser
-
Parses the given URL-encoded content into the given data object of data key name/value pairs using
UrlEncodedParser.parse(Reader, Object)
. - parse(ArrayList<Type>, Object, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Parses the next field from the given JSON parser into the given destination object.
- parseAndClose(InputStream, Class<T>) - Static method in class com.google.api.client.protobuf.ProtocolBuffers
-
Parses protocol buffer content from an input stream (closing the input stream) into a protocol buffer message.
- parseAndClose(InputStream, Charset, Class<T>) - Method in class com.google.api.client.http.UrlEncodedParser
- parseAndClose(InputStream, Charset, Class<T>) - Method in class com.google.api.client.json.JsonObjectParser
- parseAndClose(InputStream, Charset, Class<T>) - Method in class com.google.api.client.protobuf.ProtoObjectParser
- parseAndClose(InputStream, Charset, Class<T>) - Method in interface com.google.api.client.util.ObjectParser
-
Parses the given input stream into a new instance of the the given data class of key/value pairs and closes the input stream.
- parseAndClose(InputStream, Charset, Class<T>) - Method in class com.google.api.client.xml.XmlObjectParser
- parseAndClose(InputStream, Charset, Type) - Method in class com.google.api.client.http.UrlEncodedParser
- parseAndClose(InputStream, Charset, Type) - Method in class com.google.api.client.json.JsonObjectParser
- parseAndClose(InputStream, Charset, Type) - Method in class com.google.api.client.protobuf.ProtoObjectParser
- parseAndClose(InputStream, Charset, Type) - Method in interface com.google.api.client.util.ObjectParser
-
Parses the given input stream into a new instance of the the given data type of key/value pairs and closes the input stream.
- parseAndClose(InputStream, Charset, Type) - Method in class com.google.api.client.xml.XmlObjectParser
- parseAndClose(Reader, Class<T>) - Method in class com.google.api.client.http.UrlEncodedParser
- parseAndClose(Reader, Class<T>) - Method in class com.google.api.client.json.JsonObjectParser
- parseAndClose(Reader, Class<T>) - Method in class com.google.api.client.protobuf.ProtoObjectParser
- parseAndClose(Reader, Class<T>) - Method in interface com.google.api.client.util.ObjectParser
-
Parses the given reader into a new instance of the the given data class of key/value pairs and closes the reader.
- parseAndClose(Reader, Class<T>) - Method in class com.google.api.client.xml.XmlObjectParser
- parseAndClose(Reader, Type) - Method in class com.google.api.client.http.UrlEncodedParser
- parseAndClose(Reader, Type) - Method in class com.google.api.client.json.JsonObjectParser
- parseAndClose(Reader, Type) - Method in class com.google.api.client.protobuf.ProtoObjectParser
- parseAndClose(Reader, Type) - Method in interface com.google.api.client.util.ObjectParser
-
Parses the given reader into a new instance of the the given data type of key/value pairs and closes the reader.
- parseAndClose(Reader, Type) - Method in class com.google.api.client.xml.XmlObjectParser
- parseAndClose(Class<T>) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON object, array, or value into a new instance of the given destination class, and then closes the parser.
- parseAndClose(Class<T>, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Beta
Parse a JSON object, array, or value into a new instance of the given destination class usingJsonParser.parse(Class, CustomizeJsonParser)
, and then closes the parser. - parseAndClose(Object) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON Object from the given JSON parser -- which is closed after parsing completes -- into the given destination object.
- parseAndClose(Object, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Beta
Parse a JSON Object from the given JSON parser -- which is closed after parsing completes -- into the given destination object, optionally using the given parser customizer. - parseArray(Class<?>, Class<T>) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON Array from the given JSON parser into the given destination collection.
- parseArray(Class<?>, Class<T>, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Beta
Parse a JSON Array from the given JSON parser into the given destination collection, optionally using the given parser customizer. - parseArray(Field, Collection<T>, Type, ArrayList<Type>, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON Array from the given JSON parser into the given destination collection, optionally using the given parser customizer.
- parseArray(Collection<? super T>, Class<T>) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON Array from the given JSON parser into the given destination collection.
- parseArray(Collection<? super T>, Class<T>, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Beta
Parse a JSON Array from the given JSON parser into the given destination collection, optionally using the given parser customizer. - parseArrayAndClose(Class<?>, Class<T>) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON Array from the given JSON parser (which is closed after parsing completes) into the given destination collection.
- parseArrayAndClose(Class<?>, Class<T>, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Beta
Parse a JSON Array from the given JSON parser (which is closed after parsing completes) into the given destination collection, optionally using the given parser customizer. - parseArrayAndClose(Collection<? super T>, Class<T>) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON Array from the given JSON parser (which is closed after parsing completes) into the given destination collection.
- parseArrayAndClose(Collection<? super T>, Class<T>, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Beta
Parse a JSON Array from the given JSON parser (which is closed after parsing completes) into the given destination collection, optionally using the given parser customizer. - parseAs(Class<T>) - Method in class com.google.api.client.http.HttpResponse
-
Parses the content of the HTTP response from
HttpResponse.getContent()
and reads it into a data class of key/value pairs using the parser returned byHttpRequest.getParser()
. - parseAs(Type) - Method in class com.google.api.client.http.HttpResponse
-
Parses the content of the HTTP response from
HttpResponse.getContent()
and reads it into a data type of key/value pairs using the parser returned byHttpRequest.getParser()
. - parseAsString() - Method in class com.google.api.client.http.HttpResponse
-
Parses the content of the HTTP response from
HttpResponse.getContent()
and reads it into a string. - parseAttributeOrTextContent(String, Field, Type, List<Type>, Object, GenericXml, Map<String, Object>, String) - Static method in class com.google.api.client.xml.Xml
-
Parses the string value of an attribute value or text content.
- parseElement(XmlPullParser, Object, XmlNamespaceDictionary, Xml.CustomizeParser) - Static method in class com.google.api.client.xml.Xml
-
Parses an XML element using the given XML pull parser into the given destination object.
- parseElementInternal(XmlPullParser, ArrayList<Type>, Object, Type, XmlNamespaceDictionary, Xml.CustomizeParser) - Static method in class com.google.api.client.xml.Xml
-
Returns whether the customize parser has requested to stop or reached end of document.
- parseEntryInternal() - Method in class com.google.api.client.http.xml.atom.AtomFeedParser
- parseEntryInternal() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Parses a single entry.
- parseFeed() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Parse the feed and return a new parsed instance of the feed type.
- parseHeader(String, String, HttpHeaders.ParseHeaderState) - Method in class com.google.api.client.http.HttpHeaders
-
Parses the specified case-insensitive header pair into this HttpHeaders instance.
- ParseHeaderState(HttpHeaders, StringBuilder) - Constructor for class com.google.api.client.http.HttpHeaders.ParseHeaderState
-
Initializes a new ParseHeaderState.
- parseMap(Field, Map<String, Object>, Type, ArrayList<Type>, CustomizeJsonParser) - Method in class com.google.api.client.json.JsonParser
-
Parse a JSON Object from the given JSON parser into the given destination map, optionally using the given parser customizer.
- parseNamespacesForElement(XmlPullParser, XmlNamespaceDictionary) - Static method in class com.google.api.client.xml.Xml
-
Parses the namespaces declared on the current element into the namespace dictionary.
- parseNextEntry() - Method in class com.google.api.client.http.xml.atom.AtomFeedParser
- parseNextEntry() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
Parse the next item in the feed and return a new parsed instance of the item type.
- parsePrimitiveValue(Type, String) - Static method in class com.google.api.client.util.Data
-
Parses the given string value based on the given primitive type.
- parser - Variable in class com.google.api.client.json.jackson.JacksonParser
- parser - Variable in class com.google.api.client.json.jackson2.JacksonParser
- parser - Variable in class com.google.api.client.xml.atom.AbstractAtomFeedParser
-
XML pull parser to use.
- parser(JsonFactory) - Static method in class com.google.api.client.json.webtoken.JsonWebSignature
-
Returns a new instance of a JWS parser.
- Parser(JsonFactory) - Constructor for class com.google.api.client.json.webtoken.JsonWebSignature.Parser
- parseRfc3339(String) - Static method in class com.google.api.client.util.DateTime
-
Parses an RFC3339 date/time value.
- parseTextContentForElement(XmlPullParser, List<Type>, boolean, Type) - Static method in class com.google.api.client.xml.Xml
- parseURL(String) - Static method in class com.google.api.client.http.GenericUrl
-
Returns the URI for the given encoded URL.
- parseValue(Field, Type, ArrayList<Type>, Object, CustomizeJsonParser, boolean) - Method in class com.google.api.client.json.JsonParser
-
Parse a value.
- parseValue(Type, List<Type>, String) - Static method in class com.google.api.client.http.HttpHeaders
- parseValue(Type, List<Type>, String) - Static method in class com.google.api.client.http.UrlEncodedParser
- parseValue(Type, List<Type>, String) - Static method in class com.google.api.client.xml.Xml
- Part() - Constructor for class com.google.api.client.http.MultipartContent.Part
- Part(HttpContent) - Constructor for class com.google.api.client.http.MultipartContent.Part
- Part(HttpHeaders, HttpContent) - Constructor for class com.google.api.client.http.MultipartContent.Part
- parts - Variable in class com.google.api.client.http.MultipartContent
-
Parts of the HTTP multipart request.
- password - Variable in class com.google.api.client.http.BasicAuthentication
- PATCH - Static variable in class com.google.api.client.http.HttpMethods
-
HTTP PATCH method.
- pathParts - Variable in class com.google.api.client.http.GenericUrl
-
Decoded path component by parts with each part separated by a
'/'
ornull
for none, for example"/m8/feeds/contacts/default/full"
is represented by"", "m8", "feeds", "contacts", "default", "full"
. - payload - Variable in class com.google.api.client.json.webtoken.JsonWebToken
-
Payload.
- Payload() - Constructor for class com.google.api.client.json.webtoken.JsonWebToken.Payload
- payloadClass - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Parser
-
Payload class to use for parsing.
- pem - Variable in class com.google.api.client.testing.json.webtoken.TestCertificates.CertData
- PemReader - Class in com.google.api.client.util
-
Beta
PEM file reader. - PemReader(Reader) - Constructor for class com.google.api.client.util.PemReader
- PemReader.Section - Class in com.google.api.client.util
-
Section in the PEM file.
- PercentEscaper - Class in com.google.api.client.util.escape
-
A
UnicodeEscaper
that escapes some set of Java characters using the URI percent encoding scheme. - PercentEscaper(String, boolean) - Constructor for class com.google.api.client.util.escape.PercentEscaper
-
Constructs a URI escaper with the specified safe characters and optional handling of the space character.
- persistenceManagerFactory - Variable in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
-
Persistence manager factory.
- persistenceManagerFactory - Variable in class com.google.api.client.extensions.jdo.JdoDataStoreFactory
-
Persistence manager factory.
- pets - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.HumanWithPets
- Platform - Class in com.google.api.client.util.escape
-
Methods factored out so that they can be emulated differently in GWT.
- Platform() - Constructor for class com.google.api.client.util.escape.Platform
- PLUS - com.google.api.client.http.UriTemplate.CompositeOutput
-
Reserved expansion.
- plusForSpace - Variable in class com.google.api.client.util.escape.PercentEscaper
-
If true we should convert space to the
+
character. - POLYMORPHIC_NUMERIC_TYPE_1 - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- POLYMORPHIC_NUMERIC_TYPE_2 - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- POLYMORPHIC_NUMERIC_UNSPECIFIED_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- POLYMORPHIC_SELF_REFERENCING - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- POLYMORPHIC_WITH_UNKNOWN_KEY - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- PolymorphicSelfReferencing() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicSelfReferencing
- PolymorphicWithDuplicateTypeKeys() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithDuplicateTypeKeys
- PolymorphicWithIllegalValueType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithIllegalValueType
- PolymorphicWithMultipleAnnotations() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations
- PolymorphicWithNumericType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithNumericType
- PolymorphicWithNumericValueType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithNumericValueType
- port - Variable in class com.google.api.client.http.GenericUrl
-
Port number or
-1
if undefined, for example443
. - POST - Static variable in class com.google.api.client.http.HttpMethods
-
HTTP POST method.
- Preconditions - Class in com.google.api.client.util
-
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
- Preconditions() - Constructor for class com.google.api.client.util.Preconditions
- PrivateUtils() - Constructor for class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils
- propagate(Throwable) - Static method in class com.google.api.client.util.Throwables
-
Propagates
throwable
as-is if it is an instance ofRuntimeException
orError
, or else as a last resort, wraps it in aRuntimeException
then propagates. - propagateIfPossible(Throwable) - Static method in class com.google.api.client.util.Throwables
-
Propagates
throwable
exactly as-is, if and only if it is an instance ofRuntimeException
orError
. - propagateIfPossible(Throwable, Class<X>) - Static method in class com.google.api.client.util.Throwables
-
Propagates
throwable
exactly as-is, if and only if it is an instance ofRuntimeException
,Error
, ordeclaredType
. - propertyPrefix - Variable in enum com.google.api.client.http.UriTemplate.CompositeOutput
- ProtocolBuffers - Class in com.google.api.client.protobuf
-
Beta
Utilities for protocol buffers. - ProtocolBuffers() - Constructor for class com.google.api.client.protobuf.ProtocolBuffers
- ProtoHttpContent - Class in com.google.api.client.http.protobuf
-
Beta
Serializes of a protocol buffer message to HTTP content. - ProtoHttpContent(MessageLite) - Constructor for class com.google.api.client.http.protobuf.ProtoHttpContent
- ProtoObjectParser - Class in com.google.api.client.protobuf
-
Beta
Parses protocol buffer HTTP response content into a protocol buffer message. - ProtoObjectParser() - Constructor for class com.google.api.client.protobuf.ProtoObjectParser
- proxy - Variable in class com.google.api.client.http.javanet.DefaultConnectionFactory
- proxy - Variable in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
HTTP proxy or
null
to use the proxy settings from system properties. - proxySelector - Variable in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
HTTP proxy selector to use
ProxySelectorRoutePlanner
ornull
forDefaultHttpRoutePlanner
. - publish(LogRecord) - Method in class com.google.api.client.testing.util.LogRecordingHandler
- put(Field, Class<?>, Object) - Method in class com.google.api.client.util.ArrayValueMap
-
Puts an additional value for the given field, accumulating values on repeated calls on the same field.
- put(String, Class<?>, Object) - Method in class com.google.api.client.util.ArrayValueMap
-
Puts an additional value for the given key name, accumulating values on repeated calls on the same key name.
- put(String, Object) - Method in class com.google.api.client.util.DataMap
- put(String, Object) - Method in class com.google.api.client.util.GenericData
- put(K, V) - Method in class com.google.api.client.util.ArrayMap
-
Sets the value for the given key, overriding any existing value.
- PUT - Static variable in class com.google.api.client.http.HttpMethods
-
HTTP PUT method.
- putAll(Map<? extends String, ?>) - Method in class com.google.api.client.util.GenericData
Q
- QUERY - com.google.api.client.http.UriTemplate.CompositeOutput
-
Form-style query expansion.
- quoteString(String) - Static method in class com.google.api.client.http.HttpMediaType
R
- randomizationFactor - Variable in class com.google.api.client.util.ExponentialBackOff.Builder
-
The randomization factor to use for creating a range around the retry interval.
- randomizationFactor - Variable in class com.google.api.client.util.ExponentialBackOff
-
The randomization factor to use for creating a range around the retry interval.
- range - Variable in class com.google.api.client.http.HttpHeaders
-
"Range"
header. - read() - Method in class com.google.api.client.http.javanet.NetHttpResponse.SizeValidatingInputStream
- read() - Method in class com.google.api.client.util.ByteStreams.LimitedInputStream
- read() - Method in class com.google.api.client.util.LoggingInputStream
- read(byte[], int, int) - Method in class com.google.api.client.http.javanet.NetHttpResponse.SizeValidatingInputStream
-
java.io.InputStream#read(byte[], int, int) swallows IOException thrown from read() so we have to override it.
- read(byte[], int, int) - Method in class com.google.api.client.util.ByteStreams.LimitedInputStream
- read(byte[], int, int) - Method in class com.google.api.client.util.LoggingInputStream
- read(InputStream, byte[], int, int) - Static method in class com.google.api.client.util.ByteStreams
-
Reads some bytes from an input stream and stores them into the buffer array
b
. - reader - Variable in class com.google.api.client.json.gson.GsonParser
- reader - Variable in class com.google.api.client.util.PemReader
-
Reader.
- readFirstSectionAndClose(Reader) - Static method in class com.google.api.client.util.PemReader
-
Reads the first section in the PEM file, and then closes the reader.
- readFirstSectionAndClose(Reader, String) - Static method in class com.google.api.client.util.PemReader
-
Reads the first section in the PEM file, optionally based on a title to look for, and then closes the reader.
- readNextSection() - Method in class com.google.api.client.util.PemReader
-
Reads the next section in the PEM file or
null
for end of file. - readNextSection(String) - Method in class com.google.api.client.util.PemReader
-
Reads the next section in the PEM file, optionally based on a title to look for.
- readObject(XmlPullParser, Type) - Method in class com.google.api.client.xml.XmlObjectParser
- readTimeout - Variable in class com.google.api.client.http.HttpRequest
-
Timeout in milliseconds to read data from an established connection or
0
for an infinite timeout. - reasonPhrase - Variable in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
HTTP reason phrase or
null
for none. - records - Variable in class com.google.api.client.testing.util.LogRecordingHandler
-
Stored records.
- ref() - Method in annotation type com.google.api.client.json.JsonPolymorphicTypeMap.TypeDef
-
The
Class
that is referenced by this key value. - remove() - Method in class com.google.api.client.util.ArrayMap.EntryIterator
- remove() - Method in class com.google.api.client.util.DataMap.EntryIterator
- remove() - Method in class com.google.api.client.util.GenericData.EntryIterator
- remove(int) - Method in class com.google.api.client.util.ArrayMap
-
Removes the key/value mapping at the given index, or ignored if the index is out of bounds.
- remove(Object) - Method in class com.google.api.client.util.ArrayMap
-
Removes the key-value pair of the given key, or ignore if the key cannot be found.
- remove(Object) - Method in class com.google.api.client.util.GenericData
- removed - Variable in class com.google.api.client.util.ArrayMap.EntryIterator
- removeFromDataIndexOfKey(int) - Method in class com.google.api.client.util.ArrayMap
-
Removes the key/value mapping at the given data index of key, or ignored if the index is out of bounds.
- removeParameter(String) - Method in class com.google.api.client.http.HttpMediaType
-
Removes the specified media parameter.
- request - Variable in class com.google.api.client.http.apache.ApacheHttpRequest
- request - Variable in class com.google.api.client.http.apache.ApacheHttpResponse
- request - Variable in class com.google.api.client.http.HttpResponse
-
HTTP request.
- requestMethod - Variable in class com.google.api.client.http.HttpRequest
-
HTTP request method or
null
for none. - requiresVarAssignment - Variable in enum com.google.api.client.http.UriTemplate.CompositeOutput
- requiresVarAssignment() - Method in enum com.google.api.client.http.UriTemplate.CompositeOutput
-
Returns whether or not the expanded template should contain an assignment with the variable.
- reservedExpansion - Variable in enum com.google.api.client.http.UriTemplate.CompositeOutput
- reset() - Method in interface com.google.api.client.http.BackOffPolicy
-
Deprecated.Reset Back off counters (if any) in an implementation-specific fashion.
- reset() - Method in class com.google.api.client.http.ExponentialBackOffPolicy
-
Deprecated.Sets the interval back to the initial retry interval and restarts the timer.
- reset() - Method in class com.google.api.client.testing.util.MockBackOff
- reset() - Method in interface com.google.api.client.util.BackOff
-
Reset to initial state.
- reset() - Method in class com.google.api.client.util.ByteStreams.LimitedInputStream
- reset() - Method in class com.google.api.client.util.ExponentialBackOff
-
Sets the interval back to the initial retry interval and restarts the timer.
- resolveTypeVariable(List<Type>, TypeVariable<?>) - Static method in class com.google.api.client.util.Types
-
Resolves the actual type of the given type variable that comes from a field type based on the given context list.
- resolveWildcardTypeOrTypeVariable(List<Type>, Type) - Static method in class com.google.api.client.util.Data
-
Aggressively resolves the given type in such a way that the resolved type is not a wildcard type or a type variable, returning
Object.class
if the type variable cannot be resolved. - response - Variable in class com.google.api.client.http.apache.ApacheHttpResponse
- response - Variable in class com.google.api.client.http.HttpResponse
-
Low-level HTTP response.
- response - Variable in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
HTTP response to return from
MockLowLevelHttpRequest.execute()
. - responseCode - Variable in class com.google.api.client.http.javanet.NetHttpResponse
- responseCode - Variable in class com.google.api.client.testing.http.apache.MockHttpClient
-
HTTP response code to use.
- responseHeaders - Variable in class com.google.api.client.http.HttpRequest
-
HTTP response headers.
- responseInterceptor - Variable in class com.google.api.client.http.HttpRequest
-
HTTP response interceptor or
null
for none. - responseMessage - Variable in class com.google.api.client.http.javanet.NetHttpResponse
- retryAfter - Variable in class com.google.api.client.http.HttpHeaders
-
"Retry-After"
header. - retryOnExecuteIOException - Variable in class com.google.api.client.http.HttpRequest
-
Deprecated.
- retrySupported - Variable in class com.google.api.client.http.InputStreamContent
-
Whether or not retry is supported.
- retrySupported() - Method in class com.google.api.client.http.AbstractHttpContent
-
Default implementation returns
true
, but subclasses may override. - retrySupported() - Method in class com.google.api.client.http.ByteArrayContent
- retrySupported() - Method in class com.google.api.client.http.EmptyContent
- retrySupported() - Method in class com.google.api.client.http.FileContent
- retrySupported() - Method in interface com.google.api.client.http.HttpContent
-
Returns whether or not retry is supported on this content type.
- retrySupported() - Method in class com.google.api.client.http.InputStreamContent
- retrySupported() - Method in class com.google.api.client.http.MultipartContent
- retrySupported() - Method in class com.google.api.client.testing.http.MockHttpContent
- RFC3339_PATTERN - Static variable in class com.google.api.client.util.DateTime
-
Regular expression for parsing RFC3339 date/times.
S
- s - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.V
- SAFE_PLUS_RESERVED_CHARS_URLENCODER - Static variable in class com.google.api.client.util.escape.PercentEscaper
-
Contains the save characters plus all reserved characters.
- SAFECHARS_URLENCODER - Static variable in class com.google.api.client.util.escape.PercentEscaper
-
A string of safe characters that mimics the behavior of
URLEncoder
. - safeOctets - Variable in class com.google.api.client.util.escape.PercentEscaper
-
An array of flags where for any
char c
ifsafeOctets[c]
is true thenc
should remain unmodified in the output. - SAFEPATHCHARS_URLENCODER - Static variable in class com.google.api.client.util.escape.PercentEscaper
-
A string of characters that do not need to be encoded when used in URI path segments, as specified in RFC 3986.
- SAFEQUERYSTRINGCHARS_URLENCODER - Static variable in class com.google.api.client.util.escape.PercentEscaper
-
A string of characters that do not need to be encoded when used in URI query strings, as specified in RFC 3986.
- SAFEUSERINFOCHARS_URLENCODER - Static variable in class com.google.api.client.util.escape.PercentEscaper
-
A string of characters that do not need to be encoded when used in URI user info part, as specified in RFC 3986.
- save() - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
-
Persist the key-value map into storage at the end of
AbstractMemoryDataStore.set(java.lang.String, V)
,AbstractMemoryDataStore.delete(String)
, andAbstractMemoryDataStore.clear()
. - save() - Method in class com.google.api.client.util.store.FileDataStoreFactory.FileDataStore
- sawOpcode(int) - Method in class com.google.api.client.findbugs.BetaDetector
- scheme - Variable in class com.google.api.client.http.GenericUrl
-
Scheme (lowercase), for example
"https"
. - Section(String, byte[]) - Constructor for class com.google.api.client.util.PemReader.Section
- SecurityTestUtils - Class in com.google.api.client.testing.util
- SecurityTestUtils() - Constructor for class com.google.api.client.testing.util.SecurityTestUtils
- SecurityUtils - Class in com.google.api.client.util
-
Utilities related to Java security.
- SecurityUtils() - Constructor for class com.google.api.client.util.SecurityUtils
- SEMI_COLON - com.google.api.client.http.UriTemplate.CompositeOutput
-
Path segment parameter expansion.
- serialize(boolean, Object) - Method in class com.google.api.client.json.JsonGenerator
- serialize(Object) - Method in class com.google.api.client.json.JsonGenerator
-
Serializes the given JSON value object, or if
value
isnull
it does no serialization. - serialize(Object) - Static method in class com.google.api.client.util.IOUtils
-
Serializes the given object value to a newly allocated byte array.
- serialize(Object, OutputStream) - Static method in class com.google.api.client.util.IOUtils
-
Serializes the given object value to an output stream, and close the output stream.
- serialize(XmlSerializer, String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- serialize(XmlSerializer, String, Object) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Shows a debug string representation of an element data object of key/value pairs.
- serialize(XmlSerializer, String, Object, boolean) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
- serialize(XmlSerializer, String, String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- serialize(XmlSerializer, String, String, Object) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Shows a debug string representation of an element data object of key/value pairs.
- serialize(XmlSerializer, String, String, Object, boolean) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
- serialize(V) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoValue
- serializeHeaders(HttpHeaders, StringBuilder, StringBuilder, Logger, LowLevelHttpRequest) - Static method in class com.google.api.client.http.HttpHeaders
-
Serializes headers to an
LowLevelHttpRequest
. - serializeHeaders(HttpHeaders, StringBuilder, StringBuilder, Logger, LowLevelHttpRequest, Writer) - Static method in class com.google.api.client.http.HttpHeaders
- serializeHeadersForMultipartRequests(HttpHeaders, StringBuilder, Logger, Writer) - Static method in class com.google.api.client.http.HttpHeaders
-
Serializes headers to an
Writer
for Multi-part requests. - serialVersionUID - Static variable in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey
- serialVersionUID - Static variable in exception com.google.api.client.http.HttpResponseException
- serialVersionUID - Static variable in class com.google.api.client.json.gson.GsonGenerator.StringNumber
- serialVersionUID - Static variable in class com.google.api.client.util.DateTime
- set(int, K, V) - Method in class com.google.api.client.util.ArrayMap
-
Sets the key/value mapping at the given index, overriding any existing key/value mapping.
- set(int, V) - Method in class com.google.api.client.util.ArrayMap
-
Sets the value at the given index, overriding any existing value mapping.
- set(String, Object) - Method in class com.google.api.client.http.GenericUrl
- set(String, Object) - Method in class com.google.api.client.http.HttpHeaders
- set(String, Object) - Method in class com.google.api.client.json.GenericJson
- set(String, Object) - Method in class com.google.api.client.json.rpc2.JsonRpcRequest
- set(String, Object) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
- set(String, Object) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Header
- set(String, Object) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
- set(String, Object) - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest.ExtendsGenericJson
- set(String, Object) - Method in class com.google.api.client.util.GenericData
-
Sets the given field value (may be
null
) for the given field name. - set(String, Object) - Method in class com.google.api.client.xml.GenericXml
- set(String, String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Adds a namespace of the given alias and URI.
- set(String, V) - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
- set(String, V) - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- set(String, V) - Method in interface com.google.api.client.util.store.DataStore
-
Stores the given value for the given key (replacing any existing value).
- setAccept(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Accept"
header ornull
for none. - setAcceptEncoding(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Accept-Encoding"
header ornull
for none. - setAge(Long) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Age"
header ornull
for none. - setAlgorithm(String) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Sets the algorithm header parameter that identifies the cryptographic algorithm used to secure the JWS or
null
for none. - setAudience(Object) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Sets the audience claim that identifies the audience that the JWT is intended for (should either be a
String
or aList<String>
) ornull
for none. - setAuthenticate(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"WWW-Authenticate"
header ornull
for none. - setAuthorization(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Authorization"
header ornull
for none. - setAuthorization(List<String>) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Authorization"
header ornull
for none. - setBackOffMillis(long) - Method in class com.google.api.client.testing.util.MockBackOff
-
Sets the fixed back-off milliseconds (defaults to
0
). - setBackOffPolicy(BackOffPolicy) - Method in class com.google.api.client.http.HttpRequest
-
Deprecated.(scheduled to be removed in 1.18). Use
HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler)
with a newHttpBackOffUnsuccessfulResponseHandler
instead. - setBackOffRequired(HttpBackOffUnsuccessfulResponseHandler.BackOffRequired) - Method in class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Sets the
HttpBackOffUnsuccessfulResponseHandler.BackOffRequired
instance which determines if back-off is required based on an abnormal HTTP response. - setBasicAuthentication(String, String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
HttpHeaders.authorization
header as specified in Basic Authentication Scheme. - setBoundary(String) - Method in class com.google.api.client.http.MultipartContent
-
Sets the boundary string to use.
- setCacheControl(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Cache-Control"
header ornull
for none. - setCharsetParameter(Charset) - Method in class com.google.api.client.http.HttpMediaType
-
Sets the charset parameter of the media type.
- setCloseInputStream(boolean) - Method in class com.google.api.client.http.AbstractInputStreamContent
-
Sets whether the input stream should be closed at the end of
AbstractInputStreamContent.writeTo(java.io.OutputStream)
. - setCloseInputStream(boolean) - Method in class com.google.api.client.http.ByteArrayContent
- setCloseInputStream(boolean) - Method in class com.google.api.client.http.FileContent
- setCloseInputStream(boolean) - Method in class com.google.api.client.http.InputStreamContent
- setConnectionFactory(ConnectionFactory) - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
- setConnectTimeout(int) - Method in class com.google.api.client.http.HttpRequest
-
Sets the timeout in milliseconds to establish a connection or
0
for an infinite timeout. - setContent(byte[]) - Method in class com.google.api.client.testing.http.MockHttpContent
-
Sets the HTTP content.
- setContent(byte[]) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the response content to the given byte array.
- setContent(HttpContent) - Method in class com.google.api.client.http.HttpRequest
-
Sets the HTTP request content or
null
for none. - setContent(HttpContent) - Method in class com.google.api.client.http.MultipartContent.Part
-
Sets the HTTP content or
null
for none. - setContent(InputStream) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the input stream content of HTTP response or
null
for none. - setContent(String) - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Sets the HTTP response content or
null
for none. - setContent(String) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the response content to the given content string.
- setContentEncoding(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Content-Encoding"
header ornull
for none. - setContentEncoding(String) - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Sets the content encoding (for example
"gzip"
) ornull
for none. - setContentEncoding(String) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the content encoding or
null
for none. - setContentLength(long) - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Sets the content length or less than zero if not known.
- setContentLength(long) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the content length or
-1
for unknown. - setContentLength(Long) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Content-Length"
header ornull
for none. - setContentLoggingLimit(int) - Method in class com.google.api.client.http.HttpRequest
-
Set the limit to the content size that will be logged during
HttpRequest.execute()
. - setContentLoggingLimit(int) - Method in class com.google.api.client.http.HttpResponse
-
Set the limit to the content size that will be logged during
HttpResponse.getContent()
. - setContentMD5(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Content-MD5"
header ornull
for none. - setContentParts(Collection<? extends HttpContent>) - Method in class com.google.api.client.http.MultipartContent
-
Sets the HTTP content parts of the HTTP multipart request, where each part is assumed to have no HTTP headers and no encoding.
- setContentRange(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Content-Range"
header ornull
for none. - setContentType(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Content-Type"
header ornull
for none. - setContentType(String) - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Sets the content type or
null
for none. - setContentType(String) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Header
-
Sets the content type header parameter used to declare structural information about the JWT or
null
for none. - setContentType(String) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the content type of HTTP response or
null
for none. - setCookie(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Cookie"
header ornull
for none. - setCritical(List<String>) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Sets the array listing the header parameter names that define extensions that are used in the JWS header that MUST be understood and processed or
null
for none. - setCurlLoggingEnabled(boolean) - Method in class com.google.api.client.http.HttpRequest
-
Sets whether logging in form of curl commands should be enabled for this request.
- setData(int, K, V) - Method in class com.google.api.client.util.ArrayMap
- setData(Object) - Method in class com.google.api.client.http.UrlEncodedContent
-
Sets the key name/value data.
- setDataCapacity(int) - Method in class com.google.api.client.util.ArrayMap
- setDate(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Date"
header ornull
for none. - setDoOutput(boolean) - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- setEncoding(HttpEncoding) - Method in class com.google.api.client.http.HttpRequest
-
Sets the HTTP content encoding or
null
for none. - setEncoding(HttpEncoding) - Method in class com.google.api.client.http.MultipartContent.Part
-
Sets the HTTP encoding or
null
for none. - setErrorStream(InputStream) - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Sets the error stream.
- setETag(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"ETag"
header ornull
for none. - setExpirationTimeSeconds(Long) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Sets the expiration time claim that identifies the expiration time (in seconds) on or after which the token MUST NOT be accepted for processing or
null
for none. - setExpires(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Expires"
header ornull
for none. - setFactory(JsonFactory) - Method in class com.google.api.client.json.GenericJson
-
Sets the JSON factory or
null
for none. - setFieldValue(Field, Object, Object) - Static method in class com.google.api.client.util.FieldInfo
-
Sets to the given value of the given field in the given object instance using reflection.
- setFollowRedirects(boolean) - Method in class com.google.api.client.http.HttpRequest
-
Sets whether to follow redirects automatically.
- setFragment(String) - Method in class com.google.api.client.http.GenericUrl
-
Sets the fragment component or
null
for none. - setHeaderClass(Class<? extends JsonWebSignature.Header>) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Parser
-
Sets the header class to use for parsing.
- setHeaderNames(List<String>) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the list of header names of HTTP response.
- setHeaders(HttpHeaders) - Method in class com.google.api.client.http.HttpRequest
-
Sets the HTTP request headers.
- setHeaders(HttpHeaders) - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Sets the HTTP response headers.
- setHeaders(HttpHeaders) - Method in class com.google.api.client.http.MultipartContent.Part
-
Sets the HTTP headers or
null
for none. - setHeaderValues(List<String>) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the list of header values of HTTP response.
- setHost(String) - Method in class com.google.api.client.http.GenericUrl
-
Sets the host, for example
"www.google.com"
. - setHostnameVerifier(HostnameVerifier) - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Sets the host name verifier or
null
for the default. - setId(Object) - Method in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Sets the identifier established by the client that must be a string or a number or
null
for a notification and therefore not expect to receive a response. - setIfMatch(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"If-Match"
header ornull
for none. - setIfModifiedSince(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"If-Modified-Since"
header ornull
for none. - setIfNoneMatch(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"If-None-Match"
header ornull
for none. - setIfRange(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"If-Range"
header ornull
for none. - setIfUnmodifiedSince(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"If-Unmodified-Since"
header ornull
for none. - setInitialIntervalMillis(int) - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Sets the initial retry interval in milliseconds.
- setInitialIntervalMillis(int) - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Sets the initial retry interval in milliseconds.
- setInputStream(InputStream) - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Sets the input stream.
- setInterceptor(HttpExecuteInterceptor) - Method in class com.google.api.client.http.HttpRequest
-
Sets the HTTP request execute interceptor to intercept the start of
HttpRequest.execute()
(before executing the HTTP request) ornull
for none. - setIOExceptionHandler(HttpIOExceptionHandler) - Method in class com.google.api.client.http.HttpRequest
- setIssuedAtTimeSeconds(Long) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Sets the issued at claim that identifies the time (in seconds) at which the JWT was issued or
null
for none. - setIssuer(String) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Sets the issuer claim that identifies the principal that issued the JWT or
null
for none. - setJwk(String) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Sets the JSON Web Key header parameter that is a public key that corresponds to the key used to digitally sign the JWS or
null
for none. - setJwkUrl(String) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Sets the JSON Web Key URL header parameter that is an absolute URL that refers to a resource for a set of JSON-encoded public keys, one of which corresponds to the key that was used to digitally sign the JWS or
null
for none. - setJwtId(String) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Sets the JWT ID claim that provides a unique identifier for the JWT or
null
for none. - setKeyId(String) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Sets the key ID header parameter that is a hint indicating which specific key owned by the signer should be used to validate the digital signature or
null
for none. - setLastModified(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Last-Modified"
header ornull
for none. - setLength(long) - Method in class com.google.api.client.http.InputStreamContent
-
Sets the content length or less than zero if not known.
- setLength(long) - Method in class com.google.api.client.testing.http.MockHttpContent
-
Returns the HTTP content length or
-1
for unknown. - setLocation(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Location"
header ornull
for none. - setLoggingEnabled(boolean) - Method in class com.google.api.client.http.HttpRequest
-
Sets whether logging should be enabled for this request.
- setLoggingEnabled(boolean) - Method in class com.google.api.client.http.HttpResponse
-
Sets whether logging should be enabled on this response.
- setLowLevelHttpRequest(MockLowLevelHttpRequest) - Method in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
Sets the
MockLowLevelHttpRequest
that will be returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
, if non-null
. - setLowLevelHttpResponse(MockLowLevelHttpResponse) - Method in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
Sets the
MockLowLevelHttpResponse
that will be the result when theMockLowLevelHttpRequest
returned byMockHttpTransport.buildRequest(java.lang.String, java.lang.String)
is executed. - setMaxElapsedTimeMillis(int) - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Sets the maximum elapsed time in milliseconds.
- setMaxElapsedTimeMillis(int) - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Sets the maximum elapsed time in milliseconds.
- setMaxIntervalMillis(int) - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Sets the maximum value of the back off period in milliseconds.
- setMaxIntervalMillis(int) - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Sets the maximum value of the back off period in milliseconds.
- setMaxTries(int) - Method in class com.google.api.client.testing.util.MockBackOff
-
Sets the maximum number of tries before returning
BackOff.STOP
(defaults to10
). - setMediaType(HttpMediaType) - Method in class com.google.api.client.http.AbstractHttpContent
-
Sets the media type to use for the Content-Type header, or
null
if unspecified. - setMediaType(HttpMediaType) - Method in class com.google.api.client.http.json.JsonHttpContent
- setMediaType(HttpMediaType) - Method in class com.google.api.client.http.MultipartContent
- setMediaType(HttpMediaType) - Method in class com.google.api.client.http.protobuf.ProtoHttpContent
- setMediaType(HttpMediaType) - Method in class com.google.api.client.http.UrlEncodedContent
- setMediaType(HttpMediaType) - Method in class com.google.api.client.http.xml.AbstractXmlHttpContent
- setMediaType(HttpMediaType) - Method in class com.google.api.client.http.xml.atom.AtomContent
- setMediaType(HttpMediaType) - Method in class com.google.api.client.http.xml.XmlHttpContent
- setMessage(String) - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Sets the detail message to use or
null
for none. - setMethod(String) - Method in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Sets the name of the method to be invoked.
- setMimeVersion(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"MIME-Version"
header ornull
for none. - setMultiplier(double) - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Sets the value to multiply the current interval with for each retry attempt.
- setMultiplier(double) - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Sets the value to multiply the current interval with for each retry attempt.
- setNanoClock(NanoClock) - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Sets the nano clock (
NanoClock.SYSTEM
by default). - setNanoClock(NanoClock) - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Sets the nano clock (
NanoClock.SYSTEM
by default). - setNotBeforeTimeSeconds(Long) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Sets the not before claim that identifies the time (in seconds) before which the token MUST NOT be accepted for processing or
null
for none. - setNumberOfRetries(int) - Method in class com.google.api.client.http.HttpRequest
-
Sets the number of retries that will be allowed to execute before the request will be terminated or
0
to not retry requests. - setOutputStream(OutputStream) - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Sets the output stream or
null
to throw anUnknownServiceException
whenMockHttpURLConnection.getOutputStream()
is called. - setParameter(String, String) - Method in class com.google.api.client.http.HttpMediaType
-
Sets the media parameter to the specified value.
- setParameters(Object) - Method in class com.google.api.client.json.rpc2.JsonRpcRequest
-
Sets the structured value that holds the parameter values to be used during the invocation of the method or
null
for none. - setParser(ObjectParser) - Method in class com.google.api.client.http.HttpRequest
-
Sets the
ObjectParser
used to parse the response to this request ornull
for none. - setParts(Collection<MultipartContent.Part>) - Method in class com.google.api.client.http.MultipartContent
-
Sets the parts of the HTTP multipart request.
- setPathParts(List<String>) - Method in class com.google.api.client.http.GenericUrl
-
Sets the decoded path component by parts with each part separated by a
'/'
ornull
for none. - setPayloadClass(Class<? extends JsonWebToken.Payload>) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Parser
-
Sets the payload class to use for parsing.
- setPermissionsToOwnerOnly(File) - Static method in class com.google.api.client.util.store.FileDataStoreFactory
-
Attempts to set the given file's permissions such that it can only be read, written, and executed by the file's owner.
- setPort(int) - Method in class com.google.api.client.http.GenericUrl
-
Sets the port number, for example
443
. - setProxy(Proxy) - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Sets the HTTP proxy or
null
to use the proxy settings from system properties. - setProxy(HttpHost) - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Sets the HTTP proxy to use
DefaultHttpRoutePlanner
ornull
to useApacheHttpTransport.Builder.setProxySelector(ProxySelector)
withProxySelector.getDefault()
. - setProxySelector(ProxySelector) - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Sets the HTTP proxy selector to use
ProxySelectorRoutePlanner
ornull
forDefaultHttpRoutePlanner
. - setRandomizationFactor(double) - Method in class com.google.api.client.http.ExponentialBackOffPolicy.Builder
-
Deprecated.Sets the randomization factor to use for creating a range around the retry interval.
- setRandomizationFactor(double) - Method in class com.google.api.client.util.ExponentialBackOff.Builder
-
Sets the randomization factor to use for creating a range around the retry interval.
- setRange(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Range"
header ornull
for none. - setRawPath(String) - Method in class com.google.api.client.http.GenericUrl
-
Sets the
GenericUrl.pathParts
from the given raw encoded path. - setReadTimeout(int) - Method in class com.google.api.client.http.HttpRequest
-
Sets the timeout in milliseconds to read data from an established connection or
0
for an infinite timeout. - setReasonPhrase(String) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the HTTP reason phrase or
null
for none. - setRequestMethod(String) - Method in class com.google.api.client.http.HttpRequest
-
Sets the HTTP request method or
null
for none. - setResponse(MockLowLevelHttpResponse) - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Sets the HTTP response to return from
MockLowLevelHttpRequest.execute()
. - setResponseCode(int) - Method in class com.google.api.client.testing.http.apache.MockHttpClient
-
Sets the HTTP response code to use.
- setResponseCode(int) - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
-
Sets the HTTP response status code.
- setResponseHeaders(HttpHeaders) - Method in class com.google.api.client.http.HttpRequest
-
Sets the HTTP response headers.
- setResponseInterceptor(HttpResponseInterceptor) - Method in class com.google.api.client.http.HttpRequest
-
Sets the HTTP response interceptor or
null
for none. - setRetryAfter(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"Retry-After"
header ornull
for none. - setRetryOnExecuteIOException(boolean) - Method in class com.google.api.client.http.HttpRequest
-
Deprecated.(scheduled to be removed in 1.18) Use
HttpRequest.setIOExceptionHandler(HttpIOExceptionHandler)
instead. - setRetrySupported(boolean) - Method in class com.google.api.client.http.InputStreamContent
-
Sets whether or not retry is supported.
- Sets - Class in com.google.api.client.util
-
Static utility methods pertaining to
Set
instances. - Sets() - Constructor for class com.google.api.client.util.Sets
- setScheme(String) - Method in class com.google.api.client.http.GenericUrl
-
Sets the scheme (lowercase), for example
"https"
. - setSleeper(Sleeper) - Method in class com.google.api.client.http.HttpBackOffIOExceptionHandler
-
Sets the sleeper.
- setSleeper(Sleeper) - Method in class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Sets the sleeper.
- setSleeper(Sleeper) - Method in class com.google.api.client.http.HttpRequest
-
Sets the sleeper.
- setSlugHeader(HttpHeaders, String) - Static method in class com.google.api.client.xml.atom.Atom
-
Sets the
"Slug"
header, properly escaping the header value. - setSocketFactory(SSLSocketFactory) - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Sets the SSL socket factory (
SSLSocketFactory.getSocketFactory()
by default). - setSslSocketFactory(SSLSocketFactory) - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Sets the SSL socket factory or
null
for the default. - setStatusCode(int) - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Sets the HTTP status code or
0
for none. - setStatusCode(int) - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the status code of HTTP response.
- setStatusMessage(String) - Method in class com.google.api.client.http.HttpResponseException.Builder
-
Sets the HTTP status message or
null
for none. - setStreamingContent(StreamingContent) - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Sets the streaming content or
null
for no content. - setSubject(String) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Sets the subject claim identifying the principal that is the subject of the JWT or
null
for none. - setSubType(String) - Method in class com.google.api.client.http.HttpMediaType
-
Sets the sub media type, for example
"plain"
when using"text"
. - setSupportedMethods(Set<String>) - Method in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
Sets the supported HTTP methods or
null
to specify that all methods are supported. - setSuppressUserAgentSuffix(boolean) - Method in class com.google.api.client.http.HttpRequest
-
Sets whether to not add the suffix
HttpRequest.USER_AGENT_SUFFIX
to the User-Agent header. - setThrowExceptionOnExecuteError(boolean) - Method in class com.google.api.client.http.HttpRequest
-
Sets whether to throw an exception at the end of
HttpRequest.execute()
on a HTTP error code (non-2XX) after all retries and response handlers have been exhausted. - setTime(long) - Method in class com.google.api.client.testing.http.FixedClock
-
Changes the time value this time provider is returning.
- setTimeout(int, int) - Method in class com.google.api.client.http.apache.ApacheHttpRequest
- setTimeout(int, int) - Method in class com.google.api.client.http.javanet.NetHttpRequest
- setTimeout(int, int) - Method in class com.google.api.client.http.LowLevelHttpRequest
-
Sets the connection and read timeouts.
- setType(String) - Method in class com.google.api.client.http.AbstractInputStreamContent
-
Sets the content type or
null
for none. - setType(String) - Method in class com.google.api.client.http.ByteArrayContent
- setType(String) - Method in class com.google.api.client.http.FileContent
- setType(String) - Method in class com.google.api.client.http.HttpMediaType
-
Sets the (main) media type, for example
"text"
. - setType(String) - Method in class com.google.api.client.http.InputStreamContent
- setType(String) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
- setType(String) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Header
-
Sets the type header parameter used to declare the type of this object or
null
for none. - setType(String) - Method in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Sets the type claim that is used to declare a type for the contents of this JWT Claims Set or
null
for none. - setType(String) - Method in class com.google.api.client.testing.http.MockHttpContent
-
Sets the HTTP content type or
null
for none. - setUnknownKeys(Map<String, Object>) - Method in class com.google.api.client.util.GenericData
-
Sets the map of unknown data key name to value.
- setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler) - Method in class com.google.api.client.http.HttpRequest
-
Sets the HTTP unsuccessful (non-2XX) response handler or
null
for none. - setUp() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- setUrl(GenericUrl) - Method in class com.google.api.client.http.HttpRequest
-
Sets the HTTP request URL.
- setUrl(String) - Method in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Sets the request URL or
null
for none. - setUserAgent(String) - Method in class com.google.api.client.http.HttpHeaders
-
Sets the
"User-Agent"
header ornull
for none. - setUserInfo(String) - Method in class com.google.api.client.http.GenericUrl
-
Sets the user info or
null
for none, for example"username:password"
. - setValue(Object) - Method in class com.google.api.client.util.DataMap.Entry
- setValue(Object, Object) - Method in class com.google.api.client.util.FieldInfo
-
Sets to the given value of the field in the given object instance using reflection.
- setValue(Object, Field, Object, GenericXml, Map<String, Object>, String) - Static method in class com.google.api.client.xml.Xml
-
Sets the value of a given field or map entry.
- setValue(V) - Method in class com.google.api.client.util.ArrayMap.Entry
- setValues() - Method in class com.google.api.client.util.ArrayValueMap
-
Sets the fields of the given object using the values collected during parsing of the object's fields.
- setWrapperKey(String) - Method in class com.google.api.client.http.json.JsonHttpContent
-
Sets the wrapper key for the JSON content or
null
for none. - setWrapperKeys(Collection<String>) - Method in class com.google.api.client.json.JsonObjectParser.Builder
-
Sets the wrapper keys for the JSON content.
- setX509Certificate(String) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Deprecated.
- setX509Certificates(List<String>) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Sets the X.509 certificate chain header parameter contains the X.509 public key certificate or certificate chain corresponding to the key used to digitally sign the JWS or
null
for none. - setX509Thumbprint(String) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Sets the X.509 certificate thumbprint header parameter that provides a base64url encoded SHA-1 thumbprint (a.k.a.
- setX509Url(String) - Method in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
Sets the X.509 URL header parameter that is an absolute URL that refers to a resource for the X.509 public key certificate or certificate chain corresponding to the key used to digitally sign the JWS or
null
for none. - setZeroContent() - Method in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Sets the content to
null
and the content length to 0. - shortObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- shortObjValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- shortValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypes
- shortValue - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.NumberTypesAsString
- shutdown() - Method in class com.google.api.client.http.apache.ApacheHttpTransport
-
Shuts down the connection manager and releases allocated resources.
- shutdown() - Method in class com.google.api.client.http.HttpTransport
-
Default implementation does nothing, but subclasses may override to possibly release allocated system resources or close connections.
- sign(Signature, PrivateKey, byte[]) - Static method in class com.google.api.client.util.SecurityUtils
-
Signs content using a private key.
- signatureBytes - Variable in class com.google.api.client.json.webtoken.JsonWebSignature
-
Bytes of the signature.
- signedContentBytes - Variable in class com.google.api.client.json.webtoken.JsonWebSignature
-
Bytes of the signature content.
- signUsingRsaSha256(PrivateKey, JsonFactory, JsonWebSignature.Header, JsonWebToken.Payload) - Static method in class com.google.api.client.json.webtoken.JsonWebSignature
-
Signs a given JWS header and payload based on the given private key using RSA and SHA-256 as described in JWS using RSA SHA-256.
- simple - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.WildCardTypes
- Simple() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.Simple
- SIMPLE - com.google.api.client.http.UriTemplate.CompositeOutput
-
Simple expansion.
- SIMPLE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- SIMPLE_GENERIC_URL - Static variable in class com.google.api.client.testing.http.HttpTesting
-
A simple generic URL for testing of value
HttpTesting.SIMPLE_URL
. - SIMPLE_URL - Static variable in class com.google.api.client.testing.http.HttpTesting
-
A simple string URL for testing of value
"http://google.com/"
. - SIMPLE_WRAPPED - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- size - Variable in class com.google.api.client.util.ArrayMap
- size() - Method in class com.google.api.client.util.ArrayMap.EntrySet
- size() - Method in class com.google.api.client.util.ArrayMap
-
Returns the number of key-value pairs set.
- size() - Method in class com.google.api.client.util.DataMap.EntrySet
- size() - Method in class com.google.api.client.util.GenericData.EntrySet
- size() - Method in class com.google.api.client.util.store.AbstractDataStore
-
Returns the number of stored keys.
- size() - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- size() - Method in interface com.google.api.client.util.store.DataStore
-
Returns the number of stored keys.
- SizeValidatingInputStream(InputStream) - Constructor for class com.google.api.client.http.javanet.NetHttpResponse.SizeValidatingInputStream
- skip(long) - Method in class com.google.api.client.util.ByteStreams.LimitedInputStream
- skipChildren() - Method in class com.google.api.client.json.gson.GsonParser
- skipChildren() - Method in class com.google.api.client.json.jackson.JacksonParser
- skipChildren() - Method in class com.google.api.client.json.jackson2.JacksonParser
- skipChildren() - Method in class com.google.api.client.json.JsonParser
-
Skips to the matching
JsonToken.END_ARRAY
if current token isJsonToken.START_ARRAY
, the matchingJsonToken.END_OBJECT
if the current token isJsonToken.START_OBJECT
, else does nothing. - skipChildren() - Method in class com.google.api.client.testing.json.MockJsonParser
- skipToKey(String) - Method in class com.google.api.client.json.JsonParser
-
Skips the values of all keys in the current object until it finds the given key.
- skipToKey(Set<String>) - Method in class com.google.api.client.json.JsonParser
-
Skips the values of all keys in the current object until it finds one of the given keys.
- sleep(long) - Method in class com.google.api.client.testing.util.MockSleeper
- sleep(long) - Method in interface com.google.api.client.util.Sleeper
-
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds as specified in
Thread.sleep(long)
. - sleeper - Variable in class com.google.api.client.http.HttpBackOffIOExceptionHandler
-
Sleeper.
- sleeper - Variable in class com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Sleeper.
- sleeper - Variable in class com.google.api.client.http.HttpRequest
-
Sleeper.
- Sleeper - Interface in com.google.api.client.util
-
Sleeper interface to use for requesting the current thread to sleep as specified in
Thread.sleep(long)
. - SLUG_ESCAPER - Static variable in class com.google.api.client.xml.atom.Atom
-
Escaper for the
Slug
header. - socketFactory - Variable in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
SSL socket factory.
- socketFactory - Variable in class com.google.api.client.http.apache.SSLSocketFactoryExtension
-
Wrapped Java SSL socket factory.
- sslSocketFactory - Variable in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
SSL socket factory or
null
for the default. - sslSocketFactory - Variable in class com.google.api.client.http.javanet.NetHttpTransport
-
SSL socket factory or
null
for the default. - SSLSocketFactoryExtension - Class in com.google.api.client.http.apache
-
Implementation of SSL socket factory that extends Apache's implementation to provide functionality missing from the Android SDK that is available in Apache HTTP Client.
- SSLSocketFactoryExtension(SSLContext) - Constructor for class com.google.api.client.http.apache.SSLSocketFactoryExtension
- SslUtils - Class in com.google.api.client.util
-
SSL utilities.
- SslUtils() - Constructor for class com.google.api.client.util.SslUtils
- START_ARRAY - com.google.api.client.json.JsonToken
-
Start of a JSON array ('[').
- START_OBJECT - com.google.api.client.json.JsonToken
-
Start of a JSON object ('{').
- startDoc(XmlSerializer, Object, boolean, String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
- startedUnknown - Variable in class com.google.api.client.util.GenericData.EntryIterator
-
Whether we've started iterating over the unknown keys.
- startParsing() - Method in class com.google.api.client.json.JsonParser
-
Starts parsing that handles start of input by calling
JsonParser.nextToken()
. - startParsingObjectOrArray() - Method in class com.google.api.client.json.JsonParser
-
Starts parsing an object or array by making sure the parser points to an object field name, first array value or end of object or array.
- startTimeNanos - Variable in class com.google.api.client.util.ExponentialBackOff
-
The system time in nanoseconds.
- state - Variable in class com.google.api.client.http.HttpHeaders.HeaderParsingFakeLevelHttpRequest
- STATUS_CODE_BAD_GATEWAY - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a bad gateway.
- STATUS_CODE_CONFLICT - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a request that could not be completed due to a resource conflict.
- STATUS_CODE_FORBIDDEN - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a server that understood the request, but is refusing to fulfill it.
- STATUS_CODE_FOUND - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a resource that has temporarily moved to a new URI.
- STATUS_CODE_MOVED_PERMANENTLY - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a resource that has permanently moved to a new URI.
- STATUS_CODE_MULTIPLE_CHOICES - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a resource corresponding to any one of a set of representations.
- STATUS_CODE_NO_CONTENT - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a successful request with no content information.
- STATUS_CODE_NOT_FOUND - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a server that has not found anything matching the Request-URI.
- STATUS_CODE_NOT_MODIFIED - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a resource that access is allowed but the document has not been modified.
- STATUS_CODE_OK - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a successful request.
- STATUS_CODE_SEE_OTHER - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a resource that has moved to a new URI and should be retrieved using GET.
- STATUS_CODE_SERVER_ERROR - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for an internal server error.
- STATUS_CODE_SERVICE_UNAVAILABLE - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a service that is unavailable on the server.
- STATUS_CODE_TEMPORARY_REDIRECT - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a resource that has temporarily moved to a new URI.
- STATUS_CODE_UNAUTHORIZED - Static variable in class com.google.api.client.http.HttpStatusCodes
-
Status code for a request that requires user authentication.
- statusCode - Variable in class com.google.api.client.http.HttpResponse
-
Status code.
- statusCode - Variable in class com.google.api.client.http.HttpResponseException.Builder
-
HTTP status code.
- statusCode - Variable in exception com.google.api.client.http.HttpResponseException
-
HTTP status code.
- statusCode - Variable in class com.google.api.client.testing.http.MockLowLevelHttpResponse
-
Status code of HTTP response or
200
by default. - statusMessage - Variable in class com.google.api.client.http.HttpResponse
-
Status message or
null
. - statusMessage - Variable in class com.google.api.client.http.HttpResponseException.Builder
-
Status message or
null
. - statusMessage - Variable in exception com.google.api.client.http.HttpResponseException
-
Status message or
null
. - STOP - Static variable in interface com.google.api.client.http.BackOffPolicy
-
Deprecated.Value indicating that no more retries should be made, see
BackOffPolicy.getNextBackOffMillis()
. - STOP - Static variable in interface com.google.api.client.util.BackOff
-
Indicates that no more retries should be made for use in
BackOff.nextBackOffMillis()
. - STOP_BACKOFF - Static variable in interface com.google.api.client.util.BackOff
-
Fixed back-off policy that always returns
#STOP
forBackOff.nextBackOffMillis()
, meaning that the operation should not be retried. - stopAfterEndTag(String, String) - Method in class com.google.api.client.xml.Xml.CustomizeParser
-
Returns whether to stop parsing when reaching the end tag of an XML element after it has been processed.
- stopAt(Object, String) - Method in class com.google.api.client.json.CustomizeJsonParser
-
Returns whether to stop parsing at the given key of the given context object.
- StopAtAtomEntry() - Constructor for class com.google.api.client.xml.atom.Atom.StopAtAtomEntry
- stopBeforeStartTag(String, String) - Method in class com.google.api.client.xml.atom.Atom.StopAtAtomEntry
- stopBeforeStartTag(String, String) - Method in class com.google.api.client.xml.Xml.CustomizeParser
-
Returns whether to stop parsing when reaching the start tag of an XML element before it has been processed.
- str - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.AnyType
- streamingContent - Variable in class com.google.api.client.http.apache.ContentEntity
-
Streaming content.
- streamingContent - Variable in class com.google.api.client.http.LowLevelHttpRequest
-
Streaming content or
null
for no content. - StreamingContent - Interface in com.google.api.client.util
-
Streaming content interface to write bytes to an output stream.
- STRING_ARRAY - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- STRING_ID - Static variable in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- STRING_TOP_VALUE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- StringNullValue() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.StringNullValue
- StringNumber(String) - Constructor for class com.google.api.client.json.gson.GsonGenerator.StringNumber
- Strings - Class in com.google.api.client.util
-
Static utility methods pertaining to
String
instances. - Strings() - Constructor for class com.google.api.client.util.Strings
- stringTyped - Variable in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- StringUtils - Class in com.google.api.client.util
-
Utilities for strings.
- StringUtils() - Constructor for class com.google.api.client.util.StringUtils
- subElementNames - Variable in class com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- subElementValues - Variable in class com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- subject - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Subject claim identifying the principal that is the subject of the JWT or
null
for none. - subtestIdException(String) - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- subtestIdNoException(String) - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- subtestParse_void(String) - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- subType - Variable in class com.google.api.client.http.HttpMediaType
-
The sub type of the media type, for example
"plain"
. - successfullyHandleResponse - Variable in class com.google.api.client.testing.http.MockHttpUnsuccessfulResponseHandler
- SUPPORTED_METHODS - Static variable in class com.google.api.client.http.HttpTransport
-
All valid request methods as specified in
HttpTransport.supportsMethod(String)
, sorted in ascending alphabetical order. - SUPPORTED_METHODS - Static variable in class com.google.api.client.http.javanet.NetHttpTransport
-
All valid request methods as specified in
HttpURLConnection.setRequestMethod(java.lang.String)
, sorted in ascending alphabetical order. - supportedMethods - Variable in class com.google.api.client.testing.http.MockHttpTransport.Builder
-
Supported HTTP methods or
null
to specify that all methods are supported. - supportedMethods - Variable in class com.google.api.client.testing.http.MockHttpTransport
-
Supported HTTP methods or
null
to specify that all methods are supported. - supportsMethod(String) - Method in class com.google.api.client.http.apache.ApacheHttpTransport
- supportsMethod(String) - Method in class com.google.api.client.http.HttpTransport
-
Returns whether a specified HTTP method is supported by this transport.
- supportsMethod(String) - Method in class com.google.api.client.http.javanet.NetHttpTransport
- supportsMethod(String) - Method in class com.google.api.client.testing.http.MockHttpTransport
- suppressUserAgentSuffix - Variable in class com.google.api.client.http.HttpRequest
-
Whether to not add the suffix
HttpRequest.USER_AGENT_SUFFIX
to the User-Agent header. - SYSTEM - Static variable in interface com.google.api.client.util.Clock
-
Provides the default System implementation of a Clock by using
System.currentTimeMillis()
. - SYSTEM - Static variable in interface com.google.api.client.util.NanoClock
-
Provides the default System implementation of a nano clock by using
System.nanoTime()
.
T
- target - Variable in class com.google.api.client.http.HttpHeaders.HeaderParsingFakeLevelHttpRequest
- tearDown() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- TestableByteArrayInputStream - Class in com.google.api.client.testing.util
-
Beta
Testable extension for a byte array input stream. - TestableByteArrayInputStream(byte[]) - Constructor for class com.google.api.client.testing.util.TestableByteArrayInputStream
- TestableByteArrayInputStream(byte[], int, int) - Constructor for class com.google.api.client.testing.util.TestableByteArrayInputStream
- TestableByteArrayOutputStream - Class in com.google.api.client.testing.util
-
Beta
Testable extension for a byte array output stream. - TestableByteArrayOutputStream() - Constructor for class com.google.api.client.testing.util.TestableByteArrayOutputStream
- TestCertificates - Class in com.google.api.client.testing.json.webtoken
-
Beta
Test certificates. - TestCertificates() - Constructor for class com.google.api.client.testing.json.webtoken.TestCertificates
- TestCertificates.CertData - Class in com.google.api.client.testing.json.webtoken
-
Beta
Wrapper for a PEM encoded certificate providing utility routines. - TestClass() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.TestClass
- testClear() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- testContainsKeyAndValue() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- testCreateJsonParser_nullCharset() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testCurrentToken() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testDelete() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- testFactory() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testGenerate_infinityOrNanError() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testGenerateEntry() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testGenerateFeed() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testGson() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testId() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- testJsonHttpContent_simple() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testJsonHttpContent_wrapped() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testJsonObjectParser_inputStream() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testJsonObjectParser_inputStreamWrapped() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testJsonObjectParser_reader() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testJsonObjectParser_readerWrapped() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testKeySet() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- testLarge() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- testNextToken() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testObjectParserParse_entry() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testObjectParserParse_stringList() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParse() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParse_array() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParse_boolean() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParse_class() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParse_empty() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParse_emptyGenericJson() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParse_emptyMap() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParse_void() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParseEntry() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParseEntryAsMap() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParseFeed() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_anyType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_arrayType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_bool() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_collectionType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_doubleListTypeVariableType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_emptyArray() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_enumValue() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_extendsGenericJson() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_floatMapTypeVariableType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_hashmapForMapType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchema_genericJson() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchema_illegalValueType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchema_missingType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchema_numericType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchema_numericValueType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchema_withArrays() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchema_withNullArrays() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchema_withObject() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchemata() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_heterogeneousSchemata_Helper(String, String) - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_intArray() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_intArrayTypeVariableType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_integerTypeVariableType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_mapType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_null() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_nullInputStream() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_nullReader() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_nullString() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_nullValue() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_num() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_numberTypes() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_partialEmpty() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_partialEmptyArray() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_partialEntry() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_polymorphicClass_duplicateTypeKeys() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_polymorphicClass_mapOfPolymorphicClasses() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_polymorphicClass_noMatchingTypeKey() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_polymorphicClass_selfReferencing() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_polymorphicClass_tooManyAnnotations() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_string() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_stringArray() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_treemapForTypeVariableType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_typeVariablesPassAround() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testParser_wildCardType() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSet() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- testSkipChildren_array() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipChildren_object() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipChildren_string() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipToKey_firstKey() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipToKey_found() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipToKey_lastKey() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipToKey_missing() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipToKey_missingEmpty() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipToKey_multipleKeys() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipToKey_noMatch() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testSkipToKey_startWithFieldName() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testToByteArray_entry() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testToFromString() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testToFromString_UTF8() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testToPrettyString_entryApproximate() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testToPrettyString_FeedApproximate() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testToString_entry() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testToString_Feed() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testToString_withFactory() - Method in class com.google.api.client.test.json.AbstractJsonFactoryTest
- testValues() - Method in class com.google.api.client.test.util.store.AbstractDataStoreFactoryTest
- TEXT_CONTENT - Static variable in class com.google.api.client.xml.Xml
-
Text content.
- textValue - Variable in class com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- Throwables - Class in com.google.api.client.util
-
Static utility methods pertaining to instances of
Throwable
. - Throwables() - Constructor for class com.google.api.client.util.Throwables
- throwExceptionOnExecuteError - Variable in class com.google.api.client.http.HttpRequest
-
Whether to throw an exception at the end of
HttpRequest.execute()
on an HTTP error code (non-2XX) after all retries and response handlers have been exhausted (true
by default). - throwIfFalseEOF() - Method in class com.google.api.client.http.javanet.NetHttpResponse.SizeValidatingInputStream
- title - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Entry
- title - Variable in class com.google.api.client.util.PemReader.Section
-
Title.
- toArray() - Method in class com.google.api.client.util.ArrayValueMap.ArrayValue
-
Creates a new array whose content matches that of the
ArrayValueMap.ArrayValue.values
. - toArray(Collection<?>, Class<?>) - Static method in class com.google.api.client.util.Types
-
Returns a new array of the given component type (possibly a Java primitive) that is a copy of the content of the given collection.
- toByteArray(Object) - Method in class com.google.api.client.json.JsonFactory
-
Returns a UTF-8 encoded byte array of the serialized JSON representation for the given item using
JsonGenerator.serialize(Object)
. - toByteStream(Object, boolean) - Method in class com.google.api.client.json.JsonFactory
-
Returns a UTF-8 byte array output stream of the serialized JSON representation for the given item using
JsonGenerator.serialize(Object)
. - TOKEN_REGEX - Static variable in class com.google.api.client.http.HttpMediaType
-
Matches a valid token which might be used as a type, key parameter or key value.
- toPathParts(String) - Static method in class com.google.api.client.http.GenericUrl
-
Returns the decoded path parts for the given encoded path.
- toPrettyString() - Method in class com.google.api.client.json.GenericJson
-
Returns a pretty-printed serialized JSON string representation or
GenericJson.toString()
ifGenericJson.getFactory()
isnull
. - toPrettyString(Object) - Method in class com.google.api.client.json.JsonFactory
-
Returns a pretty-printed serialized JSON string representation for the given item using
JsonGenerator.serialize(Object)
withJsonGenerator.enablePrettyPrint()
. - toSerializedValue(Object) - Static method in class com.google.api.client.xml.XmlNamespaceDictionary
- toString() - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
- toString() - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey
- toString() - Method in class com.google.api.client.http.GenericUrl
- toString() - Method in class com.google.api.client.http.HttpMediaType
- toString() - Method in class com.google.api.client.json.GenericJson
- toString() - Method in class com.google.api.client.json.gson.GsonGenerator.StringNumber
- toString() - Method in class com.google.api.client.json.webtoken.JsonWebToken
- toString() - Method in class com.google.api.client.util.DateTime
- toString() - Method in class com.google.api.client.util.Objects.ToStringHelper
- toString() - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- toString() - Method in class com.google.api.client.xml.GenericXml
- toString(DataStore<?>) - Static method in class com.google.api.client.util.store.DataStoreUtils
-
Returns a debug string for the given data store to be used as an implementation of
Object.toString()
. - toString(Object) - Method in class com.google.api.client.json.JsonFactory
-
Returns a serialized JSON string representation for the given item using
JsonGenerator.serialize(Object)
. - toString(Object, boolean) - Method in class com.google.api.client.json.JsonFactory
-
Returns a serialized JSON string representation for the given item using
JsonGenerator.serialize(Object)
. - toStringHelper(Object) - Static method in class com.google.api.client.util.Objects
-
Creates an instance of
Objects.ToStringHelper
. - ToStringHelper(String) - Constructor for class com.google.api.client.util.Objects.ToStringHelper
- toStringOf(Object) - Static method in class com.google.api.client.xml.Xml
-
Shows a debug string representation of an element data object of key/value pairs.
- toStringOf(String, Object) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
-
Shows a debug string representation of an element data object of key/value pairs.
- toStringRfc3339() - Method in class com.google.api.client.util.DateTime
-
Formats the value as an RFC 3339 date/time string.
- toStringValue(Object) - Static method in class com.google.api.client.http.HttpHeaders
-
Returns the string header value for the given header value as an object.
- toURI() - Method in class com.google.api.client.http.GenericUrl
-
Constructs the URI based on the string representation of the URL from
GenericUrl.build()
. - toURI(String) - Static method in class com.google.api.client.http.GenericUrl
-
Returns the URI for the given encoded URL.
- toURL() - Method in class com.google.api.client.http.GenericUrl
-
Constructs the URL based on the string representation of the URL from
GenericUrl.build()
. - toURL(String) - Method in class com.google.api.client.http.GenericUrl
-
Constructs the URL based on
URL(URL, String)
with this URL representation fromGenericUrl.toURL()
and a relative url. - TRACE - Static variable in class com.google.api.client.http.HttpMethods
-
HTTP TRACE method.
- transport - Variable in class com.google.api.client.http.HttpRequest
-
HTTP transport.
- transport - Variable in class com.google.api.client.http.HttpRequestFactory
-
HTTP transport.
- tricksKnown - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Dog
- tricksKnown - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.DogGenericJson
- trim() - Method in class com.google.api.client.util.ArrayMap
-
Trims the internal array storage to minimize memory usage.
- trustAllHostnameVerifier() - Static method in class com.google.api.client.util.SslUtils
-
Beta
Returns a verifier that trusts all host names. - trustAllSSLContext() - Static method in class com.google.api.client.util.SslUtils
-
Beta
Returns an SSL context in which all X.509 certificates are trusted. - trustCertificates(KeyStore) - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Sets the SSL socket factory based on a root certificate trust store.
- trustCertificates(KeyStore) - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Sets the SSL socket factory based on a root certificate trust store.
- trustCertificatesFromJavaKeyStore(InputStream, String) - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Sets the SSL socket factory based on root certificates in a Java KeyStore.
- trustCertificatesFromJavaKeyStore(InputStream, String) - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Sets the SSL socket factory based on root certificates in a Java KeyStore.
- trustCertificatesFromStream(InputStream) - Method in class com.google.api.client.http.apache.ApacheHttpTransport.Builder
-
Sets the SSL socket factory based root certificates generated from the specified stream using
CertificateFactory.generateCertificates(InputStream)
. - trustCertificatesFromStream(InputStream) - Method in class com.google.api.client.http.javanet.NetHttpTransport.Builder
-
Sets the SSL socket factory based root certificates generated from the specified stream using
CertificateFactory.generateCertificates(InputStream)
. - TWO_DASHES - Static variable in class com.google.api.client.http.MultipartContent
- type - Variable in class com.google.api.client.http.AbstractInputStreamContent
-
Content type or
null
for none. - type - Variable in class com.google.api.client.http.HttpMediaType
-
The main type of the media type, for example
"text"
. - type - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Header
-
Type header parameter used to declare the type of this object or
null
for none. - type - Variable in class com.google.api.client.json.webtoken.JsonWebToken.Payload
-
Type claim that is used to declare a type for the contents of this JWT Claims Set or
null
for none. - type - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Animal
- type - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.AnimalGenericJson
- type - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicSelfReferencing
- type - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithDuplicateTypeKeys
- type - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithIllegalValueType
- type - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithNumericType
- type - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.PolymorphicWithNumericValueType
- type - Variable in class com.google.api.client.testing.http.MockHttpContent
-
HTTP content type or
null
by default. - TYPE_REGEX - Static variable in class com.google.api.client.http.HttpMediaType
-
Matches a valid media type or '*' (examples: "text" or "*").
- TYPE_VARS - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- typeDefinitions() - Method in annotation type com.google.api.client.json.JsonPolymorphicTypeMap
-
The list of mappings from key value to a referenced
Class
. - Types - Class in com.google.api.client.util
-
Utilities for working with Java types.
- Types() - Constructor for class com.google.api.client.util.Types
- TypeVariablesPassedAround() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.TypeVariablesPassedAround
- TypeVariableType() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.TypeVariableType
- tzShift - Variable in class com.google.api.client.util.DateTime
-
Time zone shift from UTC in minutes or
0
for date-only value.
U
- UnicodeEscaper - Class in com.google.api.client.util.escape
-
An
Escaper
that converts literal text into a format safe for inclusion in a particular context (such as an XML document). - UnicodeEscaper() - Constructor for class com.google.api.client.util.escape.UnicodeEscaper
- unknownFields - Variable in class com.google.api.client.util.GenericData
-
Map of unknown fields.
- unknownIterator - Variable in class com.google.api.client.util.GenericData.EntryIterator
-
Iterator over the unknown keys.
- unsuccessfulResponseHandler - Variable in class com.google.api.client.http.HttpRequest
-
HTTP unsuccessful (non-2XX) response handler or
null
for none. - upper - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.WildCardTypes
- UPPER_HEX_DIGITS - Static variable in class com.google.api.client.util.escape.PercentEscaper
- URI_ESCAPED_SPACE - Static variable in class com.google.api.client.util.escape.PercentEscaper
- URI_ESCAPER - Static variable in class com.google.api.client.util.escape.CharEscapers
- URI_FRAGMENT_ESCAPER - Static variable in class com.google.api.client.http.GenericUrl
- URI_PATH_ESCAPER - Static variable in class com.google.api.client.util.escape.CharEscapers
- URI_QUERY_STRING_ESCAPER - Static variable in class com.google.api.client.util.escape.CharEscapers
- URI_RESERVED_ESCAPER - Static variable in class com.google.api.client.util.escape.CharEscapers
- URI_USERINFO_ESCAPER - Static variable in class com.google.api.client.util.escape.CharEscapers
- UriTemplate - Class in com.google.api.client.http
-
Expands URI Templates.
- UriTemplate() - Constructor for class com.google.api.client.http.UriTemplate
- UriTemplate.CompositeOutput - Enum in com.google.api.client.http
-
Contains information on how to output a composite value.
- url - Variable in class com.google.api.client.http.HttpRequest
-
HTTP request URL.
- url - Variable in class com.google.api.client.testing.http.MockLowLevelHttpRequest
-
Request URL or
null
for none. - UrlEncodedContent - Class in com.google.api.client.http
-
Implements support for HTTP form content encoding serialization of type
application/x-www-form-urlencoded
as specified in the HTML 4.0 Specification. - UrlEncodedContent(Object) - Constructor for class com.google.api.client.http.UrlEncodedContent
- UrlEncodedParser - Class in com.google.api.client.http
-
Implements support for HTTP form content encoding parsing of type
application/x-www-form-urlencoded
as specified in the HTML 4.0 Specification. - UrlEncodedParser() - Constructor for class com.google.api.client.http.UrlEncodedParser
- USER_AGENT_SUFFIX - Static variable in class com.google.api.client.http.HttpRequest
-
User agent suffix for all requests.
- userAgent - Variable in class com.google.api.client.http.HttpHeaders
-
"User-Agent"
header. - userInfo - Variable in class com.google.api.client.http.GenericUrl
-
User info or
null
for none, for example"username:password"
. - username - Variable in class com.google.api.client.http.BasicAuthentication
- usingProxy() - Method in class com.google.api.client.testing.http.javanet.MockHttpURLConnection
- UTF_8 - Static variable in class com.google.api.client.util.Charsets
-
UTF-8 charset.
- UTF8_JSON - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- UTF8_VALUE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
V
- v - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.V
- V() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.V
- value - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.EnumValue
- value - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.MapOfMapType
- value - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.StringNullValue
- value - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.TypeVariableType
- value - Variable in class com.google.api.client.util.DateTime
-
Date/time value expressed as the number of ms since the Unix epoch.
- value - Variable in class com.google.api.client.util.Objects.ToStringHelper.ValueHolder
- value() - Method in annotation type com.google.api.client.util.Key
-
Override the data key name of the field or
"##default"
to use the Java field's name. - value() - Method in annotation type com.google.api.client.util.Value
-
Override the string data value of the field or
"##default"
to use the Java field's name. - Value - Annotation Type in com.google.api.client.util
-
Use this annotation to specify that an enum constant is a string data value, optionally providing the string data value to use.
- VALUE - com.google.api.client.test.json.AbstractJsonFactoryTest.E
- VALUE_FALSE - com.google.api.client.json.JsonToken
-
JSON field
false
value. - VALUE_NULL - com.google.api.client.json.JsonToken
-
JSON
null
. - VALUE_NUMBER_FLOAT - com.google.api.client.json.JsonToken
-
JSON field number value of an arbitrary-precision decimal number.
- VALUE_NUMBER_INT - com.google.api.client.json.JsonToken
-
JSON field number value of an integer with an arbitrary number of digits and no fractional part.
- VALUE_STRING - com.google.api.client.json.JsonToken
-
JSON field string value.
- VALUE_TRUE - com.google.api.client.json.JsonToken
-
JSON field
true
value. - valueAtDataIndex(int) - Method in class com.google.api.client.util.ArrayMap
- ValueHolder() - Constructor for class com.google.api.client.util.Objects.ToStringHelper.ValueHolder
- valueOf(String) - Static method in enum com.google.api.client.http.UriTemplate.CompositeOutput
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.client.json.JsonToken
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.client.test.json.AbstractJsonFactoryTest.E
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.client.util.GenericData.Flags
-
Returns the enum constant of this type with the specified name.
- values - Variable in class com.google.api.client.util.ArrayValueMap.ArrayValue
-
Values to be stored in the array.
- values() - Method in class com.google.api.client.extensions.jdo.JdoDataStoreFactory.JdoDataStore
- values() - Static method in enum com.google.api.client.http.UriTemplate.CompositeOutput
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.client.json.JsonToken
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.client.test.json.AbstractJsonFactoryTest.E
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.client.util.GenericData.Flags
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class com.google.api.client.util.store.AbstractMemoryDataStore
- values() - Method in interface com.google.api.client.util.store.DataStore
-
Returns the unmodifiable collection of all stored values.
- verify(Signature, PublicKey, byte[], byte[]) - Static method in class com.google.api.client.util.SecurityUtils
-
Verifies the signature of signed content based on a public key.
- verify(Signature, X509TrustManager, List<String>, byte[], byte[]) - Static method in class com.google.api.client.util.SecurityUtils
-
Verifies the signature of signed content based on a certificate chain.
- verifySignature() - Method in class com.google.api.client.json.webtoken.JsonWebSignature
-
Beta
Verifies the signature of the content using the certificate chain embedded in the signature. - verifySignature(PublicKey) - Method in class com.google.api.client.json.webtoken.JsonWebSignature
-
Verifies the signature of the content.
- verifySignature(X509TrustManager) - Method in class com.google.api.client.json.webtoken.JsonWebSignature
-
Beta
Verifies the signature of the content using the certificate chain embedded in the signature. - VERSION - Static variable in class com.google.api.client.http.HttpRequest
-
Current version of the Google API Client Library for Java.
W
- WILDCARD_TYPE - Static variable in class com.google.api.client.test.json.AbstractJsonFactoryTest
- WildCardTypes() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.WildCardTypes
- wrapped - Variable in class com.google.api.client.util.Joiner
-
Wrapped joiner.
- wrapperKey - Variable in class com.google.api.client.http.json.JsonHttpContent
-
Wrapper key for the JSON content or
null
for none. - wrapperKeys - Variable in class com.google.api.client.json.JsonObjectParser.Builder
-
Wrapper keys for the JSON content or empty for none.
- wrapperKeys - Variable in class com.google.api.client.json.JsonObjectParser
-
Wrapper keys for the JSON content or empty for none.
- write(byte[], int, int) - Method in class com.google.api.client.util.ByteCountingOutputStream
- write(byte[], int, int) - Method in class com.google.api.client.util.LoggingByteArrayOutputStream
- write(byte[], int, int) - Method in class com.google.api.client.util.LoggingOutputStream
- write(int) - Method in class com.google.api.client.util.ByteCountingOutputStream
- write(int) - Method in class com.google.api.client.util.LoggingByteArrayOutputStream
- write(int) - Method in class com.google.api.client.util.LoggingOutputStream
- writeBoolean(boolean) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeBoolean(boolean) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeBoolean(boolean) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeBoolean(boolean) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a literal JSON boolean value ('true' or 'false').
- writeBoolean(boolean) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeEndArray() - Method in class com.google.api.client.json.gson.GsonGenerator
- writeEndArray() - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeEndArray() - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeEndArray() - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON end array character ']'.
- writeEndArray() - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeEndObject() - Method in class com.google.api.client.json.gson.GsonGenerator
- writeEndObject() - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeEndObject() - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeEndObject() - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON end object character '}'.
- writeEndObject() - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeFieldName(String) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeFieldName(String) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeFieldName(String) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeFieldName(String) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON quoted field name.
- writeFieldName(String) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeNull() - Method in class com.google.api.client.json.gson.GsonGenerator
- writeNull() - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeNull() - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeNull() - Method in class com.google.api.client.json.JsonGenerator
-
Writes a literal JSON null value.
- writeNull() - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeNumber(double) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeNumber(double) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeNumber(double) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeNumber(double) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON double value.
- writeNumber(double) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeNumber(float) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeNumber(float) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeNumber(float) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeNumber(float) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON float value.
- writeNumber(float) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeNumber(int) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeNumber(int) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeNumber(int) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeNumber(int) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON int value.
- writeNumber(int) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeNumber(long) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeNumber(long) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeNumber(long) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeNumber(long) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON long value.
- writeNumber(long) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeNumber(String) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeNumber(String) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeNumber(String) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeNumber(String) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON numeric value that has already been encoded properly.
- writeNumber(String) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeNumber(BigDecimal) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeNumber(BigDecimal) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeNumber(BigDecimal) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeNumber(BigDecimal) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON big decimal value.
- writeNumber(BigDecimal) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeNumber(BigInteger) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeNumber(BigInteger) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeNumber(BigInteger) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeNumber(BigInteger) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON big integer value.
- writeNumber(BigInteger) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writer - Variable in class com.google.api.client.json.gson.GsonGenerator
- writeStartArray() - Method in class com.google.api.client.json.gson.GsonGenerator
- writeStartArray() - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeStartArray() - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeStartArray() - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON start array character '['.
- writeStartArray() - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeStartObject() - Method in class com.google.api.client.json.gson.GsonGenerator
- writeStartObject() - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeStartObject() - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeStartObject() - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON start object character '{'.
- writeStartObject() - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeString(String) - Method in class com.google.api.client.json.gson.GsonGenerator
- writeString(String) - Method in class com.google.api.client.json.jackson.JacksonGenerator
- writeString(String) - Method in class com.google.api.client.json.jackson2.JacksonGenerator
- writeString(String) - Method in class com.google.api.client.json.JsonGenerator
-
Writes a JSON quoted string value.
- writeString(String) - Method in class com.google.api.client.testing.json.MockJsonGenerator
- writeTo(OutputStream) - Method in class com.google.api.client.http.AbstractInputStreamContent
- writeTo(OutputStream) - Method in class com.google.api.client.http.apache.ContentEntity
- writeTo(OutputStream) - Method in class com.google.api.client.http.EmptyContent
- writeTo(OutputStream) - Method in interface com.google.api.client.http.HttpContent
- writeTo(OutputStream) - Method in class com.google.api.client.http.HttpEncodingStreamingContent
- writeTo(OutputStream) - Method in class com.google.api.client.http.json.JsonHttpContent
- writeTo(OutputStream) - Method in class com.google.api.client.http.MultipartContent
- writeTo(OutputStream) - Method in class com.google.api.client.http.protobuf.ProtoHttpContent
- writeTo(OutputStream) - Method in class com.google.api.client.http.UrlEncodedContent
- writeTo(OutputStream) - Method in class com.google.api.client.http.xml.AbstractXmlHttpContent
- writeTo(OutputStream) - Method in class com.google.api.client.testing.http.MockHttpContent
- writeTo(OutputStream) - Method in class com.google.api.client.util.ByteArrayStreamingContent
- writeTo(OutputStream) - Method in class com.google.api.client.util.LoggingStreamingContent
- writeTo(OutputStream) - Method in interface com.google.api.client.util.StreamingContent
-
Writes the byte content to the given output stream.
- writeTo(XmlSerializer) - Method in class com.google.api.client.http.xml.AbstractXmlHttpContent
-
Writes the content to the given XML serializer.
- writeTo(XmlSerializer) - Method in class com.google.api.client.http.xml.atom.AtomContent
- writeTo(XmlSerializer) - Method in class com.google.api.client.http.xml.XmlHttpContent
X
- X() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.X
- x509Certificates - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
X.509 certificate chain header parameter contains the X.509 public key certificate or certificate chain corresponding to the key used to digitally sign the JWS or
null
for none. - x509Thumbprint - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
X.509 certificate thumbprint header parameter that provides a base64url encoded SHA-1 thumbprint (a.k.a.
- x509Url - Variable in class com.google.api.client.json.webtoken.JsonWebSignature.Header
-
X.509 URL header parameter that is an absolute URL that refers to a resource for the X.509 public key certificate or certificate chain corresponding to the key used to digitally sign the JWS or
null
for none. - Xml - Class in com.google.api.client.xml
-
Beta
XML utilities. - Xml() - Constructor for class com.google.api.client.xml.Xml
- Xml.CustomizeParser - Class in com.google.api.client.xml
-
Customizes the behavior of XML parsing.
- XmlHttpContent - Class in com.google.api.client.http.xml
-
Beta
Serializes XML HTTP content based on the data key/value mapping object for an item. - XmlHttpContent(XmlNamespaceDictionary, String, Object) - Constructor for class com.google.api.client.http.xml.XmlHttpContent
-
XML namespace dictionary.
- XmlNamespaceDictionary - Class in com.google.api.client.xml
-
Beta
Thread-safe XML namespace dictionary that provides a one-to-one map of namespace alias to URI. - XmlNamespaceDictionary() - Constructor for class com.google.api.client.xml.XmlNamespaceDictionary
- XmlNamespaceDictionary.ElementSerializer - Class in com.google.api.client.xml
- XmlObjectParser - Class in com.google.api.client.xml
-
Beta
XML HTTP parser into an data class of key/value pairs. - XmlObjectParser(XmlNamespaceDictionary) - Constructor for class com.google.api.client.xml.XmlObjectParser
-
Creates an XmlObjectParser using the specified non-null namespace dictionary.
Y
- y - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.X
- Y() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.Y
Z
- z - Variable in class com.google.api.client.test.json.AbstractJsonFactoryTest.Y
- Z() - Constructor for class com.google.api.client.test.json.AbstractJsonFactoryTest.Z
- ZERO_BACKOFF - Static variable in interface com.google.api.client.util.BackOff
-
Fixed back-off policy whose back-off time is always zero, meaning that the operation is retried immediately without waiting.
All Classes All Packages