mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): update to latest version
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/j0enR1Y0uYrSDV6RMbQcmkIwHg4\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/2KfwPsPFjdvTmw1MTymtM96q3zo\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "webmasters:v3",
|
||||
"name": "webmasters",
|
||||
"version": "v3",
|
||||
"revision": "20150624",
|
||||
"revision": "20150804",
|
||||
"title": "Webmaster Tools API",
|
||||
"description": "Lets you view Google Webmaster Tools data for your verified sites.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -143,11 +143,11 @@
|
||||
"properties": {
|
||||
"aggregationType": {
|
||||
"type": "string",
|
||||
"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."
|
||||
},
|
||||
"dimensionFilterGroups": {
|
||||
"type": "array",
|
||||
"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"
|
||||
}
|
||||
@@ -165,12 +165,12 @@
|
||||
},
|
||||
"rowLimit": {
|
||||
"type": "integer",
|
||||
"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"
|
||||
},
|
||||
"searchType": {
|
||||
"type": "string",
|
||||
"description": "[Optional; Default is WEB] The search type to filter for."
|
||||
"description": "[Optional; Default is \"web\"] The search type to filter for."
|
||||
},
|
||||
"startDate": {
|
||||
"type": "string",
|
||||
@@ -436,7 +436,7 @@
|
||||
"id": "webmasters.searchanalytics.query",
|
||||
"path": "sites/{siteUrl}/searchAnalytics/query",
|
||||
"httpMethod": "POST",
|
||||
"description": "[LIMITED ACCESS]\n\nQuery your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days.\n\nWhen date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.",
|
||||
"description": "Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days.\n\nWhen date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.",
|
||||
"parameters": {
|
||||
"siteUrl": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user