Searched refs:storage (Results 1 – 9 of 9) sorted by relevance
24 import com.google.cloud.storage.Blob;25 import com.google.cloud.storage.Bucket;26 import com.google.cloud.storage.Storage;27 import com.google.cloud.storage.Storage.BlobListOption;28 import com.google.cloud.storage.StorageOptions;80 private Storage storage; field in ShowGcsLogServlet115 this.storage = optionalVtsReportStorage.get(); in init()116 this.vtsReportBucket = storage.get(GCS_BUCKET_NAME); in init()124 this.storage = optionalVtsInfraStorage.get(); in init()125 this.vtsInfraLogBucket = storage.get(GCS_INFRA_LOG_BUCKET_NAME); in init()
4 import com.google.cloud.storage.Storage;5 import com.google.cloud.storage.StorageOptions;34 Storage storage = in getStorage() local41 return Optional.of(storage); in getStorage()
22 from google.cloud import storage114 client = storage.Client(credentials=self._credentials)164 client = storage.Client(credentials=self._credentials)183 client = storage.Client(credentials=self._credentials)258 client = storage.Client(credentials=self._credentials)307 client = storage.Client(credentials=self._credentials)332 client = storage.Client(credentials=self._credentials)
31 import com.google.cloud.storage.Blob;32 import com.google.cloud.storage.Bucket;33 import com.google.cloud.storage.Storage;84 private Storage storage; field in VtsSuiteTestJobServlet102 this.storage = optionalStorage.get(); in init()159 Bucket vtsReportBucket = this.storage.get(GCS_BUCKET_NAME); in doGet()216 Bucket vtsReportBucket = this.storage.get(GCS_BUCKET_NAME); in doPost()
36 // Device image storage type (e.g., PAB or GCS)83 // GSI storage type (e.g., PAB or GCS)99 // Test package's storage type (e.g., PAB or GCS)
3 include platform/frameworks/base:/core/java/android/os/storage/OWNERS
2 (https://storage.googleapis.com/openimages/web/index.html).
52 https://storage.googleapis.com/mobilenet_v2/checkpoints/mobilenet_v2_${variant}.tgz119 https://storage.googleapis.com/mobilenet_v3/checkpoints/v3-${variant}.tgz
18 import static android.os.storage.StorageManager.UUID_DEFAULT;