Uses of Class
com.google.api.client.util.Beta
-
Packages that use Beta Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.com.google.api.client.http.apache HTTP Transport library for Google API's based on Apache HTTP Client version 4.com.google.api.client.http.javanet HTTP Transport library for Google API's based on thejava.netpackage.com.google.api.client.http.protobuf com.google.api.client.http.xml Beta
XML HTTP library based on the pluggable HTTP library.com.google.api.client.http.xml.atom Beta
Atom XML HTTP library based on the pluggable HTTP library.com.google.api.client.json Utilities for JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON.com.google.api.client.json.gson Low-level implementation of the GSON parser library based on the GSON JSON library.com.google.api.client.json.rpc2 com.google.api.client.json.webtoken com.google.api.client.protobuf com.google.api.client.test.util.store Abstract tests for data stores.com.google.api.client.testing.http Beta
Testing utilities used for writing tests based on this library.com.google.api.client.testing.http.apache Beta
Testing utilities used for writing tests based on the Apache HTTP Client.com.google.api.client.testing.http.javanet com.google.api.client.testing.json Beta
Testing utilities used for writing tests based on this library.com.google.api.client.testing.json.webtoken Beta
Testing utilities used for writing tests for JSON WebToken.com.google.api.client.testing.util Beta
Testing utilities used for writing tests based on this library.com.google.api.client.util General utilities used throughout this library.com.google.api.client.xml Beta
Utilities for XML.com.google.api.client.xml.atom Beta
Utilities for Atom XML. -
Packages with annotations of type Beta Package Description com.google.api.client.testing.http.apache Beta
Testing utilities used for writing tests based on the Apache HTTP Client.com.google.api.client.http.xml.atom Beta
Atom XML HTTP library based on the pluggable HTTP library.com.google.api.client.xml.atom Beta
Utilities for Atom XML.com.google.api.client.testing.http Beta
Testing utilities used for writing tests based on this library.com.google.api.client.testing.http.javanet com.google.api.client.testing.json Beta
Testing utilities used for writing tests based on this library.com.google.api.client.http.protobuf com.google.api.client.protobuf com.google.api.client.json.rpc2 com.google.api.client.testing.util Beta
Testing utilities used for writing tests based on this library.com.google.api.client.testing.json.webtoken Beta
Testing utilities used for writing tests for JSON WebToken.com.google.api.client.http.xml Beta
XML HTTP library based on the pluggable HTTP library.com.google.api.client.xml Beta
Utilities for XML. -
-
Uses of Beta in com.google.api.client.http
Classes in com.google.api.client.http with annotations of type Beta Modifier and Type Interface Description interfaceBackOffPolicyDeprecated.(scheduled to be removed in 1.18) UseHttpBackOffUnsuccessfulResponseHandlerinstead.classExponentialBackOffPolicyDeprecated.(scheduled to be removed in 1.18).static classExponentialBackOffPolicy.BuilderDeprecated.classHttpBackOffIOExceptionHandlerclassHttpBackOffUnsuccessfulResponseHandlerstatic interfaceHttpBackOffUnsuccessfulResponseHandler.BackOffRequiredinterfaceHttpIOExceptionHandlerFields in com.google.api.client.http with annotations of type Beta Modifier and Type Field Description private BackOffPolicyHttpRequest. backOffPolicyDeprecated.private HttpIOExceptionHandlerHttpRequest. ioExceptionHandlerHTTP I/O exception handler ornullfor none.private booleanHttpRequest. retryOnExecuteIOExceptionDeprecated.Methods in com.google.api.client.http with annotations of type Beta Modifier and Type Method Description java.util.concurrent.Future<HttpResponse>HttpRequest. executeAsync()Beta
Executes this request asynchronously usingHttpRequest.executeAsync(Executor)in a single separate thread usingExecutors.newSingleThreadExecutor().java.util.concurrent.Future<HttpResponse>HttpRequest. executeAsync(java.util.concurrent.Executor executor)Beta
Executes this request asynchronously in a single separate thread using the supplied executor.BackOffPolicyHttpRequest. getBackOffPolicy()Deprecated.(scheduled to be removed in 1.18).HttpIOExceptionHandlerHttpRequest. getIOExceptionHandler()booleanHttpRequest. getRetryOnExecuteIOException()Deprecated.(scheduled to be removed in 1.18) UseHttpRequest.setIOExceptionHandler(HttpIOExceptionHandler)instead.HttpRequestHttpRequest. setBackOffPolicy(BackOffPolicy backOffPolicy)Deprecated.(scheduled to be removed in 1.18).HttpRequestHttpRequest. setIOExceptionHandler(HttpIOExceptionHandler ioExceptionHandler)HttpRequestHttpRequest. setRetryOnExecuteIOException(boolean retryOnExecuteIOException)Deprecated.(scheduled to be removed in 1.18) UseHttpRequest.setIOExceptionHandler(HttpIOExceptionHandler)instead. -
Uses of Beta in com.google.api.client.http.apache
Methods in com.google.api.client.http.apache with annotations of type Beta Modifier and Type Method Description ApacheHttpTransport.BuilderApacheHttpTransport.Builder. doNotValidateCertificate()Beta
Disables validating server SSL certificates by setting the SSL socket factory usingSslUtils.trustAllSSLContext()for the SSL context andSSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIERfor the host name verifier. -
Uses of Beta in com.google.api.client.http.javanet
Methods in com.google.api.client.http.javanet with annotations of type Beta Modifier and Type Method Description NetHttpTransport.BuilderNetHttpTransport.Builder. doNotValidateCertificate()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. -
Uses of Beta in com.google.api.client.http.protobuf
Classes in com.google.api.client.http.protobuf with annotations of type Beta Modifier and Type Class Description classProtoHttpContentBeta
Serializes of a protocol buffer message to HTTP content. -
Uses of Beta in com.google.api.client.http.xml
Classes in com.google.api.client.http.xml with annotations of type Beta Modifier and Type Class Description classAbstractXmlHttpContentBeta
Abstract serializer for XML HTTP content based on the data key/value mapping object for an item.classXmlHttpContentBeta
Serializes XML HTTP content based on the data key/value mapping object for an item. -
Uses of Beta in com.google.api.client.http.xml.atom
Classes in com.google.api.client.http.xml.atom with annotations of type Beta Modifier and Type Class Description classAtomContentBeta
Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.classAtomFeedParser<T,E>Beta
Atom feed pull parser when the Atom entry class is known in advance. -
Uses of Beta in com.google.api.client.json
Classes in com.google.api.client.json with annotations of type Beta Modifier and Type Class Description classCustomizeJsonParserBeta
Customizes the behavior of a JSON parser.interfaceJsonPolymorphicTypeMapBeta
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.Methods in com.google.api.client.json with annotations of type Beta Modifier and Type Method Description <T> TJsonParser. parse(java.lang.Class<T> destinationClass, CustomizeJsonParser customizeParser)Beta
Parse a JSON object, array, or value into a new instance of the given destination class, optionally using the given parser customizer.voidJsonParser. parse(java.lang.Object destination, CustomizeJsonParser customizeParser)Beta
Parse a JSON object from the given JSON parser into the given destination object, optionally using the given parser customizer.java.lang.ObjectJsonParser. parse(java.lang.reflect.Type dataType, boolean close, CustomizeJsonParser customizeParser)Beta
Parse a JSON object, array, or value into a new instance of the given destination class, optionally using the given parser customizer.<T> TJsonParser. parseAndClose(java.lang.Class<T> destinationClass, CustomizeJsonParser customizeParser)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.voidJsonParser. parseAndClose(java.lang.Object destination, CustomizeJsonParser customizeParser)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.<T> java.util.Collection<T>JsonParser. parseArray(java.lang.Class<?> destinationCollectionClass, java.lang.Class<T> destinationItemClass, CustomizeJsonParser customizeParser)Beta
Parse a JSON Array from the given JSON parser into the given destination collection, optionally using the given parser customizer.<T> voidJsonParser. parseArray(java.util.Collection<? super T> destinationCollection, java.lang.Class<T> destinationItemClass, CustomizeJsonParser customizeParser)Beta
Parse a JSON Array from the given JSON parser into the given destination collection, optionally using the given parser customizer.<T> java.util.Collection<T>JsonParser. parseArrayAndClose(java.lang.Class<?> destinationCollectionClass, java.lang.Class<T> destinationItemClass, CustomizeJsonParser customizeParser)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.<T> voidJsonParser. parseArrayAndClose(java.util.Collection<? super T> destinationCollection, java.lang.Class<T> destinationItemClass, CustomizeJsonParser customizeParser)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. -
Uses of Beta in com.google.api.client.json.gson
Classes in com.google.api.client.json.gson with annotations of type Beta Modifier and Type Class Description (package private) static classGsonFactory.InstanceHolderHolder for the result ofGsonFactory.getDefaultInstance().Methods in com.google.api.client.json.gson with annotations of type Beta Modifier and Type Method Description static GsonFactoryGsonFactory. getDefaultInstance()Beta
Returns a global thread-safe instance. -
Uses of Beta in com.google.api.client.json.rpc2
Classes in com.google.api.client.json.rpc2 with annotations of type Beta Modifier and Type Class Description classJsonRpcRequestBeta
JSON-RPC 2.0 request object. -
Uses of Beta in com.google.api.client.json.webtoken
Methods in com.google.api.client.json.webtoken with annotations of type Beta Modifier and Type Method Description java.security.cert.X509CertificateJsonWebSignature. verifySignature()Beta
Verifies the signature of the content using the certificate chain embedded in the signature.java.security.cert.X509CertificateJsonWebSignature. verifySignature(javax.net.ssl.X509TrustManager trustManager)Beta
Verifies the signature of the content using the certificate chain embedded in the signature. -
Uses of Beta in com.google.api.client.protobuf
Classes in com.google.api.client.protobuf with annotations of type Beta Modifier and Type Class Description classProtocolBuffersBeta
Utilities for protocol buffers.classProtoObjectParserBeta
Parses protocol buffer HTTP response content into a protocol buffer message. -
Uses of Beta in com.google.api.client.test.util.store
Classes in com.google.api.client.test.util.store with annotations of type Beta Modifier and Type Class Description classAbstractDataStoreFactoryTestTestsDataStoreFactory. -
Uses of Beta in com.google.api.client.testing.http
Classes in com.google.api.client.testing.http with annotations of type Beta Modifier and Type Class Description classFixedClockBeta
A thread-safe fixed time implementation of the Clock to be used for unit testing.classHttpTestingBeta
Utilities and constants related to testing the HTTP library.classMockHttpContentclassMockHttpTransportstatic classMockHttpTransport.BuilderclassMockHttpUnsuccessfulResponseHandlerclassMockLowLevelHttpRequestclassMockLowLevelHttpResponse -
Uses of Beta in com.google.api.client.testing.http.apache
Classes in com.google.api.client.testing.http.apache with annotations of type Beta Modifier and Type Class Description classMockHttpClient -
Uses of Beta in com.google.api.client.testing.http.javanet
Classes in com.google.api.client.testing.http.javanet with annotations of type Beta Modifier and Type Class Description classMockHttpURLConnection -
Uses of Beta in com.google.api.client.testing.json
Classes in com.google.api.client.testing.json with annotations of type Beta Modifier and Type Class Description classMockJsonFactoryclassMockJsonGeneratorclassMockJsonParser -
Uses of Beta in com.google.api.client.testing.json.webtoken
Classes in com.google.api.client.testing.json.webtoken with annotations of type Beta Modifier and Type Class Description classTestCertificatesBeta
Test certificates.static classTestCertificates.CertDataBeta
Wrapper for a PEM encoded certificate providing utility routines. -
Uses of Beta in com.google.api.client.testing.util
Classes in com.google.api.client.testing.util with annotations of type Beta Modifier and Type Class Description classLogRecordingHandlerBeta
Logging handler that stores log records.classMockBackOffclassMockSleeperclassSecurityTestUtilsclassTestableByteArrayInputStreamBeta
Testable extension for a byte array input stream.classTestableByteArrayOutputStreamBeta
Testable extension for a byte array output stream. -
Uses of Beta in com.google.api.client.util
Classes in com.google.api.client.util with annotations of type Beta Modifier and Type Class Description classBackOffUtilsclassPemReaderBeta
PEM file reader.Methods in com.google.api.client.util with annotations of type Beta Modifier and Type Method Description static javax.net.ssl.HostnameVerifierSslUtils. trustAllHostnameVerifier()Beta
Returns a verifier that trusts all host names.static javax.net.ssl.SSLContextSslUtils. trustAllSSLContext()Beta
Returns an SSL context in which all X.509 certificates are trusted. -
Uses of Beta in com.google.api.client.xml
Classes in com.google.api.client.xml with annotations of type Beta Modifier and Type Class Description classGenericXmlBeta
Generic XML data that stores all unknown key name/value pairs.classXmlBeta
XML utilities.classXmlNamespaceDictionaryBeta
Thread-safe XML namespace dictionary that provides a one-to-one map of namespace alias to URI.(package private) classXmlNamespaceDictionary.ElementSerializerclassXmlObjectParserBeta
XML HTTP parser into an data class of key/value pairs. -
Uses of Beta in com.google.api.client.xml.atom
Classes in com.google.api.client.xml.atom with annotations of type Beta Modifier and Type Class Description classAbstractAtomFeedParser<T>Beta
Abstract base class for an Atom feed parser when the feed type is known in advance.classAtomBeta
Atom Utilities.
-