Google Cloud Storage Transfer V1 Client - Class OverwriteWhen (1.0.6)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class OverwriteWhen.

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

Protobuf type google.storagetransfer.v1.TransferOptions.OverwriteWhen

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

OVERWRITE_WHEN_UNSPECIFIED

Value: 0

Overwrite behavior is unspecified.

Generated from protobuf enum OVERWRITE_WHEN_UNSPECIFIED = 0;

DIFFERENT

Value: 1

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

Generated from protobuf enum DIFFERENT = 1;

NEVER

Value: 2

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

Generated from protobuf enum NEVER = 2;

ALWAYS

Value: 3

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

Generated from protobuf enum ALWAYS = 3;