public interface QueryAudienceListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AudienceList |
getAudienceList()
Configuration data about AudienceList being queried.
|
AudienceListOrBuilder |
getAudienceListOrBuilder()
Configuration data about AudienceList being queried.
|
AudienceRow |
getAudienceRows(int index)
Rows for each user in an audience list.
|
int |
getAudienceRowsCount()
Rows for each user in an audience list.
|
List<AudienceRow> |
getAudienceRowsList()
Rows for each user in an audience list.
|
AudienceRowOrBuilder |
getAudienceRowsOrBuilder(int index)
Rows for each user in an audience list.
|
List<? extends AudienceRowOrBuilder> |
getAudienceRowsOrBuilderList()
Rows for each user in an audience list.
|
int |
getRowCount()
The total number of rows in the query result.
|
boolean |
hasAudienceList()
Configuration data about AudienceList being queried.
|
boolean |
hasRowCount()
The total number of rows in the query result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAudienceList()
Configuration data about AudienceList being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceList correspond to the columns in the AudienceRows.
optional .google.analytics.data.v1alpha.AudienceList audience_list = 1;AudienceList getAudienceList()
Configuration data about AudienceList being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceList correspond to the columns in the AudienceRows.
optional .google.analytics.data.v1alpha.AudienceList audience_list = 1;AudienceListOrBuilder getAudienceListOrBuilder()
Configuration data about AudienceList being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceList correspond to the columns in the AudienceRows.
optional .google.analytics.data.v1alpha.AudienceList audience_list = 1;List<AudienceRow> getAudienceRowsList()
Rows for each user in an audience list. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1alpha.AudienceRow audience_rows = 2;AudienceRow getAudienceRows(int index)
Rows for each user in an audience list. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1alpha.AudienceRow audience_rows = 2;int getAudienceRowsCount()
Rows for each user in an audience list. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1alpha.AudienceRow audience_rows = 2;List<? extends AudienceRowOrBuilder> getAudienceRowsOrBuilderList()
Rows for each user in an audience list. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1alpha.AudienceRow audience_rows = 2;AudienceRowOrBuilder getAudienceRowsOrBuilder(int index)
Rows for each user in an audience list. The number of rows in this response will be less than or equal to request's page size.
repeated .google.analytics.data.v1alpha.AudienceRow audience_rows = 2;boolean hasRowCount()
The total number of rows in the query 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 query 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 © 2023 Google LLC. All rights reserved.