public interface QueryAudienceExportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AudienceExport |
getAudienceExport()
Configuration data about AudienceExport being queried.
|
AudienceExportOrBuilder |
getAudienceExportOrBuilder()
Configuration data about AudienceExport being queried.
|
AudienceRow |
getAudienceRows(int index)
Rows for each user in an audience export.
|
int |
getAudienceRowsCount()
Rows for each user in an audience export.
|
List<AudienceRow> |
getAudienceRowsList()
Rows for each user in an audience export.
|
AudienceRowOrBuilder |
getAudienceRowsOrBuilder(int index)
Rows for each user in an audience export.
|
List<? extends AudienceRowOrBuilder> |
getAudienceRowsOrBuilderList()
Rows for each user in an audience export.
|
int |
getRowCount()
The total number of rows in the AudienceExport result.
|
boolean |
hasAudienceExport()
Configuration data about AudienceExport being queried.
|
boolean |
hasRowCount()
The total number of rows in the AudienceExport result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAudienceExport()
Configuration data about AudienceExport being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceExport correspond to the columns in the AudienceRows.
optional .google.analytics.data.v1beta.AudienceExport audience_export = 1;AudienceExport getAudienceExport()
Configuration data about AudienceExport being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceExport correspond to the columns in the AudienceRows.
optional .google.analytics.data.v1beta.AudienceExport audience_export = 1;AudienceExportOrBuilder getAudienceExportOrBuilder()
Configuration data about AudienceExport being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceExport correspond to the columns in the AudienceRows.
optional .google.analytics.data.v1beta.AudienceExport audience_export = 1;List<AudienceRow> getAudienceRowsList()
Rows for each user in an audience export. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1beta.AudienceRow audience_rows = 2;AudienceRow getAudienceRows(int index)
Rows for each user in an audience export. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1beta.AudienceRow audience_rows = 2;int getAudienceRowsCount()
Rows for each user in an audience export. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1beta.AudienceRow audience_rows = 2;List<? extends AudienceRowOrBuilder> getAudienceRowsOrBuilderList()
Rows for each user in an audience export. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1beta.AudienceRow audience_rows = 2;AudienceRowOrBuilder getAudienceRowsOrBuilder(int index)
Rows for each user in an audience export. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1beta.AudienceRow audience_rows = 2;boolean hasRowCount()
The total number of rows in the AudienceExport result. `rowCount` is independent of the number of rows returned in the response, the `limit` request parameter, and the `offset` request parameter. For example if a query returns 175 rows and includes `limit` of 50 in the API request, the response will contain `rowCount` of 175 but only 50 rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
optional int32 row_count = 3;int getRowCount()
The total number of rows in the AudienceExport result. `rowCount` is independent of the number of rows returned in the response, the `limit` request parameter, and the `offset` request parameter. For example if a query returns 175 rows and includes `limit` of 50 in the API request, the response will contain `rowCount` of 175 but only 50 rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
optional int32 row_count = 3;Copyright © 2024 Google LLC. All rights reserved.