Storage Transfer Service V1 API - Module Google::Cloud::StorageTransfer::V1::TransferOptions::OverwriteWhen (v0.2.0)

Reference documentation and code samples for the Storage Transfer Service V1 API module Google::Cloud::StorageTransfer::V1::TransferOptions::OverwriteWhen.

Specifies when to overwrite an object in the sink when an object with matching name is found in the source.

Constants

OVERWRITE_WHEN_UNSPECIFIED

value: 0
Indicate the option is not set.

DIFFERENT

value: 1
Overwrite destination object with source if the two objects are different.

NEVER

value: 2
Never overwrite destination object.

ALWAYS

value: 3
Always overwrite destination object.