Uses of Class
com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
Packages that use BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Uses of BucketInfo.LifecycleRule.LifecycleCondition.Builder in com.google.cloud.storage
Methods in com.google.cloud.storage that return BucketInfo.LifecycleRule.LifecycleCondition.BuilderModifier and TypeMethodDescriptionBucketInfo.LifecycleRule.LifecycleCondition.newBuilder()Sets the age in days.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setCreatedBefore(com.google.api.client.util.DateTime createdBefore) Deprecated.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setCreatedBeforeOffsetDateTime(OffsetDateTime createdBefore) Sets the date a Blob should be created before for an Action to be executed.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setCustomTimeBefore(com.google.api.client.util.DateTime customTimeBefore) Deprecated.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setCustomTimeBeforeOffsetDateTime(OffsetDateTime customTimeBefore) Sets the date with only the date part (for instance, "2013-01-15").BucketInfo.LifecycleRule.LifecycleCondition.Builder.setDaysSinceCustomTime(Integer daysSinceCustomTime) Sets the number of days elapsed since the user-specified timestamp set on an object.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setDaysSinceNoncurrentTime(Integer daysSinceNoncurrentTime) Sets the number of days elapsed since the noncurrent timestamp of an object.Sets an isLive Boolean condition.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setMatchesPrefix(List<String> matchesPrefix) Sets the list of prefixes.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setMatchesStorageClass(List<StorageClass> matchesStorageClass) Sets a list of Storage Classes for a objects that satisfy the condition to execute the Action.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setMatchesSuffix(List<String> matchesSuffix) Sets the list of suffixes.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setNoncurrentTimeBefore(com.google.api.client.util.DateTime noncurrentTimeBefore) Deprecated.BucketInfo.LifecycleRule.LifecycleCondition.Builder.setNoncurrentTimeBeforeOffsetDateTime(OffsetDateTime noncurrentTimeBefore) Sets the date with only the date part (for instance, "2013-01-15").BucketInfo.LifecycleRule.LifecycleCondition.Builder.setNumberOfNewerVersions(Integer numberOfNewerVersions) Sets the number of newer versions a Blob should have for an Action to be executed.BucketInfo.LifecycleRule.LifecycleCondition.toBuilder()
setCreatedBeforeOffsetDateTime(OffsetDateTime)