| Package | Description |
|---|---|
| com.google.cloud.storage.spi |
| Modifier and Type | Method and Description |
|---|---|
StorageRpc.Tuple<String,Iterable<com.google.api.services.storage.model.Bucket>> |
StorageRpc.list(Map<StorageRpc.Option,?> options)
Lists the project's buckets.
|
StorageRpc.Tuple<String,Iterable<com.google.api.services.storage.model.Bucket>> |
DefaultStorageRpc.list(Map<StorageRpc.Option,?> options) |
StorageRpc.Tuple<String,Iterable<com.google.api.services.storage.model.StorageObject>> |
StorageRpc.list(String bucket,
Map<StorageRpc.Option,?> options)
Lists the bucket's blobs.
|
StorageRpc.Tuple<String,Iterable<com.google.api.services.storage.model.StorageObject>> |
DefaultStorageRpc.list(String bucket,
Map<StorageRpc.Option,?> options) |
static <X,Y> StorageRpc.Tuple<X,Y> |
StorageRpc.Tuple.of(X x,
Y y) |
StorageRpc.Tuple<String,byte[]> |
StorageRpc.read(com.google.api.services.storage.model.StorageObject from,
Map<StorageRpc.Option,?> options,
long position,
int bytes)
Reads the given amount of bytes from a storage object at the given position.
|
StorageRpc.Tuple<String,byte[]> |
DefaultStorageRpc.read(com.google.api.services.storage.model.StorageObject from,
Map<StorageRpc.Option,?> options,
long position,
int bytes) |
Copyright © 2016 Google. All rights reserved.