Class FetchReportResultRowsResponse (0.11.0)

public final class FetchReportResultRowsResponse extends GeneratedMessageV3 implements FetchReportResultRowsResponseOrBuilder

The response message for the fetch report result rows endpoint.

Protobuf type google.ads.admanager.v1.FetchReportResultRowsResponse

Static Fields

COMPARISON_DATE_RANGES_FIELD_NUMBER

public static final int COMPARISON_DATE_RANGES_FIELD_NUMBER
Field Value
Type Description
int

DATE_RANGES_FIELD_NUMBER

public static final int DATE_RANGES_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

ROWS_FIELD_NUMBER

public static final int ROWS_FIELD_NUMBER
Field Value
Type Description
int

RUN_TIME_FIELD_NUMBER

public static final int RUN_TIME_FIELD_NUMBER
Field Value
Type Description
int

TOTAL_ROW_COUNT_FIELD_NUMBER

public static final int TOTAL_ROW_COUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FetchReportResultRowsResponse getDefaultInstance()
Returns
Type Description
FetchReportResultRowsResponse

getDescriptor()

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

newBuilder()

public static FetchReportResultRowsResponse.Builder newBuilder()
Returns
Type Description
FetchReportResultRowsResponse.Builder

newBuilder(FetchReportResultRowsResponse prototype)

public static FetchReportResultRowsResponse.Builder newBuilder(FetchReportResultRowsResponse prototype)
Parameter
Name Description
prototype FetchReportResultRowsResponse
Returns
Type Description
FetchReportResultRowsResponse.Builder

parseDelimitedFrom(InputStream input)

public static FetchReportResultRowsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchReportResultRowsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FetchReportResultRowsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FetchReportResultRowsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FetchReportResultRowsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FetchReportResultRowsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FetchReportResultRowsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchReportResultRowsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FetchReportResultRowsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchReportResultRowsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FetchReportResultRowsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FetchReportResultRowsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FetchReportResultRowsResponse> parser()
Returns
Type Description
Parser<FetchReportResultRowsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getComparisonDateRanges(int index)

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

getDefaultInstanceForType()

public FetchReportResultRowsResponse getDefaultInstanceForType()
Returns
Type Description
FetchReportResultRowsResponse

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.

getParserForType()

public Parser<FetchReportResultRowsResponse> getParserForType()
Returns
Type Description
Parser<FetchReportResultRowsResponse>
Overrides

getRows(int index)

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FetchReportResultRowsResponse.Builder newBuilderForType()
Returns
Type Description
FetchReportResultRowsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FetchReportResultRowsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FetchReportResultRowsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FetchReportResultRowsResponse.Builder toBuilder()
Returns
Type Description
FetchReportResultRowsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException