コード例 #1
0
 /**
  * Gets a list of the display names of any canceled data source level ingest modules.
  *
  * @return A list of canceled data source level ingest module display names, possibly empty.
  */
 public List<String> getCancelledDataSourceIngestModules() {
   return snapshot.getCancelledDataSourceIngestModules();
 }