| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
TransferCounters |
TransferCounters.clone() |
TransferCounters |
TransferOperation.getCounters()
Information about the progress of the transfer operation.
|
TransferCounters |
TransferCounters.set(String fieldName,
Object value) |
TransferCounters |
TransferCounters.setBytesCopiedToSink(Long bytesCopiedToSink)
Bytes that are copied to the data sink.
|
TransferCounters |
TransferCounters.setBytesDeletedFromSink(Long bytesDeletedFromSink)
Bytes that are deleted from the data sink.
|
TransferCounters |
TransferCounters.setBytesDeletedFromSource(Long bytesDeletedFromSource)
Bytes that are deleted from the data source.
|
TransferCounters |
TransferCounters.setBytesFailedToDeleteFromSink(Long bytesFailedToDeleteFromSink)
Bytes that failed to be deleted from the data sink.
|
TransferCounters |
TransferCounters.setBytesFoundFromSource(Long bytesFoundFromSource)
Bytes found in the data source that are scheduled to be transferred, excluding any that are
filtered based on object conditions or skipped due to sync.
|
TransferCounters |
TransferCounters.setBytesFoundOnlyFromSink(Long bytesFoundOnlyFromSink)
Bytes found only in the data sink that are scheduled to be deleted.
|
TransferCounters |
TransferCounters.setBytesFromSourceFailed(Long bytesFromSourceFailed)
Bytes in the data source that failed to be transferred or that failed to be deleted after being
transferred.
|
TransferCounters |
TransferCounters.setBytesFromSourceSkippedBySync(Long bytesFromSourceSkippedBySync)
Bytes in the data source that are not transferred because they already exist in the data sink.
|
TransferCounters |
TransferCounters.setDirectoriesFailedToListFromSource(Long directoriesFailedToListFromSource)
For transfers involving PosixFilesystem only.
|
TransferCounters |
TransferCounters.setDirectoriesFoundFromSource(Long directoriesFoundFromSource)
For transfers involving PosixFilesystem only.
|
TransferCounters |
TransferCounters.setDirectoriesSuccessfullyListedFromSource(Long directoriesSuccessfullyListedFromSource)
For transfers involving PosixFilesystem only.
|
TransferCounters |
TransferCounters.setIntermediateObjectsCleanedUp(Long intermediateObjectsCleanedUp)
Number of successfully cleaned up intermediate objects.
|
TransferCounters |
TransferCounters.setIntermediateObjectsFailedCleanedUp(Long intermediateObjectsFailedCleanedUp)
Number of intermediate objects failed cleaned up.
|
TransferCounters |
TransferCounters.setObjectsCopiedToSink(Long objectsCopiedToSink)
Objects that are copied to the data sink.
|
TransferCounters |
TransferCounters.setObjectsDeletedFromSink(Long objectsDeletedFromSink)
Objects that are deleted from the data sink.
|
TransferCounters |
TransferCounters.setObjectsDeletedFromSource(Long objectsDeletedFromSource)
Objects that are deleted from the data source.
|
TransferCounters |
TransferCounters.setObjectsFailedToDeleteFromSink(Long objectsFailedToDeleteFromSink)
Objects that failed to be deleted from the data sink.
|
TransferCounters |
TransferCounters.setObjectsFoundFromSource(Long objectsFoundFromSource)
Objects found in the data source that are scheduled to be transferred, excluding any that are
filtered based on object conditions or skipped due to sync.
|
TransferCounters |
TransferCounters.setObjectsFoundOnlyFromSink(Long objectsFoundOnlyFromSink)
Objects found only in the data sink that are scheduled to be deleted.
|
TransferCounters |
TransferCounters.setObjectsFromSourceFailed(Long objectsFromSourceFailed)
Objects in the data source that failed to be transferred or that failed to be deleted after
being transferred.
|
TransferCounters |
TransferCounters.setObjectsFromSourceSkippedBySync(Long objectsFromSourceSkippedBySync)
Objects in the data source that are not transferred because they already exist in the data
sink.
|
| Modifier and Type | Method and Description |
|---|---|
TransferOperation |
TransferOperation.setCounters(TransferCounters counters)
Information about the progress of the transfer operation.
|
Copyright © 2011–2024 Google. All rights reserved.