Beispiel #1
0
 def _get_most_recent_collection_snapshot_created_on_ms(
         self, collection_id):
     """Returns the most recent snapshot of the collection corresponding to
     the given collection id.
     """
     most_recent_snapshot = (
         collection_services.get_collection_snapshots_metadata(
             collection_id)[-1])
     return most_recent_snapshot['created_on_ms']
 def _get_most_recent_collection_snapshot_created_on_ms(
         self, collection_id):
     most_recent_snapshot = (
         collection_services.get_collection_snapshots_metadata(
             collection_id)[-1])
     return most_recent_snapshot['created_on_ms']
 def _get_most_recent_collection_snapshot_created_on_ms(
         self, collection_id):
     most_recent_snapshot = (
         collection_services.get_collection_snapshots_metadata(
             collection_id)[-1])
     return most_recent_snapshot['created_on_ms']