| 637 | } |
| 638 | |
| 639 | google::cloud::StatusOr<gcs::ObjectMetadata> GetObjectMetadata(const GcsPath& path) { |
| 640 | return client_.GetObjectMetadata(path.bucket, path.object); |
| 641 | } |
| 642 | |
| 643 | private: |
| 644 | static bool IsDirectory(const gcs::ObjectMetadata& o) { |
no outgoing calls