Interface TransferCountersOrBuilder (0.2.0)

public interface TransferCountersOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBytesCopiedCount()

public abstract long getBytesCopiedCount()

Bytes that are copied to the data destination.

int64 bytes_copied_count = 6;

Returns
Type Description
long

The bytesCopiedCount.

getBytesFailedCount()

public abstract long getBytesFailedCount()

Output only. Bytes that are failed to write to the data destination.

int64 bytes_failed_count = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The bytesFailedCount.

getBytesFoundCount()

public abstract long getBytesFoundCount()

Total number of 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.

int64 bytes_found_count = 2;

Returns
Type Description
long

The bytesFoundCount.

getBytesSkippedCount()

public abstract long getBytesSkippedCount()

Bytes in the data source that are not transferred because they already exist in the data destination.

int64 bytes_skipped_count = 4;

Returns
Type Description
long

The bytesSkippedCount.

getFoundObjectsCount()

public abstract long getFoundObjectsCount()

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.

int64 found_objects_count = 1;

Returns
Type Description
long

The foundObjectsCount.

getObjectsCopiedCount()

public abstract long getObjectsCopiedCount()

Objects that are copied to the data destination.

int64 objects_copied_count = 5;

Returns
Type Description
long

The objectsCopiedCount.

getObjectsFailedCount()

public abstract long getObjectsFailedCount()

Output only. Objects that are failed to write to the data destination.

int64 objects_failed_count = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The objectsFailedCount.

getObjectsSkippedCount()

public abstract long getObjectsSkippedCount()

Objects in the data source that are not transferred because they already exist in the data destination.

int64 objects_skipped_count = 3;

Returns
Type Description
long

The objectsSkippedCount.