Interface QueryAudienceExportResponseOrBuilder (0.52.0)

public interface QueryAudienceExportResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudienceExport()

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

Returns
TypeDescription
AudienceExport

The audienceExport.

getAudienceExportOrBuilder()

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

Returns
TypeDescription
AudienceExportOrBuilder

getAudienceRows(int index)

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AudienceRow

getAudienceRowsCount()

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

Returns
TypeDescription
int

getAudienceRowsList()

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

Returns
TypeDescription
List<AudienceRow>

getAudienceRowsOrBuilder(int index)

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AudienceRowOrBuilder

getAudienceRowsOrBuilderList()

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

Returns
TypeDescription
List<? extends com.google.analytics.data.v1beta.AudienceRowOrBuilder>

getRowCount()

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

optional int32 row_count = 3;

Returns
TypeDescription
int

The rowCount.

hasAudienceExport()

public abstract boolean 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;

Returns
TypeDescription
boolean

Whether the audienceExport field is set.

hasRowCount()

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

optional int32 row_count = 3;

Returns
TypeDescription
boolean

Whether the rowCount field is set.