TransferOptionsOverwriteWhen

enum TransferOptionsOverwriteWhen : Enum<TransferOptionsOverwriteWhen> , ConvertibleToJava<TransferOptionsOverwriteWhen>

When to overwrite objects that already exist in the sink. If not set, overwrite behavior is determined by overwrite_objects_already_existing_in_sink.

Entries

Link copied to clipboard

Overwrite behavior is unspecified.

Link copied to clipboard

Overwrites destination objects with the source objects, only if the objects have the same name but different HTTP ETags or checksum values.

Link copied to clipboard

Never overwrites a destination object if a source object has the same name. In this case, the source object is not transferred.

Link copied to clipboard

Always overwrite the destination object with the source object, even if the HTTP Etags or checksum values are the same.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: TransferOptionsOverwriteWhen
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): TransferOptionsOverwriteWhen
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.