public interface TransferStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
DurationOrBuilder |
getLastTransferBytes()
public abstract long getLastTransferBytes()
Last transfer size in bytes.
optional int64 last_transfer_bytes = 3;
Returns | |
---|---|
Type | Description |
long | The lastTransferBytes. |
getLastTransferDuration()
public abstract Duration getLastTransferDuration()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;
Returns | |
---|---|
Type | Description |
Duration | The lastTransferDuration. |
getLastTransferDurationOrBuilder()
public abstract DurationOrBuilder getLastTransferDurationOrBuilder()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getLastTransferEndTime()
public abstract Timestamp getLastTransferEndTime()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;
Returns | |
---|---|
Type | Description |
Timestamp | The lastTransferEndTime. |
getLastTransferEndTimeOrBuilder()
public abstract TimestampOrBuilder getLastTransferEndTimeOrBuilder()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getLastTransferError()
public abstract String getLastTransferError()
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for lastTransferError. |
getTotalTransferDuration()
public abstract Duration getTotalTransferDuration()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;
Returns | |
---|---|
Type | Description |
Duration | The totalTransferDuration. |
getTotalTransferDurationOrBuilder()
public abstract DurationOrBuilder getTotalTransferDurationOrBuilder()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getTransferBytes()
public abstract long getTransferBytes()
bytes trasferred so far in current transfer.
optional int64 transfer_bytes = 1;
Returns | |
---|---|
Type | Description |
long | The transferBytes. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;
Returns | |
---|---|
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the lagDuration field is set. |
hasLastTransferBytes()
public abstract boolean hasLastTransferBytes()
Last transfer size in bytes.
optional int64 last_transfer_bytes = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the updateTime field is set. |