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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FetchReportResultRowsResponse.Builder newBuilder()
newBuilder(FetchReportResultRowsResponse prototype)
public static FetchReportResultRowsResponse.Builder newBuilder(FetchReportResultRowsResponse prototype)
public static FetchReportResultRowsResponse parseDelimitedFrom(InputStream input)
public static FetchReportResultRowsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FetchReportResultRowsResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultRowsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FetchReportResultRowsResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultRowsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultRowsResponse parseFrom(CodedInputStream input)
public static FetchReportResultRowsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultRowsResponse parseFrom(InputStream input)
public static FetchReportResultRowsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FetchReportResultRowsResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultRowsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FetchReportResultRowsResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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
|
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;
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
|
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
|
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;
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
|
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()
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()
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
|
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;
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
|
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;
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()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FetchReportResultRowsResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FetchReportResultRowsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public FetchReportResultRowsResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides