Uses of Interface
com.google.cloud.Restorable
-
Packages that use Restorable Package Description com.google.cloud Core classes for thegoogle-cloudlibrary. -
-
Uses of Restorable in com.google.cloud
Classes in com.google.cloud with type parameters of type Restorable Modifier and Type Interface Description interfaceRestorable<T extends Restorable<T>>Implementation of this interface can persist their state and restore from it.interfaceRestorableState<T extends Restorable<T>>A common interface for restorable states.Subinterfaces of Restorable in com.google.cloud Modifier and Type Interface Description interfaceReadChannelA channel for reading data from a Google Cloud object.interfaceWriteChannelA channel for writing data to Google Cloud services.Classes in com.google.cloud that implement Restorable Modifier and Type Class Description classBaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>Base implementation for aWriteChannel.
-