Home | History | Annotate | Download | only in cloudstorage

Lines Matching refs:GCSFileStat

120   """Get GCSFileStat of a Google Cloud storage file.
129 a GCSFileStat object containing info about this file.
140 file_stat = common.GCSFileStat(
187 """Returns a GCSFileStat iterator over a bucket.
238 A GCSFileStat iterator over matched files ordered by filename.
239 The iterator returns GCSFileStat objects. filename, etag, st_size,
243 A GCSFileStat iterator over matched files and directories ordered by
244 name. The iterator returns GCSFileStat objects. For directories,
312 GCSFileStat: a GCSFileStat for an object in the bucket.
313 They are ordered by GCSFileStat.filename.
365 GCSFileStat for the next file.
378 yield common.GCSFileStat(self._path + '/' + key,
390 GCSFileStat for the next directory.
393 yield common.GCSFileStat(