Uses of Class
com.google.api.core.BetaApi
-
Packages that use BetaApi Package Description com.google.api.core -
-
Uses of BetaApi in com.google.api.core
Classes in com.google.api.core with annotations of type BetaApi Modifier and Type Class Description static classApiService.ListenerA listener for the various state changes that aApiServicegoes through in its lifecycle.static classApiService.StateThe lifecycle states of a service.interfaceBetaApiIndicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.interfaceInternalApiAnnotates a program element (class, method, package etc) which is internal to its containing library, not part of the public API, and should not be used by users of the library.interfaceInternalExtensionOnlyIndicates a public API that is stable for callers to use, but has no guarantee of stability for extension.Methods in com.google.api.core with annotations of type BetaApi Modifier and Type Method Description static <V,X extends Throwable>
ApiFuture<V>ApiFutures. catchingAsync(ApiFuture<V> input, Class<X> exceptionType, ApiAsyncFunction<? super X,V> callback, Executor executor)static <V> ApiFuture<List<V>>ApiFutures. successfulAsList(Iterable<? extends ApiFuture<? extends V>> futures)
-