- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.5
- 1.2.0
- 1.1.1
- 1.0.5
public static final class ReplicationCycle.Builder extends GeneratedMessageV3.Builder<ReplicationCycle.Builder> implements ReplicationCycleOrBuilder
ReplicationCycle contains information about the current replication cycle status.
Protobuf type google.cloud.vmmigration.v1.ReplicationCycle
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReplicationCycle.BuilderImplements
ReplicationCycleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReplicationCycle.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReplicationCycle.Builder |
build()
public ReplicationCycle build()
Type | Description |
ReplicationCycle |
buildPartial()
public ReplicationCycle buildPartial()
Type | Description |
ReplicationCycle |
clear()
public ReplicationCycle.Builder clear()
Type | Description |
ReplicationCycle.Builder |
clearField(Descriptors.FieldDescriptor field)
public ReplicationCycle.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ReplicationCycle.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ReplicationCycle.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ReplicationCycle.Builder |
clearProgressPercent()
public ReplicationCycle.Builder clearProgressPercent()
The current progress in percentage of this cycle.
int32 progress_percent = 5;
Type | Description |
ReplicationCycle.Builder | This builder for chaining. |
clearStartTime()
public ReplicationCycle.Builder clearStartTime()
The time the replication cycle has started.
.google.protobuf.Timestamp start_time = 1;
Type | Description |
ReplicationCycle.Builder |
clone()
public ReplicationCycle.Builder clone()
Type | Description |
ReplicationCycle.Builder |
getDefaultInstanceForType()
public ReplicationCycle getDefaultInstanceForType()
Type | Description |
ReplicationCycle |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getProgressPercent()
public int getProgressPercent()
The current progress in percentage of this cycle.
int32 progress_percent = 5;
Type | Description |
int | The progressPercent. |
getStartTime()
public Timestamp getStartTime()
The time the replication cycle has started.
.google.protobuf.Timestamp start_time = 1;
Type | Description |
Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
The time the replication cycle has started.
.google.protobuf.Timestamp start_time = 1;
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
The time the replication cycle has started.
.google.protobuf.Timestamp start_time = 1;
Type | Description |
TimestampOrBuilder |
hasStartTime()
public boolean hasStartTime()
The time the replication cycle has started.
.google.protobuf.Timestamp start_time = 1;
Type | Description |
boolean | Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ReplicationCycle other)
public ReplicationCycle.Builder mergeFrom(ReplicationCycle other)
Name | Description |
other | ReplicationCycle |
Type | Description |
ReplicationCycle.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReplicationCycle.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReplicationCycle.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ReplicationCycle.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ReplicationCycle.Builder |
mergeStartTime(Timestamp value)
public ReplicationCycle.Builder mergeStartTime(Timestamp value)
The time the replication cycle has started.
.google.protobuf.Timestamp start_time = 1;
Name | Description |
value | Timestamp |
Type | Description |
ReplicationCycle.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReplicationCycle.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReplicationCycle.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ReplicationCycle.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReplicationCycle.Builder |
setProgressPercent(int value)
public ReplicationCycle.Builder setProgressPercent(int value)
The current progress in percentage of this cycle.
int32 progress_percent = 5;
Name | Description |
value | int The progressPercent to set. |
Type | Description |
ReplicationCycle.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReplicationCycle.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ReplicationCycle.Builder |
setStartTime(Timestamp value)
public ReplicationCycle.Builder setStartTime(Timestamp value)
The time the replication cycle has started.
.google.protobuf.Timestamp start_time = 1;
Name | Description |
value | Timestamp |
Type | Description |
ReplicationCycle.Builder |
setStartTime(Timestamp.Builder builderForValue)
public ReplicationCycle.Builder setStartTime(Timestamp.Builder builderForValue)
The time the replication cycle has started.
.google.protobuf.Timestamp start_time = 1;
Name | Description |
builderForValue | Builder |
Type | Description |
ReplicationCycle.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ReplicationCycle.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReplicationCycle.Builder |