Interface TransferTypes.TransferOptionsOrBuilder (1.0.4)

public static interface TransferTypes.TransferOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeleteObjectsFromSourceAfterTransfer()

public abstract boolean getDeleteObjectsFromSourceAfterTransfer()

Whether objects should be deleted from the source after they are transferred to the sink. Note: This option and [delete_objects_unique_in_sink] [google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink] are mutually exclusive.

bool delete_objects_from_source_after_transfer = 3;

Returns
TypeDescription
boolean

The deleteObjectsFromSourceAfterTransfer.

getDeleteObjectsUniqueInSink()

public abstract boolean getDeleteObjectsUniqueInSink()

Whether objects that exist only in the sink should be deleted. Note: This option and [delete_objects_from_source_after_transfer] [google.storagetransfer.v1.TransferOptions.delete_objects_from_source_after_transfer] are mutually exclusive.

bool delete_objects_unique_in_sink = 2;

Returns
TypeDescription
boolean

The deleteObjectsUniqueInSink.

getOverwriteObjectsAlreadyExistingInSink()

public abstract boolean getOverwriteObjectsAlreadyExistingInSink()

When to overwrite objects that already exist in the sink. The default is that only objects that are different from the source are ovewritten. If true, all objects in the sink whose name matches an object in the source will be overwritten with the source object.

bool overwrite_objects_already_existing_in_sink = 1;

Returns
TypeDescription
boolean

The overwriteObjectsAlreadyExistingInSink.