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

Unified Diff: discovery/googleapis/webmasters__v3.json

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: discovery/googleapis/webmasters__v3.json
diff --git a/discovery/googleapis/webmasters__v3.json b/discovery/googleapis/webmasters__v3.json
index 449d7e4a6899e60f1d09e838960b3a7467569bcd..793cb8a000fc5a6ded77e9328a5b049efa46a8d5 100644
--- a/discovery/googleapis/webmasters__v3.json
+++ b/discovery/googleapis/webmasters__v3.json
@@ -17,7 +17,7 @@
"description": "Lets you view Google Webmaster Tools data for your verified sites.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/webmaster-tools/",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/j0enR1Y0uYrSDV6RMbQcmkIwHg4\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/gUIwZD0pLIW2gJKtKYSb4CtXxBI\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/webmaster_tools-16.png",
"x32": "https://www.google.com/images/icons/product/webmaster_tools-32.png"
@@ -597,7 +597,7 @@
}
}
},
- "revision": "20150624",
+ "revision": "20150715",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"ApiDataRow": {
@@ -662,11 +662,11 @@
"id": "SearchAnalyticsQueryRequest",
"properties": {
"aggregationType": {
- "description": "[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 page, depending on how you want your data calculated; see the help documentation to learn how data is calculated differently by site versus by page.\n\nNote: If you group or filter by page, you cannot aggregate by property.\n\nIf you specify any value other than AUTO, the aggregation type in the result will match the requested type, or if you request an invalid type, you will get an error. The API will never change your aggregation type if the requested type is invalid.",
+ "description": "[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 page, depending on how you want your data calculated; see the help documentation to learn how data is calculated differently by site versus by page.\n\nNote: If you group or filter by page, you cannot aggregate by property.\n\nIf you specify any value other than AUTO, the aggregation type in the result will match the requested type, or if you request an invalid type, you will get an error. The API will never change your aggregation type if the requested type is invalid.",
"type": "string"
},
"dimensionFilterGroups": {
- "description": "[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.",
+ "description": "[Optional] Zero or more filters to apply to the dimension grouping values; 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.",
"items": {
"$ref": "ApiDimensionFilterGroup"
},
@@ -684,12 +684,12 @@
"type": "string"
},
"rowLimit": {
- "description": "[Optional; Default is 1000] The maximum number of rows to return. Must be a number from 1 to 1,000 (inclusive).",
+ "description": "[Optional; Default is 1000] The maximum number of rows to return. Must be a number from 1 to 5,000 (inclusive).",
"format": "int32",
"type": "integer"
},
"searchType": {
- "description": "[Optional; Default is WEB] The search type to filter for.",
+ "description": "[Optional; Default is \"web\"] The search type to filter for.",
"type": "string"
},
"startDate": {

Powered by Google App Engine
This is Rietveld 408576698