public interface FetchReportResultsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 3;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
string next_page_token = 3;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getReportMetadata()
public abstract ReportResultsMetadata getReportMetadata()The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Type | Description |
| ReportResultsMetadata | The reportMetadata. |
getReportMetadataOrBuilder()
public abstract ReportResultsMetadataOrBuilder getReportMetadataOrBuilder()The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Type | Description |
| ReportResultsMetadataOrBuilder |
getRows(int index)
public abstract Row getRows(int index) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Name | Description |
| index | int |
| Type | Description |
| Row |
getRowsCount()
public abstract int getRowsCount() The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Type | Description |
| int |
getRowsList()
public abstract List<Row> getRowsList() The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Type | Description |
| List<Row> |
getRowsOrBuilder(int index)
public abstract RowOrBuilder getRowsOrBuilder(int index) The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Name | Description |
| index | int |
| Type | Description |
| RowOrBuilder |
getRowsOrBuilderList()
public abstract List<? extends RowOrBuilder> getRowsOrBuilderList() The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
repeated .google.cloud.channel.v1.Row rows = 2;
| Type | Description |
| List<? extends com.google.cloud.channel.v1.RowOrBuilder> |
hasReportMetadata()
public abstract boolean hasReportMetadata()The metadata for the report results (display name, columns, row count, and date ranges).
.google.cloud.channel.v1.ReportResultsMetadata report_metadata = 1;
| Type | Description |
| boolean | Whether the reportMetadata field is set. |