Uses of Interface
com.google.cloud.Restorable
Packages that use Restorable
-
Uses of Restorable in com.google.cloud
Classes in com.google.cloud with type parameters of type RestorableModifier and TypeInterfaceDescriptioninterfaceRestorable<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.cloudModifier and TypeInterfaceDescriptioninterfaceA channel for reading data from a Google Cloud object.interfaceA channel for writing data to Google Cloud services.Classes in com.google.cloud that implement RestorableModifier and TypeClassDescriptionclassBaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>, EntityT extends Serializable> Base implementation for aWriteChannel.