public static interface Bucket.WebsiteOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMainPageSuffix()
public abstract String getMainPageSuffix()
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. This allows the creation of index.html
objects to represent directory pages.
string main_page_suffix = 1;
Returns | |
---|---|
Type | Description |
String | The mainPageSuffix. |
getMainPageSuffixBytes()