Uses of Annotation Type
com.google.api.core.BetaApi
Packages that use BetaApi
-
Uses of BetaApi in com.google.api.core
Classes in com.google.api.core with annotations of type BetaApiModifier and TypeClassDescriptionstatic classA listener for the various state changes that aApiServicegoes through in its lifecycle.static enumThe lifecycle states of a service.@interfaceIndicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.@interfaceAnnotates 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.@interfaceIndicates 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 BetaApiModifier and TypeMethodDescriptionApiFutures.catchingAsync(ApiFuture<V> input, Class<X> exceptionType, ApiAsyncFunction<? super X, V> callback, Executor executor) Returns aApiFuturewhose result is taken from the given primary input or, if the primary input fails with the given exceptionType, from the result provided by the callback.ApiFutures.successfulAsList(Iterable<? extends ApiFuture<? extends V>> futures) Creates a newApiFuturewhose value is a list containing the values of all its successful input futures.