Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static Storage.BucketField |
Storage.BucketField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Storage.BucketField[] |
Storage.BucketField.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.BucketGetOption |
Storage.BucketGetOption.fields(Storage.BucketField... fields)
Returns an option to specify the bucket's fields to be returned by the RPC call.
|
static Storage.BucketListOption |
Storage.BucketListOption.fields(Storage.BucketField... fields)
Returns an option to specify the bucket's fields to be returned by the RPC call.
|
Copyright © 2019 Google LLC. All rights reserved.