Interface TransferStatsOrBuilder (0.9.0)

public interface TransferStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLagDuration()

public abstract Duration getLagDuration()

Lag duration indicates the duration by which Destination region volume content lags behind the primary region volume content.

optional .google.protobuf.Duration lag_duration = 5;

Returns
TypeDescription
Duration

The lagDuration.

getLagDurationOrBuilder()

public abstract DurationOrBuilder getLagDurationOrBuilder()

Lag duration indicates the duration by which Destination region volume content lags behind the primary region volume content.

optional .google.protobuf.Duration lag_duration = 5;

Returns
TypeDescription
DurationOrBuilder

getLastTransferBytes()

public abstract long getLastTransferBytes()

Last transfer size in bytes.

optional int64 last_transfer_bytes = 3;

Returns
TypeDescription
long

The lastTransferBytes.

getLastTransferDuration()

public abstract Duration getLastTransferDuration()

Time taken during last transfer.

optional .google.protobuf.Duration last_transfer_duration = 4;

Returns
TypeDescription
Duration

The lastTransferDuration.

getLastTransferDurationOrBuilder()

public abstract DurationOrBuilder getLastTransferDurationOrBuilder()

Time taken during last transfer.

optional .google.protobuf.Duration last_transfer_duration = 4;

Returns
TypeDescription
DurationOrBuilder

getLastTransferEndTime()

public abstract Timestamp getLastTransferEndTime()

Time when last transfer completed.

optional .google.protobuf.Timestamp last_transfer_end_time = 7;

Returns
TypeDescription
Timestamp

The lastTransferEndTime.

getLastTransferEndTimeOrBuilder()

public abstract TimestampOrBuilder getLastTransferEndTimeOrBuilder()

Time when last transfer completed.

optional .google.protobuf.Timestamp last_transfer_end_time = 7;

Returns
TypeDescription
TimestampOrBuilder

getLastTransferError()

public abstract String getLastTransferError()

A message describing the cause of the last transfer failure.

optional string last_transfer_error = 8;

Returns
TypeDescription
String

The lastTransferError.

getLastTransferErrorBytes()

public abstract ByteString getLastTransferErrorBytes()

A message describing the cause of the last transfer failure.

optional string last_transfer_error = 8;

Returns
TypeDescription
ByteString

The bytes for lastTransferError.

getTotalTransferDuration()

public abstract Duration getTotalTransferDuration()

Total time taken during transfer.

optional .google.protobuf.Duration total_transfer_duration = 2;

Returns
TypeDescription
Duration

The totalTransferDuration.

getTotalTransferDurationOrBuilder()

public abstract DurationOrBuilder getTotalTransferDurationOrBuilder()

Total time taken during transfer.

optional .google.protobuf.Duration total_transfer_duration = 2;

Returns
TypeDescription
DurationOrBuilder

getTransferBytes()

public abstract long getTransferBytes()

bytes trasferred so far in current transfer.

optional int64 transfer_bytes = 1;

Returns
TypeDescription
long

The transferBytes.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Time when progress was updated last.

optional .google.protobuf.Timestamp update_time = 6;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Time when progress was updated last.

optional .google.protobuf.Timestamp update_time = 6;

Returns
TypeDescription
TimestampOrBuilder

hasLagDuration()

public abstract boolean hasLagDuration()

Lag duration indicates the duration by which Destination region volume content lags behind the primary region volume content.

optional .google.protobuf.Duration lag_duration = 5;

Returns
TypeDescription
boolean

Whether the lagDuration field is set.

hasLastTransferBytes()

public abstract boolean hasLastTransferBytes()

Last transfer size in bytes.

optional int64 last_transfer_bytes = 3;

Returns
TypeDescription
boolean

Whether the lastTransferBytes field is set.

hasLastTransferDuration()

public abstract boolean hasLastTransferDuration()

Time taken during last transfer.

optional .google.protobuf.Duration last_transfer_duration = 4;

Returns
TypeDescription
boolean

Whether the lastTransferDuration field is set.

hasLastTransferEndTime()

public abstract boolean hasLastTransferEndTime()

Time when last transfer completed.

optional .google.protobuf.Timestamp last_transfer_end_time = 7;

Returns
TypeDescription
boolean

Whether the lastTransferEndTime field is set.

hasLastTransferError()

public abstract boolean hasLastTransferError()

A message describing the cause of the last transfer failure.

optional string last_transfer_error = 8;

Returns
TypeDescription
boolean

Whether the lastTransferError field is set.

hasTotalTransferDuration()

public abstract boolean hasTotalTransferDuration()

Total time taken during transfer.

optional .google.protobuf.Duration total_transfer_duration = 2;

Returns
TypeDescription
boolean

Whether the totalTransferDuration field is set.

hasTransferBytes()

public abstract boolean hasTransferBytes()

bytes trasferred so far in current transfer.

optional int64 transfer_bytes = 1;

Returns
TypeDescription
boolean

Whether the transferBytes field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Time when progress was updated last.

optional .google.protobuf.Timestamp update_time = 6;

Returns
TypeDescription
boolean

Whether the updateTime field is set.