Package | Description |
---|---|
com.google.api.services.storage.model |
Modifier and Type | Method and Description |
---|---|
Bucket.Website |
Bucket.Website.clone() |
Bucket.Website |
Bucket.getWebsite()
The bucket's website configuration, controlling how the service behaves when accessing bucket
contents as a web site.
|
Bucket.Website |
Bucket.Website.set(String fieldName,
Object value) |
Bucket.Website |
Bucket.Website.setMainPageSuffix(String mainPageSuffix)
If the requested object path is missing, the service will ensure the path has a trailing '/',
append this suffix, and attempt to retrieve the resulting object.
|
Bucket.Website |
Bucket.Website.setNotFoundPage(String notFoundPage)
If the requested object path is missing, and any mainPageSuffix object is missing, if
applicable, the service will return the named object from this bucket as the content for a 404
Not Found result.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
Bucket.setWebsite(Bucket.Website website)
The bucket's website configuration, controlling how the service behaves when accessing bucket
contents as a web site.
|
Copyright © 2011–2019 Google. All rights reserved.