public static class BucketInfo.LifecycleRule.LifecycleCondition extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BucketInfo.LifecycleRule.LifecycleCondition.Builder
Builder for
LifecycleCondition . |
Modifier and Type | Method and Description |
---|---|
Integer |
getAge() |
com.google.api.client.util.DateTime |
getCreatedBefore() |
Boolean |
getIsLive() |
List<StorageClass> |
getMatchesStorageClass() |
Integer |
getNumberOfNewerVersions() |
static BucketInfo.LifecycleRule.LifecycleCondition.Builder |
newBuilder() |
BucketInfo.LifecycleRule.LifecycleCondition.Builder |
toBuilder() |
public BucketInfo.LifecycleRule.LifecycleCondition.Builder toBuilder()
public static BucketInfo.LifecycleRule.LifecycleCondition.Builder newBuilder()
public Integer getAge()
public com.google.api.client.util.DateTime getCreatedBefore()
public Integer getNumberOfNewerVersions()
public Boolean getIsLive()
public List<StorageClass> getMatchesStorageClass()
Copyright © 2019 Google LLC. All rights reserved.