public static interface Bucket.Lifecycle.Rule.ActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getStorageClass()
Target storage class.
|
com.google.protobuf.ByteString |
getStorageClassBytes()
Target storage class.
|
String |
getType()
Type of the action.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of the action.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getType()
Type of the action. Currently, only `Delete`, `SetStorageClass`, and `AbortIncompleteMultipartUpload` are supported.
string type = 1;
com.google.protobuf.ByteString getTypeBytes()
Type of the action. Currently, only `Delete`, `SetStorageClass`, and `AbortIncompleteMultipartUpload` are supported.
string type = 1;
String getStorageClass()
Target storage class. Required iff the type of the action is SetStorageClass.
string storage_class = 2;
com.google.protobuf.ByteString getStorageClassBytes()
Target storage class. Required iff the type of the action is SetStorageClass.
string storage_class = 2;
Copyright © 2023 Google LLC. All rights reserved.