v2/gcs-to-sourcedb/src/main/java/com/google/cloud/teleport/v2/templates/common/TrimmedShardedDataChangeRecord.java [44:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public TrimmedShardedDataChangeRecord(
      com.google.cloud.Timestamp commitTimestamp,
      String serverTransactionId,
      String recordSequence,
      String tableName,
      List<Mod> mods,
      ModType modType,
      long numberOfRecordsInTransaction,
      String transactionTag) {
    this.commitTimestamp = commitTimestamp;
    this.serverTransactionId = serverTransactionId;
    this.recordSequence = recordSequence;
    this.tableName = tableName;
    this.mods = mods;
    this.modType = modType;
    this.numberOfRecordsInTransaction = numberOfRecordsInTransaction;
    this.transactionTag = transactionTag;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



v2/spanner-change-streams-to-sharded-file-sink/src/main/java/com/google/cloud/teleport/v2/templates/common/TrimmedShardedDataChangeRecord.java [44:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public TrimmedShardedDataChangeRecord(
      com.google.cloud.Timestamp commitTimestamp,
      String serverTransactionId,
      String recordSequence,
      String tableName,
      List<Mod> mods,
      ModType modType,
      long numberOfRecordsInTransaction,
      String transactionTag) {
    this.commitTimestamp = commitTimestamp;
    this.serverTransactionId = serverTransactionId;
    this.recordSequence = recordSequence;
    this.tableName = tableName;
    this.mods = mods;
    this.modType = modType;
    this.numberOfRecordsInTransaction = numberOfRecordsInTransaction;
    this.transactionTag = transactionTag;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



