- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
public interface QueryAudienceListResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAudienceList()
public abstract 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;
Returns | |
---|---|
Type | Description |
AudienceList |
The audienceList. |
getAudienceListOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
AudienceListOrBuilder |
getAudienceRows(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AudienceRow |
getAudienceRowsCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
getAudienceRowsList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<AudienceRow> |
getAudienceRowsOrBuilder(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AudienceRowOrBuilder |
getAudienceRowsOrBuilderList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.data.v1alpha.AudienceRowOrBuilder> |
getRowCount()
public abstract int getRowCount()
The total number of rows in the AudienceList 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.
optional int32 row_count = 3;
Returns | |
---|---|
Type | Description |
int |
The rowCount. |
hasAudienceList()
public abstract boolean 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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the audienceList field is set. |
hasRowCount()
public abstract boolean hasRowCount()
The total number of rows in the AudienceList 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.
optional int32 row_count = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the rowCount field is set. |