Home
last modified time | relevance | path

Searched defs:StorageClient (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/storage/src/com/google/storage/v2/
H A DStorageClient.java134 public class StorageClient implements BackgroundResource { class
163 protected StorageClient(StorageSettings settings) throws IOException { in StorageClient() method in StorageClient
168 protected StorageClient(StorageStub stub) { in StorageClient() method in StorageClient
/aosp_15_r20/tools/acloud/internal/lib/
H A Dgstorage_client.py31 class StorageClient(base_cloud_client.BaseCloudApiClient): class