public interface ReplicationSyncOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLastSyncTime()
public abstract Timestamp getLastSyncTime()
The most updated snapshot created time in the source that finished replication.
.google.protobuf.Timestamp last_sync_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The lastSyncTime. |
getLastSyncTimeOrBuilder()
public abstract TimestampOrBuilder getLastSyncTimeOrBuilder()
The most updated snapshot created time in the source that finished replication.
.google.protobuf.Timestamp last_sync_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasLastSyncTime()
public abstract boolean hasLastSyncTime()
The most updated snapshot created time in the source that finished replication.
.google.protobuf.Timestamp last_sync_time = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastSyncTime field is set. |