Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static BucketInfo.LifecycleRule.LifecycleCondition.Builder |
BucketInfo.LifecycleRule.LifecycleCondition.newBuilder() |
BucketInfo.LifecycleRule.LifecycleCondition.Builder |
BucketInfo.LifecycleRule.LifecycleCondition.Builder.setAge(Integer age)
Sets the age in days.
|
BucketInfo.LifecycleRule.LifecycleCondition.Builder |
BucketInfo.LifecycleRule.LifecycleCondition.Builder.setCreatedBefore(com.google.api.client.util.DateTime createdBefore)
Sets the date a Blob should be created before for an Action to be executed.
|
BucketInfo.LifecycleRule.LifecycleCondition.Builder |
BucketInfo.LifecycleRule.LifecycleCondition.Builder.setIsLive(Boolean live)
Sets an isLive Boolean condition.
|
BucketInfo.LifecycleRule.LifecycleCondition.Builder |
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 |
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.Builder |
BucketInfo.LifecycleRule.LifecycleCondition.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.