Class FetchReportResultRowsResponse.Builder (0.39.0)

public static final class FetchReportResultRowsResponse.Builder extends GeneratedMessageV3.Builder<FetchReportResultRowsResponse.Builder> implements FetchReportResultRowsResponseOrBuilder

The response message for the fetch report result rows endpoint.

Protobuf type google.ads.admanager.v1.FetchReportResultRowsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllComparisonDateRanges(Iterable<? extends ReportDefinition.DateRange.FixedDateRange> values)

public FetchReportResultRowsResponse.Builder addAllComparisonDateRanges(Iterable<? extends ReportDefinition.DateRange.FixedDateRange> values)

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.ReportDefinition.DateRange.FixedDateRange>
Returns
Type Description
FetchReportResultRowsResponse.Builder

addAllDateRanges(Iterable<? extends ReportDefinition.DateRange.FixedDateRange> values)

public FetchReportResultRowsResponse.Builder addAllDateRanges(Iterable<? extends ReportDefinition.DateRange.FixedDateRange> values)

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.ReportDefinition.DateRange.FixedDateRange>
Returns
Type Description
FetchReportResultRowsResponse.Builder

addAllRows(Iterable<? extends ReportDataTable.Row> values)

public FetchReportResultRowsResponse.Builder addAllRows(Iterable<? extends ReportDataTable.Row> values)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.ReportDataTable.Row>
Returns
Type Description
FetchReportResultRowsResponse.Builder

addComparisonDateRanges(ReportDefinition.DateRange.FixedDateRange value)

public FetchReportResultRowsResponse.Builder addComparisonDateRanges(ReportDefinition.DateRange.FixedDateRange value)

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameter
Name Description
value ReportDefinition.DateRange.FixedDateRange
Returns
Type Description
FetchReportResultRowsResponse.Builder

