Class Bucket.Lifecycle.Rule.Action.Builder (2.62.1)

public static final class Bucket.Lifecycle.Rule.Action.Builder extends GeneratedMessage.Builder<Bucket.Lifecycle.Rule.Action.Builder> implements Bucket.Lifecycle.Rule.ActionOrBuilder

An action to take on an object.

Protobuf type google.storage.v2.Bucket.Lifecycle.Rule.Action

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Bucket.Lifecycle.Rule.Action build()
Returns
Type Description
Bucket.Lifecycle.Rule.Action

buildPartial()

public Bucket.Lifecycle.Rule.Action buildPartial()
Returns
Type Description
Bucket.Lifecycle.Rule.Action

clear()

public Bucket.Lifecycle.Rule.Action.Builder clear()
Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder
Overrides

clearStorageClass()

public Bucket.Lifecycle.Rule.Action.Builder clearStorageClass()

Optional. Target storage class. Required iff the type of the action is SetStorageClass.

string storage_class = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder

This builder for chaining.

clearType()

public Bucket.Lifecycle.Rule.Action.Builder clearType()

Optional. Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.

string type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder

This builder for chaining.

getDefaultInstanceForType()

public Bucket.Lifecycle.Rule.Action getDefaultInstanceForType()
Returns
Type Description
Bucket.Lifecycle.Rule.Action

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getStorageClass()

public String getStorageClass()

Optional. Target storage class. Required iff the type of the action is SetStorageClass.

string storage_class = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The storageClass.

getStorageClassBytes()

public ByteString getStorageClassBytes()

Optional. Target storage class. Required iff the type of the action is SetStorageClass.

string storage_class = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for storageClass.

getType()

public String getType()

Optional. Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.

string type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Optional. Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.

string type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for type.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Bucket.Lifecycle.Rule.Action.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Bucket.Lifecycle.Rule.Action.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder
Overrides

mergeFrom(Bucket.Lifecycle.Rule.Action other)

public Bucket.Lifecycle.Rule.Action.Builder mergeFrom(Bucket.Lifecycle.Rule.Action other)
Parameter
Name Description
other Bucket.Lifecycle.Rule.Action
Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder

setStorageClass(String value)

public Bucket.Lifecycle.Rule.Action.Builder setStorageClass(String value)

Optional. Target storage class. Required iff the type of the action is SetStorageClass.

string storage_class = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The storageClass to set.

Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder

This builder for chaining.

setStorageClassBytes(ByteString value)

public Bucket.Lifecycle.Rule.Action.Builder setStorageClassBytes(ByteString value)

Optional. Target storage class. Required iff the type of the action is SetStorageClass.

string storage_class = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for storageClass to set.

Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder

This builder for chaining.

setType(String value)

public Bucket.Lifecycle.Rule.Action.Builder setType(String value)

Optional. Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.

string type = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The type to set.

Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public Bucket.Lifecycle.Rule.Action.Builder setTypeBytes(ByteString value)

Optional. Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.

string type = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for type to set.

Returns
Type Description
Bucket.Lifecycle.Rule.Action.Builder

This builder for chaining.