| Package | Description | 
|---|---|
| com.google.cloud.storage | 
 A client for Cloud Storage - Unified object storage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cors | 
Cors.Builder.build()
Creates a CORS configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Cors> | 
BucketInfo.getCors()
Returns the bucket's Cross-Origin Resource Sharing (CORS) configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Bucket.Builder | 
Bucket.Builder.setCors(Iterable<Cors> cors)  | 
abstract BucketInfo.Builder | 
BucketInfo.Builder.setCors(Iterable<Cors> cors)
Sets the bucket's Cross-Origin Resource Sharing (CORS) configuration. 
 | 
Copyright © 2019 Google LLC. All rights reserved.