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 TypeClassDescription@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.@interfaceIndicates a public API is obsolete, and will be deprecated in a future version.Methods in com.google.api.core with annotations of type BetaApiModifier and TypeMethodDescriptionApiFutures.successfulAsList(Iterable<? extends ApiFuture<? extends V>> futures) Creates a newApiFuturewhose value is a list containing the values of all its successful input futures.