| Package | Description |
|---|---|
| com.google.api.services.searchconsole.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ApiDataRow |
ApiDataRow.clone() |
ApiDataRow |
ApiDataRow.set(String fieldName,
Object value) |
ApiDataRow |
ApiDataRow.setClicks(Double clicks) |
ApiDataRow |
ApiDataRow.setCtr(Double ctr) |
ApiDataRow |
ApiDataRow.setImpressions(Double impressions) |
ApiDataRow |
ApiDataRow.setKeys(List<String> keys) |
ApiDataRow |
ApiDataRow.setPosition(Double position) |
| Modifier and Type | Method and Description |
|---|---|
List<ApiDataRow> |
SearchAnalyticsQueryResponse.getRows()
A list of rows grouped by the key values in the order given in the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchAnalyticsQueryResponse |
SearchAnalyticsQueryResponse.setRows(List<ApiDataRow> rows)
A list of rows grouped by the key values in the order given in the query.
|
Copyright © 2011–2025 Google. All rights reserved.