Interface ReplicationCycleOrBuilder (1.5.0)

public interface ReplicationCycleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProgressPercent()

public abstract int getProgressPercent()

The current progress in percentage of this cycle.

int32 progress_percent = 5;

Returns
TypeDescription
int

The progressPercent.

getStartTime()

public abstract Timestamp getStartTime()

The time the replication cycle has started.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The time the replication cycle has started.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasStartTime()

public abstract boolean hasStartTime()

The time the replication cycle has started.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
boolean

Whether the startTime field is set.