Interface Bucket.WebsiteOrBuilder (2.29.1)

public static interface Bucket.WebsiteOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
String

The mainPageSuffix.

getMainPageSuffixBytes()