Send feedback
Class ReplicatingStep.Builder (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.15.0 keyboard_arrow_down
public static final class ReplicatingStep . Builder extends GeneratedMessageV3 . Builder<ReplicatingStep . Builder > implements ReplicatingStepOrBuilder
ReplicatingStep contains specific step details.
Protobuf type google.events.cloud.vmmigration.v1.ReplicatingStep
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReplicatingStep . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ReplicatingStep build ()
buildPartial()
public ReplicatingStep buildPartial ()
clear()
public ReplicatingStep . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ReplicatingStep . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearLastThirtyMinutesAverageBytesPerSecond()
public ReplicatingStep . Builder clearLastThirtyMinutesAverageBytesPerSecond ()
The source disks replication rate for the last 30 minutes in bytes per
second.
int64 last_thirty_minutes_average_bytes_per_second = 4;
clearLastTwoMinutesAverageBytesPerSecond()
public ReplicatingStep . Builder clearLastTwoMinutesAverageBytesPerSecond ()
The source disks replication rate for the last 2 minutes in bytes per
second.
int64 last_two_minutes_average_bytes_per_second = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
public ReplicatingStep . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearReplicatedBytes()
public ReplicatingStep . Builder clearReplicatedBytes ()
Replicated bytes in the step.
int64 replicated_bytes = 2;
clearTotalBytes()
public ReplicatingStep . Builder clearTotalBytes ()
Total bytes to be handled in the step.
int64 total_bytes = 1;
clone()
public ReplicatingStep . Builder clone ()
Overrides
getDefaultInstanceForType()
public ReplicatingStep getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
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.
getReplicatedBytes()
public long getReplicatedBytes ()
Replicated bytes in the step.
int64 replicated_bytes = 2;
Returns
Type
Description
long
The replicatedBytes.
getTotalBytes()
public long getTotalBytes ()
Total bytes to be handled in the step.
int64 total_bytes = 1;
Returns
Type
Description
long
The totalBytes.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ReplicatingStep other)
public ReplicatingStep . Builder mergeFrom ( ReplicatingStep other )
public ReplicatingStep . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ReplicatingStep . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReplicatingStep . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ReplicatingStep . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setLastThirtyMinutesAverageBytesPerSecond(long value)
public ReplicatingStep . Builder setLastThirtyMinutesAverageBytesPerSecond ( long value )
The source disks replication rate for the last 30 minutes in bytes per
second.
int64 last_thirty_minutes_average_bytes_per_second = 4;
Parameter
Name
Description
value
long
The lastThirtyMinutesAverageBytesPerSecond to set.
setLastTwoMinutesAverageBytesPerSecond(long value)
public ReplicatingStep . Builder setLastTwoMinutesAverageBytesPerSecond ( long value )
The source disks replication rate for the last 2 minutes in bytes per
second.
int64 last_two_minutes_average_bytes_per_second = 3;
Parameter
Name
Description
value
long
The lastTwoMinutesAverageBytesPerSecond to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReplicatingStep . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setReplicatedBytes(long value)
public ReplicatingStep . Builder setReplicatedBytes ( long value )
Replicated bytes in the step.
int64 replicated_bytes = 2;
Parameter
Name
Description
value
long
The replicatedBytes to set.
setTotalBytes(long value)
public ReplicatingStep . Builder setTotalBytes ( long value )
Total bytes to be handled in the step.
int64 total_bytes = 1;
Parameter
Name
Description
value
long
The totalBytes to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final ReplicatingStep . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]