Interface ReplicationSyncOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ReplicationSync, ReplicationSync.Builder

    public interface ReplicationSyncOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getLastSyncTime()
      The most updated snapshot created time in the source that finished replication.
      com.google.protobuf.TimestampOrBuilder getLastSyncTimeOrBuilder()
      The most updated snapshot created time in the source that finished replication.
      boolean hasLastSyncTime()
      The most updated snapshot created time in the source that finished replication.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasLastSyncTime

        boolean hasLastSyncTime()
         The most updated snapshot created time in the source that finished
         replication.
         
        .google.protobuf.Timestamp last_sync_time = 1;
        Returns:
        Whether the lastSyncTime field is set.
      • getLastSyncTime

        com.google.protobuf.Timestamp getLastSyncTime()
         The most updated snapshot created time in the source that finished
         replication.
         
        .google.protobuf.Timestamp last_sync_time = 1;
        Returns:
        The lastSyncTime.
      • getLastSyncTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastSyncTimeOrBuilder()
         The most updated snapshot created time in the source that finished
         replication.
         
        .google.protobuf.Timestamp last_sync_time = 1;