Interface ExportSavedReportResponseOrBuilder (0.1.0)

See more code actions.
public interface ExportSavedReportResponseOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getDownloadUrl()

The link to the exported file.

string download_url = 1;

Returns
Type Description
String

The downloadUrl.

getDownloadUrlBytes()

public abstract ByteString getDownloadUrlBytes()

The link to the exported file.

string download_url = 1;

Returns
Type Description
ByteString

The bytes for downloadUrl.