addComparisonDateRanges(ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

public FetchReportResultRowsResponse.Builder addComparisonDateRanges(ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameter
Name Description
builderForValue ReportDefinition.DateRange.FixedDateRange.Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

addComparisonDateRanges(int index, ReportDefinition.DateRange.FixedDateRange value)

public FetchReportResultRowsResponse.Builder addComparisonDateRanges(int index, ReportDefinition.DateRange.FixedDateRange value)

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameters
Name Description
index int
value ReportDefinition.DateRange.FixedDateRange
Returns
Type Description
FetchReportResultRowsResponse.Builder

addComparisonDateRanges(int index, ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

public FetchReportResultRowsResponse.Builder addComparisonDateRanges(int index, ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameters
Name Description
index int
builderForValue ReportDefinition.DateRange.FixedDateRange.Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

addComparisonDateRangesBuilder()

public ReportDefinition.DateRange.FixedDateRange.Builder addComparisonDateRangesBuilder()

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

addComparisonDateRangesBuilder(int index)

public ReportDefinition.DateRange.FixedDateRange.Builder addComparisonDateRangesBuilder(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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameter
Name Description
index int
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

addDateRanges(ReportDefinition.DateRange.FixedDateRange value)

public FetchReportResultRowsResponse.Builder addDateRanges(ReportDefinition.DateRange.FixedDateRange value)

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameter
Name Description
value ReportDefinition.DateRange.FixedDateRange
Returns
Type Description
FetchReportResultRowsResponse.Builder

addDateRanges(ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

public FetchReportResultRowsResponse.Builder addDateRanges(ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameter
Name Description
builderForValue ReportDefinition.DateRange.FixedDateRange.Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

addDateRanges(int index, ReportDefinition.DateRange.FixedDateRange value)

public FetchReportResultRowsResponse.Builder addDateRanges(int index, ReportDefinition.DateRange.FixedDateRange value)

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameters
Name Description
index int
value ReportDefinition.DateRange.FixedDateRange
Returns
Type Description
FetchReportResultRowsResponse.Builder

addDateRanges(int index, ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

public FetchReportResultRowsResponse.Builder addDateRanges(int index, ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameters
Name Description
index int
builderForValue ReportDefinition.DateRange.FixedDateRange.Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

addDateRangesBuilder()

public ReportDefinition.DateRange.FixedDateRange.Builder addDateRangesBuilder()

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

addDateRangesBuilder(int index)

public ReportDefinition.DateRange.FixedDateRange.Builder addDateRangesBuilder(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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameter
Name Description
index int
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FetchReportResultRowsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

addRows(ReportDataTable.Row value)

public FetchReportResultRowsResponse.Builder addRows(ReportDataTable.Row value)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameter
Name Description
value ReportDataTable.Row
Returns
Type Description
FetchReportResultRowsResponse.Builder

addRows(ReportDataTable.Row.Builder builderForValue)

public FetchReportResultRowsResponse.Builder addRows(ReportDataTable.Row.Builder builderForValue)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameter
Name Description
builderForValue ReportDataTable.Row.Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

addRows(int index, ReportDataTable.Row value)

public FetchReportResultRowsResponse.Builder addRows(int index, ReportDataTable.Row value)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameters
Name Description
index int
value ReportDataTable.Row
Returns
Type Description
FetchReportResultRowsResponse.Builder

addRows(int index, ReportDataTable.Row.Builder builderForValue)

public FetchReportResultRowsResponse.Builder addRows(int index, ReportDataTable.Row.Builder builderForValue)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameters
Name Description
index int
builderForValue ReportDataTable.Row.Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

addRowsBuilder()

public ReportDataTable.Row.Builder addRowsBuilder()

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Returns
Type Description
ReportDataTable.Row.Builder

addRowsBuilder(int index)

public ReportDataTable.Row.Builder addRowsBuilder(int index)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.Row.Builder

build()

public FetchReportResultRowsResponse build()
Returns
Type Description
FetchReportResultRowsResponse

buildPartial()

public FetchReportResultRowsResponse buildPartial()
Returns
Type Description
FetchReportResultRowsResponse

clear()

public FetchReportResultRowsResponse.Builder clear()
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

clearComparisonDateRanges()

public FetchReportResultRowsResponse.Builder clearComparisonDateRanges()

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Returns
Type Description
FetchReportResultRowsResponse.Builder

clearDateRanges()

public FetchReportResultRowsResponse.Builder clearDateRanges()

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Returns
Type Description
FetchReportResultRowsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public FetchReportResultRowsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

clearNextPageToken()

public FetchReportResultRowsResponse.Builder clearNextPageToken()

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
FetchReportResultRowsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public FetchReportResultRowsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

clearRows()

public FetchReportResultRowsResponse.Builder clearRows()

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Returns
Type Description
FetchReportResultRowsResponse.Builder

clearRunTime()

public FetchReportResultRowsResponse.Builder clearRunTime()

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
FetchReportResultRowsResponse.Builder

clearTotalRowCount()

public FetchReportResultRowsResponse.Builder clearTotalRowCount()

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
FetchReportResultRowsResponse.Builder

This builder for chaining.

clone()

public FetchReportResultRowsResponse.Builder clone()
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

getComparisonDateRanges(int index)

public ReportDefinition.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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

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

getComparisonDateRangesBuilder(int index)

public ReportDefinition.DateRange.FixedDateRange.Builder getComparisonDateRangesBuilder(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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameter
Name Description
index int
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

getComparisonDateRangesBuilderList()

public List<ReportDefinition.DateRange.FixedDateRange.Builder> getComparisonDateRangesBuilderList()

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Returns
Type Description
List<Builder>

getComparisonDateRangesCount()

public 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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Returns
Type Description
int

getComparisonDateRangesList()

public List<ReportDefinition.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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Returns
Type Description
List<FixedDateRange>

getComparisonDateRangesOrBuilder(int index)

public ReportDefinition.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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

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

getComparisonDateRangesOrBuilderList()

public List<? extends ReportDefinition.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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

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

getDateRanges(int index)

public ReportDefinition.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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

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

getDateRangesBuilder(int index)

public ReportDefinition.DateRange.FixedDateRange.Builder getDateRangesBuilder(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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameter
Name Description
index int
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

getDateRangesBuilderList()

public List<ReportDefinition.DateRange.FixedDateRange.Builder> getDateRangesBuilderList()

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Returns
Type Description
List<Builder>

getDateRangesCount()

public 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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Returns
Type Description
int

getDateRangesList()

public List<ReportDefinition.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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Returns
Type Description
List<FixedDateRange>

getDateRangesOrBuilder(int index)

public ReportDefinition.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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

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

getDateRangesOrBuilderList()

public List<? extends ReportDefinition.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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

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

getDefaultInstanceForType()

public FetchReportResultRowsResponse getDefaultInstanceForType()
Returns
Type Description
FetchReportResultRowsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNextPageToken()

public 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 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 ReportDataTable.Row getRows(int index)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.Row

getRowsBuilder(int index)

public ReportDataTable.Row.Builder getRowsBuilder(int index)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.Row.Builder

getRowsBuilderList()

public List<ReportDataTable.Row.Builder> getRowsBuilderList()

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Returns
Type Description
List<Builder>

getRowsCount()

public int getRowsCount()

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Returns
Type Description
int

getRowsList()

public List<ReportDataTable.Row> getRowsList()

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Returns
Type Description
List<Row>

getRowsOrBuilder(int index)

public ReportDataTable.RowOrBuilder getRowsOrBuilder(int index)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.RowOrBuilder

getRowsOrBuilderList()

public List<? extends ReportDataTable.RowOrBuilder> getRowsOrBuilderList()

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

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

getRunTime()

public 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.

getRunTimeBuilder()

public Timestamp.Builder getRunTimeBuilder()

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
Builder

getRunTimeOrBuilder()

public 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FetchReportResultRowsResponse other)

public FetchReportResultRowsResponse.Builder mergeFrom(FetchReportResultRowsResponse other)
Parameter
Name Description
other FetchReportResultRowsResponse
Returns
Type Description
FetchReportResultRowsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FetchReportResultRowsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FetchReportResultRowsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

mergeRunTime(Timestamp value)

public FetchReportResultRowsResponse.Builder mergeRunTime(Timestamp value)

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;

Parameter
Name Description
value Timestamp
Returns
Type Description
FetchReportResultRowsResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FetchReportResultRowsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

removeComparisonDateRanges(int index)

public FetchReportResultRowsResponse.Builder removeComparisonDateRanges(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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameter
Name Description
index int
Returns
Type Description
FetchReportResultRowsResponse.Builder

removeDateRanges(int index)

public FetchReportResultRowsResponse.Builder removeDateRanges(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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameter
Name Description
index int
Returns
Type Description
FetchReportResultRowsResponse.Builder

removeRows(int index)

public FetchReportResultRowsResponse.Builder removeRows(int index)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
FetchReportResultRowsResponse.Builder

setComparisonDateRanges(int index, ReportDefinition.DateRange.FixedDateRange value)

public FetchReportResultRowsResponse.Builder setComparisonDateRanges(int index, ReportDefinition.DateRange.FixedDateRange value)

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameters
Name Description
index int
value ReportDefinition.DateRange.FixedDateRange
Returns
Type Description
FetchReportResultRowsResponse.Builder

setComparisonDateRanges(int index, ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

public FetchReportResultRowsResponse.Builder setComparisonDateRanges(int index, ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

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.ReportDefinition.DateRange.FixedDateRange comparison_date_ranges = 4;

Parameters
Name Description
index int
builderForValue ReportDefinition.DateRange.FixedDateRange.Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

setDateRanges(int index, ReportDefinition.DateRange.FixedDateRange value)

public FetchReportResultRowsResponse.Builder setDateRanges(int index, ReportDefinition.DateRange.FixedDateRange value)

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameters
Name Description
index int
value ReportDefinition.DateRange.FixedDateRange
Returns
Type Description
FetchReportResultRowsResponse.Builder

setDateRanges(int index, ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

public FetchReportResultRowsResponse.Builder setDateRanges(int index, ReportDefinition.DateRange.FixedDateRange.Builder builderForValue)

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.ReportDefinition.DateRange.FixedDateRange date_ranges = 3;

Parameters
Name Description
index int
builderForValue ReportDefinition.DateRange.FixedDateRange.Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public FetchReportResultRowsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

setNextPageToken(String value)

public FetchReportResultRowsResponse.Builder setNextPageToken(String value)

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;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
FetchReportResultRowsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public FetchReportResultRowsResponse.Builder setNextPageTokenBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
FetchReportResultRowsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FetchReportResultRowsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

setRows(int index, ReportDataTable.Row value)

public FetchReportResultRowsResponse.Builder setRows(int index, ReportDataTable.Row value)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameters
Name Description
index int
value ReportDataTable.Row
Returns
Type Description
FetchReportResultRowsResponse.Builder

setRows(int index, ReportDataTable.Row.Builder builderForValue)

public FetchReportResultRowsResponse.Builder setRows(int index, ReportDataTable.Row.Builder builderForValue)

Up to page_size rows of report data.

repeated .google.ads.admanager.v1.ReportDataTable.Row rows = 1;

Parameters
Name Description
index int
builderForValue ReportDataTable.Row.Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

setRunTime(Timestamp value)

public FetchReportResultRowsResponse.Builder setRunTime(Timestamp value)

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;

Parameter
Name Description
value Timestamp
Returns
Type Description
FetchReportResultRowsResponse.Builder

setRunTime(Timestamp.Builder builderForValue)

public FetchReportResultRowsResponse.Builder setRunTime(Timestamp.Builder builderForValue)

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;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
FetchReportResultRowsResponse.Builder

setTotalRowCount(int value)

public FetchReportResultRowsResponse.Builder setTotalRowCount(int value)

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;

Parameter
Name Description
value int

The totalRowCount to set.

Returns
Type Description
FetchReportResultRowsResponse.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final FetchReportResultRowsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides