Interface ReplicationCycleOrBuilder (1.0.5)

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
Type Description
int

The progressPercent.

getStartTime()

public abstract Timestamp getStartTime()

The time the replication cycle has started.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The time the replication cycle has started.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
TimestampOrBuilder

hasStartTime()

public abstract boolean hasStartTime()

The time the replication cycle has started.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
boolean

Whether the startTime field is set.