Interface FetchReportResultRowsResponseOrBuilder (0.11.0)

public interface FetchReportResultRowsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComparisonDateRanges(int index)

public abstract Report.DateRange.FixedDateRange getComparisonDateRanges(int index)

The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameter
Name Description
index int
Returns
Type Description
Report.DateRange.FixedDateRange

getComparisonDateRangesCount()

public abstract int getComparisonDateRangesCount()

The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange comparison_date_ranges = 4;

Returns
Type Description
int

getComparisonDateRangesList()

public abstract List<Report.DateRange.FixedDateRange> getComparisonDateRangesList()

The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange comparison_date_ranges = 4;

Returns
Type Description
List<FixedDateRange>

getComparisonDateRangesOrBuilder(int index)

public abstract Report.DateRange.FixedDateRangeOrBuilder getComparisonDateRangesOrBuilder(int index)

The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameter
Name Description
index int
Returns
Type Description
Report.DateRange.FixedDateRangeOrBuilder

getComparisonDateRangesOrBuilderList()

public abstract List<? extends Report.DateRange.FixedDateRangeOrBuilder> getComparisonDateRangesOrBuilderList()

The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange comparison_date_ranges = 4;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.Report.DateRange.FixedDateRangeOrBuilder>

getDateRanges(int index)

public abstract Report.DateRange.FixedDateRange getDateRanges(int index)

The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange date_ranges = 3;

Parameter
Name Description
index int
Returns
Type Description
Report.DateRange.FixedDateRange

getDateRangesCount()

public abstract int getDateRangesCount()

The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange date_ranges = 3;

Returns
Type Description
int

getDateRangesList()

public abstract List<Report.DateRange.FixedDateRange> getDateRangesList()

The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange date_ranges = 3;

Returns
Type Description
List<FixedDateRange>

getDateRangesOrBuilder(int index)

public abstract Report.DateRange.FixedDateRangeOrBuilder getDateRangesOrBuilder(int index)

The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange date_ranges = 3;

Parameter
Name Description
index int
Returns
Type Description
Report.DateRange.FixedDateRangeOrBuilder

getDateRangesOrBuilderList()

public abstract List<? extends Report.DateRange.FixedDateRangeOrBuilder> getDateRangesOrBuilderList()

The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).

repeated .google.ads.admanager.v1.Report.DateRange.FixedDateRange date_ranges = 3;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.Report.DateRange.FixedDateRangeOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 6;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 6;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getRows(int index)

public abstract Report.DataTable.Row getRows(int index)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.Report.DataTable.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
Report.DataTable.Row

getRowsCount()

public abstract int getRowsCount()

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.Report.DataTable.Row rows = 1;

Returns
Type Description
int

getRowsList()

public abstract List<Report.DataTable.Row> getRowsList()

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.Report.DataTable.Row rows = 1;

Returns
Type Description
List<Row>

getRowsOrBuilder(int index)

public abstract Report.DataTable.RowOrBuilder getRowsOrBuilder(int index)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.Report.DataTable.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
Report.DataTable.RowOrBuilder

getRowsOrBuilderList()

public abstract List<? extends Report.DataTable.RowOrBuilder> getRowsOrBuilderList()

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.Report.DataTable.Row rows = 1;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.Report.DataTable.RowOrBuilder>

getRunTime()

public abstract Timestamp getRunTime()

The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.

.google.protobuf.Timestamp run_time = 2;

Returns
Type Description
Timestamp

The runTime.

getRunTimeOrBuilder()

public abstract TimestampOrBuilder getRunTimeOrBuilder()

The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.

.google.protobuf.Timestamp run_time = 2;

Returns
Type Description
TimestampOrBuilder

getTotalRowCount()

public abstract int getTotalRowCount()

The total number of rows available from this report. Useful for pagination. Only returned with the first page of results (when page_token is not included in the request).

int32 total_row_count = 5;

Returns
Type Description
int

The totalRowCount.

hasRunTime()

public abstract boolean hasRunTime()

The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.

.google.protobuf.Timestamp run_time = 2;

Returns
Type Description
boolean

Whether the runTime field is set.