Uses of Class
com.google.cloud.storage.Rpo
Packages that use Rpo
-
Uses of Rpo in com.google.cloud.storage
Fields in com.google.cloud.storage declared as RpoModifier and TypeFieldDescriptionstatic final RpoRpo.ASYNC_TURBOTurbo recovery point objective.static final RpoRpo.DEFAULTDefault recovery point objective.Methods in com.google.cloud.storage that return RpoModifier and TypeMethodDescriptionBucketInfo.getRpo()Returns the bucket's recovery point objective (RPO).static RpoGet the Rpo for the given String constant, and allow unrecognized values.static RpoRpo.valueOfStrict(String constant) Get the Rpo for the given String constant, and throw an exception if the constant is not recognized.static Rpo[]Rpo.values()Return the known values for Rpo.Methods in com.google.cloud.storage with parameters of type RpoModifier and TypeMethodDescriptionabstract BucketInfo.BuilderSets the bucket's Recovery Point Objective (RPO).