| Package | Description | 
|---|---|
| com.google.cloud.storage | 
 A client for Cloud Storage - Unified object storage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Storage.BlobField | 
Storage.BlobField.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Storage.BlobField[] | 
Storage.BlobField.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Storage.BlobGetOption | 
Storage.BlobGetOption.fields(Storage.BlobField... fields)
Returns an option to specify the blob's fields to be returned by the RPC call. 
 | 
static Storage.BlobListOption | 
Storage.BlobListOption.fields(Storage.BlobField... fields)
Returns an option to specify the blob's fields to be returned by the RPC call. 
 | 
Copyright © 2019 Google LLC. All rights reserved.