Interface RunReportResponseOrBuilder (0.11.0)

public interface RunReportResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReportResult()

public abstract String getReportResult()

The unique name of the generated result. Use with FetchReportResultRows to retrieve data.

string report_result = 1;

Returns
Type Description
String

The reportResult.

getReportResultBytes()

public abstract ByteString getReportResultBytes()

The unique name of the generated result. Use with FetchReportResultRows to retrieve data.

string report_result = 1;

Returns
Type Description
ByteString

The bytes for reportResult.