public final class ReplicatingStep extends GeneratedMessageV3 implements ReplicatingStepOrBuilder
ReplicatingStep contains specific step details.
Protobuf type google.cloud.vmmigration.v1.ReplicatingStep
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
LAST_THIRTY_MINUTES_AVERAGE_BYTES_PER_SECOND_FIELD_NUMBER
public static final int LAST_THIRTY_MINUTES_AVERAGE_BYTES_PER_SECOND_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LAST_TWO_MINUTES_AVERAGE_BYTES_PER_SECOND_FIELD_NUMBER
public static final int LAST_TWO_MINUTES_AVERAGE_BYTES_PER_SECOND_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REPLICATED_BYTES_FIELD_NUMBER
public static final int REPLICATED_BYTES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TOTAL_BYTES_FIELD_NUMBER
public static final int TOTAL_BYTES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ReplicatingStep getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReplicatingStep.Builder newBuilder()
newBuilder(ReplicatingStep prototype)
public static ReplicatingStep.Builder newBuilder(ReplicatingStep prototype)
public static ReplicatingStep parseDelimitedFrom(InputStream input)
public static ReplicatingStep parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReplicatingStep parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReplicatingStep parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReplicatingStep parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReplicatingStep parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReplicatingStep parseFrom(CodedInputStream input)
public static ReplicatingStep parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReplicatingStep parseFrom(InputStream input)
public static ReplicatingStep parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReplicatingStep parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReplicatingStep parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReplicatingStep> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ReplicatingStep getDefaultInstanceForType()
getLastThirtyMinutesAverageBytesPerSecond()
public long getLastThirtyMinutesAverageBytesPerSecond()
The source disks replication rate for the last 30 minutes in bytes per
second.
int64 last_thirty_minutes_average_bytes_per_second = 4;
Returns |
Type |
Description |
long |
The lastThirtyMinutesAverageBytesPerSecond.
|
getLastTwoMinutesAverageBytesPerSecond()
public long getLastTwoMinutesAverageBytesPerSecond()
The source disks replication rate for the last 2 minutes in bytes per
second.
int64 last_two_minutes_average_bytes_per_second = 3;
Returns |
Type |
Description |
long |
The lastTwoMinutesAverageBytesPerSecond.
|
getParserForType()
public Parser<ReplicatingStep> getParserForType()
Overrides
getReplicatedBytes()
public long getReplicatedBytes()
Replicated bytes in the step.
int64 replicated_bytes = 2;
Returns |
Type |
Description |
long |
The replicatedBytes.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTotalBytes()
public long getTotalBytes()
Total bytes to be handled in the step.
int64 total_bytes = 1;
Returns |
Type |
Description |
long |
The totalBytes.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReplicatingStep.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReplicatingStep.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ReplicatingStep.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides