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 |
---|---|
abstract BucketInfo.Builder |
BucketInfo.Builder.setCors(Iterable<Cors> cors)
Sets the bucket's Cross-Origin Resource Sharing (CORS) configuration.
|
Bucket.Builder |
Bucket.Builder.setCors(Iterable<Cors> cors) |
Copyright © 2019 Google LLC. All rights reserved.