public static interface Bucket.Lifecycle.Rule.ActionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStorageClass()
public abstract String getStorageClass()
Target storage class. Required iff the type of the action is SetStorageClass.
string storage_class = 2;
Type | Description |
String | The storageClass. |
getStorageClassBytes()
public abstract ByteString getStorageClassBytes()
Target storage class. Required iff the type of the action is SetStorageClass.
string storage_class = 2;
Type | Description |
ByteString | The bytes for storageClass. |
getType()
public abstract String getType()
Type of the action. Currently, only Delete
and
SetStorageClass
are supported.
string type = 1;
Type | Description |
String | The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()
Type of the action. Currently, only Delete
and
SetStorageClass
are supported.
string type = 1;
Type | Description |
ByteString | The bytes for type. |