public interface TransferStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getLagDuration()
Lag duration indicates the duration by which Destination region volume
content lags behind the primary region volume content.
|
com.google.protobuf.DurationOrBuilder |
getLagDurationOrBuilder()
Lag duration indicates the duration by which Destination region volume
content lags behind the primary region volume content.
|
long |
getLastTransferBytes()
Last transfer size in bytes.
|
com.google.protobuf.Duration |
getLastTransferDuration()
Time taken during last transfer.
|
com.google.protobuf.DurationOrBuilder |
getLastTransferDurationOrBuilder()
Time taken during last transfer.
|
com.google.protobuf.Timestamp |
getLastTransferEndTime()
Time when last transfer completed.
|
com.google.protobuf.TimestampOrBuilder |
getLastTransferEndTimeOrBuilder()
Time when last transfer completed.
|
String |
getLastTransferError()
A message describing the cause of the last transfer failure.
|
com.google.protobuf.ByteString |
getLastTransferErrorBytes()
A message describing the cause of the last transfer failure.
|
com.google.protobuf.Duration |
getTotalTransferDuration()
Total time taken during transfer.
|
com.google.protobuf.DurationOrBuilder |
getTotalTransferDurationOrBuilder()
Total time taken during transfer.
|
long |
getTransferBytes()
bytes trasferred so far in current transfer.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Time when progress was updated last.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Time when progress was updated last.
|
boolean |
hasLagDuration()
Lag duration indicates the duration by which Destination region volume
content lags behind the primary region volume content.
|
boolean |
hasLastTransferBytes()
Last transfer size in bytes.
|
boolean |
hasLastTransferDuration()
Time taken during last transfer.
|
boolean |
hasLastTransferEndTime()
Time when last transfer completed.
|
boolean |
hasLastTransferError()
A message describing the cause of the last transfer failure.
|
boolean |
hasTotalTransferDuration()
Total time taken during transfer.
|
boolean |
hasTransferBytes()
bytes trasferred so far in current transfer.
|
boolean |
hasUpdateTime()
Time when progress was updated last.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTransferBytes()
bytes trasferred so far in current transfer.
optional int64 transfer_bytes = 1;long getTransferBytes()
bytes trasferred so far in current transfer.
optional int64 transfer_bytes = 1;boolean hasTotalTransferDuration()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;com.google.protobuf.Duration getTotalTransferDuration()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;com.google.protobuf.DurationOrBuilder getTotalTransferDurationOrBuilder()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;boolean hasLastTransferBytes()
Last transfer size in bytes.
optional int64 last_transfer_bytes = 3;long getLastTransferBytes()
Last transfer size in bytes.
optional int64 last_transfer_bytes = 3;boolean hasLastTransferDuration()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;com.google.protobuf.Duration getLastTransferDuration()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;com.google.protobuf.DurationOrBuilder getLastTransferDurationOrBuilder()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;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;com.google.protobuf.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;com.google.protobuf.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;boolean hasUpdateTime()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;com.google.protobuf.Timestamp getUpdateTime()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;boolean hasLastTransferEndTime()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;com.google.protobuf.Timestamp getLastTransferEndTime()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;com.google.protobuf.TimestampOrBuilder getLastTransferEndTimeOrBuilder()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;boolean hasLastTransferError()
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;String getLastTransferError()
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;com.google.protobuf.ByteString getLastTransferErrorBytes()
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;Copyright © 2024 Google LLC. All rights reserved.