public static final class TransferStats.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder> implements TransferStatsOrBuilder
TransferStats reports all statistics related to replication transfer.Protobuf type
google.cloud.netapp.v1.TransferStats| Modifier and Type | Method and Description |
|---|---|
TransferStats.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransferStats |
build() |
TransferStats |
buildPartial() |
TransferStats.Builder |
clear() |
TransferStats.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransferStats.Builder |
clearLagDuration()
Lag duration indicates the duration by which Destination region volume
content lags behind the primary region volume content.
|
TransferStats.Builder |
clearLastTransferBytes()
Last transfer size in bytes.
|
TransferStats.Builder |
clearLastTransferDuration()
Time taken during last transfer.
|
TransferStats.Builder |
clearLastTransferEndTime()
Time when last transfer completed.
|
TransferStats.Builder |
clearLastTransferError()
A message describing the cause of the last transfer failure.
|
TransferStats.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransferStats.Builder |
clearTotalTransferDuration()
Total time taken during transfer.
|
TransferStats.Builder |
clearTransferBytes()
bytes trasferred so far in current transfer.
|
TransferStats.Builder |
clearUpdateTime()
Time when progress was updated last.
|
TransferStats.Builder |
clone() |
TransferStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.Duration.Builder |
getLagDurationBuilder()
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.Duration.Builder |
getLastTransferDurationBuilder()
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.Timestamp.Builder |
getLastTransferEndTimeBuilder()
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.Duration.Builder |
getTotalTransferDurationBuilder()
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.Timestamp.Builder |
getUpdateTimeBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransferStats.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransferStats.Builder |
mergeFrom(com.google.protobuf.Message other) |
TransferStats.Builder |
mergeFrom(TransferStats other) |
TransferStats.Builder |
mergeLagDuration(com.google.protobuf.Duration value)
Lag duration indicates the duration by which Destination region volume
content lags behind the primary region volume content.
|
TransferStats.Builder |
mergeLastTransferDuration(com.google.protobuf.Duration value)
Time taken during last transfer.
|
TransferStats.Builder |
mergeLastTransferEndTime(com.google.protobuf.Timestamp value)
Time when last transfer completed.
|
TransferStats.Builder |
mergeTotalTransferDuration(com.google.protobuf.Duration value)
Total time taken during transfer.
|
TransferStats.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransferStats.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
Time when progress was updated last.
|
TransferStats.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransferStats.Builder |
setLagDuration(com.google.protobuf.Duration.Builder builderForValue)
Lag duration indicates the duration by which Destination region volume
content lags behind the primary region volume content.
|
TransferStats.Builder |
setLagDuration(com.google.protobuf.Duration value)
Lag duration indicates the duration by which Destination region volume
content lags behind the primary region volume content.
|
TransferStats.Builder |
setLastTransferBytes(long value)
Last transfer size in bytes.
|
TransferStats.Builder |
setLastTransferDuration(com.google.protobuf.Duration.Builder builderForValue)
Time taken during last transfer.
|
TransferStats.Builder |
setLastTransferDuration(com.google.protobuf.Duration value)
Time taken during last transfer.
|
TransferStats.Builder |
setLastTransferEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when last transfer completed.
|
TransferStats.Builder |
setLastTransferEndTime(com.google.protobuf.Timestamp value)
Time when last transfer completed.
|
TransferStats.Builder |
setLastTransferError(String value)
A message describing the cause of the last transfer failure.
|
TransferStats.Builder |
setLastTransferErrorBytes(com.google.protobuf.ByteString value)
A message describing the cause of the last transfer failure.
|
TransferStats.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransferStats.Builder |
setTotalTransferDuration(com.google.protobuf.Duration.Builder builderForValue)
Total time taken during transfer.
|
TransferStats.Builder |
setTotalTransferDuration(com.google.protobuf.Duration value)
Total time taken during transfer.
|
TransferStats.Builder |
setTransferBytes(long value)
bytes trasferred so far in current transfer.
|
TransferStats.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransferStats.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when progress was updated last.
|
TransferStats.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
Time when progress was updated last.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public TransferStats.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public TransferStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TransferStats build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TransferStats buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TransferStats.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public TransferStats.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public TransferStats.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public TransferStats.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public TransferStats.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public TransferStats.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public TransferStats.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransferStats.Builder>public TransferStats.Builder mergeFrom(TransferStats other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public TransferStats.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransferStats.Builder>IOExceptionpublic boolean hasTransferBytes()
bytes trasferred so far in current transfer.
optional int64 transfer_bytes = 1;hasTransferBytes in interface TransferStatsOrBuilderpublic long getTransferBytes()
bytes trasferred so far in current transfer.
optional int64 transfer_bytes = 1;getTransferBytes in interface TransferStatsOrBuilderpublic TransferStats.Builder setTransferBytes(long value)
bytes trasferred so far in current transfer.
optional int64 transfer_bytes = 1;value - The transferBytes to set.public TransferStats.Builder clearTransferBytes()
bytes trasferred so far in current transfer.
optional int64 transfer_bytes = 1;public boolean hasTotalTransferDuration()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;hasTotalTransferDuration in interface TransferStatsOrBuilderpublic com.google.protobuf.Duration getTotalTransferDuration()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;getTotalTransferDuration in interface TransferStatsOrBuilderpublic TransferStats.Builder setTotalTransferDuration(com.google.protobuf.Duration value)
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;public TransferStats.Builder setTotalTransferDuration(com.google.protobuf.Duration.Builder builderForValue)
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;public TransferStats.Builder mergeTotalTransferDuration(com.google.protobuf.Duration value)
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;public TransferStats.Builder clearTotalTransferDuration()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;public com.google.protobuf.Duration.Builder getTotalTransferDurationBuilder()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;public com.google.protobuf.DurationOrBuilder getTotalTransferDurationOrBuilder()
Total time taken during transfer.
optional .google.protobuf.Duration total_transfer_duration = 2;getTotalTransferDurationOrBuilder in interface TransferStatsOrBuilderpublic boolean hasLastTransferBytes()
Last transfer size in bytes.
optional int64 last_transfer_bytes = 3;hasLastTransferBytes in interface TransferStatsOrBuilderpublic long getLastTransferBytes()
Last transfer size in bytes.
optional int64 last_transfer_bytes = 3;getLastTransferBytes in interface TransferStatsOrBuilderpublic TransferStats.Builder setLastTransferBytes(long value)
Last transfer size in bytes.
optional int64 last_transfer_bytes = 3;value - The lastTransferBytes to set.public TransferStats.Builder clearLastTransferBytes()
Last transfer size in bytes.
optional int64 last_transfer_bytes = 3;public boolean hasLastTransferDuration()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;hasLastTransferDuration in interface TransferStatsOrBuilderpublic com.google.protobuf.Duration getLastTransferDuration()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;getLastTransferDuration in interface TransferStatsOrBuilderpublic TransferStats.Builder setLastTransferDuration(com.google.protobuf.Duration value)
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;public TransferStats.Builder setLastTransferDuration(com.google.protobuf.Duration.Builder builderForValue)
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;public TransferStats.Builder mergeLastTransferDuration(com.google.protobuf.Duration value)
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;public TransferStats.Builder clearLastTransferDuration()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;public com.google.protobuf.Duration.Builder getLastTransferDurationBuilder()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;public com.google.protobuf.DurationOrBuilder getLastTransferDurationOrBuilder()
Time taken during last transfer.
optional .google.protobuf.Duration last_transfer_duration = 4;getLastTransferDurationOrBuilder in interface TransferStatsOrBuilderpublic 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;hasLagDuration in interface TransferStatsOrBuilderpublic 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;getLagDuration in interface TransferStatsOrBuilderpublic TransferStats.Builder setLagDuration(com.google.protobuf.Duration value)
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;public TransferStats.Builder setLagDuration(com.google.protobuf.Duration.Builder builderForValue)
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;public TransferStats.Builder mergeLagDuration(com.google.protobuf.Duration value)
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;public TransferStats.Builder clearLagDuration()
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;public com.google.protobuf.Duration.Builder getLagDurationBuilder()
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;public 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;getLagDurationOrBuilder in interface TransferStatsOrBuilderpublic boolean hasUpdateTime()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;hasUpdateTime in interface TransferStatsOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;getUpdateTime in interface TransferStatsOrBuilderpublic TransferStats.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;public TransferStats.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;public TransferStats.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;public TransferStats.Builder clearUpdateTime()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Time when progress was updated last.
optional .google.protobuf.Timestamp update_time = 6;getUpdateTimeOrBuilder in interface TransferStatsOrBuilderpublic boolean hasLastTransferEndTime()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;hasLastTransferEndTime in interface TransferStatsOrBuilderpublic com.google.protobuf.Timestamp getLastTransferEndTime()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;getLastTransferEndTime in interface TransferStatsOrBuilderpublic TransferStats.Builder setLastTransferEndTime(com.google.protobuf.Timestamp value)
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;public TransferStats.Builder setLastTransferEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;public TransferStats.Builder mergeLastTransferEndTime(com.google.protobuf.Timestamp value)
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;public TransferStats.Builder clearLastTransferEndTime()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;public com.google.protobuf.Timestamp.Builder getLastTransferEndTimeBuilder()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;public com.google.protobuf.TimestampOrBuilder getLastTransferEndTimeOrBuilder()
Time when last transfer completed.
optional .google.protobuf.Timestamp last_transfer_end_time = 7;getLastTransferEndTimeOrBuilder in interface TransferStatsOrBuilderpublic boolean hasLastTransferError()
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;hasLastTransferError in interface TransferStatsOrBuilderpublic String getLastTransferError()
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;getLastTransferError in interface TransferStatsOrBuilderpublic com.google.protobuf.ByteString getLastTransferErrorBytes()
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;getLastTransferErrorBytes in interface TransferStatsOrBuilderpublic TransferStats.Builder setLastTransferError(String value)
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;value - The lastTransferError to set.public TransferStats.Builder clearLastTransferError()
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;public TransferStats.Builder setLastTransferErrorBytes(com.google.protobuf.ByteString value)
A message describing the cause of the last transfer failure.
optional string last_transfer_error = 8;value - The bytes for lastTransferError to set.public final TransferStats.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>public final TransferStats.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransferStats.Builder>Copyright © 2024 Google LLC. All rights reserved.