Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: generated/googleapis/lib/webmasters/v3.dart

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: generated/googleapis/lib/webmasters/v3.dart
diff --git a/generated/googleapis/lib/webmasters/v3.dart b/generated/googleapis/lib/webmasters/v3.dart
index 7d4813d21187a6d898675a78cf7bd9d23a88a02e..6e0226cbbeb36fad27020d474ad3126c9ec50d24 100644
--- a/generated/googleapis/lib/webmasters/v3.dart
+++ b/generated/googleapis/lib/webmasters/v3.dart
@@ -872,7 +872,7 @@ class ApiDimensionFilterGroup {
class SearchAnalyticsQueryRequest {
/**
- * [Optional; Default is AUTO] How data is aggregated. If aggregated by
+ * [Optional; Default is "auto"] How data is aggregated. If aggregated by
* property, all data for the same property is aggregated; if aggregated by
* page, all data is aggregated by canonical URI. If you filter or group by
* page, choose AUTO; otherwise you can aggregate either by property or by
@@ -890,9 +890,9 @@ class SearchAnalyticsQueryRequest {
core.String aggregationType;
/**
* [Optional] Zero or more filters to apply to the dimension grouping values;
- * for example, 'Country CONTAINS "Guinea"' to see only data where the country
- * contains the substring "Guinea". You can filter by a dimension without
- * grouping by it.
+ * for example, 'query contains "buy"' to see only data where the query string
+ * contains the substring "buy" (not case-sensitive). You can filter by a
+ * dimension without grouping by it.
*/
core.List<ApiDimensionFilterGroup> dimensionFilterGroups;
/**
@@ -910,10 +910,10 @@ class SearchAnalyticsQueryRequest {
core.String endDate;
/**
* [Optional; Default is 1000] The maximum number of rows to return. Must be a
- * number from 1 to 1,000 (inclusive).
+ * number from 1 to 5,000 (inclusive).
*/
core.int rowLimit;
- /** [Optional; Default is WEB] The search type to filter for. */
+ /** [Optional; Default is "web"] The search type to filter for. */
core.String searchType;
/**
* [Required] Start date of the requested date range, in YYYY-MM-DD format, in

Powered by Google App Engine
This is Rietveld 408576698