| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
TransferOptions |
TransferOptions.clone() |
TransferOptions |
TransferSpec.getTransferOptions()
If the option delete_objects_unique_in_sink is `true` and time-based object conditions such as
'last modification time' are specified, the request fails with an INVALID_ARGUMENT error.
|
TransferOptions |
ReplicationSpec.getTransferOptions()
Specifies the actions to be performed on the object during replication.
|
TransferOptions |
TransferOptions.set(String fieldName,
Object value) |
TransferOptions |
TransferOptions.setDeleteObjectsFromSourceAfterTransfer(Boolean deleteObjectsFromSourceAfterTransfer)
Whether objects should be deleted from the source after they are transferred to the sink.
|
TransferOptions |
TransferOptions.setDeleteObjectsUniqueInSink(Boolean deleteObjectsUniqueInSink)
Whether objects that exist only in the sink should be deleted.
|
TransferOptions |
TransferOptions.setMetadataOptions(MetadataOptions metadataOptions)
Represents the selected metadata options for a transfer job.
|
TransferOptions |
TransferOptions.setOverwriteObjectsAlreadyExistingInSink(Boolean overwriteObjectsAlreadyExistingInSink)
When to overwrite objects that already exist in the sink.
|
TransferOptions |
TransferOptions.setOverwriteWhen(String overwriteWhen)
When to overwrite objects that already exist in the sink.
|
| Modifier and Type | Method and Description |
|---|---|
TransferSpec |
TransferSpec.setTransferOptions(TransferOptions transferOptions)
If the option delete_objects_unique_in_sink is `true` and time-based object conditions such as
'last modification time' are specified, the request fails with an INVALID_ARGUMENT error.
|
ReplicationSpec |
ReplicationSpec.setTransferOptions(TransferOptions transferOptions)
Specifies the actions to be performed on the object during replication.
|
Copyright © 2011–2024 Google. All rights reserved.