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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/webmasters": { 5 "https://www.googleapis.com/auth/webmasters": {
6 "description": "View and modify Webmaster Tools data for you r verified sites" 6 "description": "View and modify Webmaster Tools data for you r verified sites"
7 }, 7 },
8 "https://www.googleapis.com/auth/webmasters.readonly": { 8 "https://www.googleapis.com/auth/webmasters.readonly": {
9 "description": "View Webmaster Tools data for your verified sites" 9 "description": "View Webmaster Tools data for your verified sites"
10 } 10 }
11 } 11 }
12 } 12 }
13 }, 13 },
14 "basePath": "/webmasters/v3/", 14 "basePath": "/webmasters/v3/",
15 "baseUrl": "https://www.googleapis.com/webmasters/v3/", 15 "baseUrl": "https://www.googleapis.com/webmasters/v3/",
16 "batchPath": "batch", 16 "batchPath": "batch",
17 "description": "Lets you view Google Webmaster Tools data for your verified sites.", 17 "description": "Lets you view Google Webmaster Tools data for your verified sites.",
18 "discoveryVersion": "v1", 18 "discoveryVersion": "v1",
19 "documentationLink": "https://developers.google.com/webmaster-tools/", 19 "documentationLink": "https://developers.google.com/webmaster-tools/",
20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/j0enR1Y0uYrSDV6RMbQcmkIwHg4\"", 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/gUIwZD0pLIW2gJKtKYSb4CtXxBI\"",
21 "icons": { 21 "icons": {
22 "x16": "https://www.google.com/images/icons/product/webmaster_tools-16.p ng", 22 "x16": "https://www.google.com/images/icons/product/webmaster_tools-16.p ng",
23 "x32": "https://www.google.com/images/icons/product/webmaster_tools-32.p ng" 23 "x32": "https://www.google.com/images/icons/product/webmaster_tools-32.p ng"
24 }, 24 },
25 "id": "webmasters:v3", 25 "id": "webmasters:v3",
26 "kind": "discovery#restDescription", 26 "kind": "discovery#restDescription",
27 "name": "webmasters", 27 "name": "webmasters",
28 "ownerDomain": "google.com", 28 "ownerDomain": "google.com",
29 "ownerName": "Google", 29 "ownerName": "Google",
30 "parameters": { 30 "parameters": {
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 } 590 }
591 }, 591 },
592 "path": "sites/{siteUrl}/urlCrawlErrorsSamples/{url}", 592 "path": "sites/{siteUrl}/urlCrawlErrorsSamples/{url}",
593 "scopes": [ 593 "scopes": [
594 "https://www.googleapis.com/auth/webmasters" 594 "https://www.googleapis.com/auth/webmasters"
595 ] 595 ]
596 } 596 }
597 } 597 }
598 } 598 }
599 }, 599 },
600 "revision": "20150624", 600 "revision": "20150715",
601 "rootUrl": "https://www.googleapis.com/", 601 "rootUrl": "https://www.googleapis.com/",
602 "schemas": { 602 "schemas": {
603 "ApiDataRow": { 603 "ApiDataRow": {
604 "id": "ApiDataRow", 604 "id": "ApiDataRow",
605 "properties": { 605 "properties": {
606 "clicks": { 606 "clicks": {
607 "format": "double", 607 "format": "double",
608 "type": "number" 608 "type": "number"
609 }, 609 },
610 "ctr": { 610 "ctr": {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 "groupType": { 655 "groupType": {
656 "type": "string" 656 "type": "string"
657 } 657 }
658 }, 658 },
659 "type": "object" 659 "type": "object"
660 }, 660 },
661 "SearchAnalyticsQueryRequest": { 661 "SearchAnalyticsQueryRequest": {
662 "id": "SearchAnalyticsQueryRequest", 662 "id": "SearchAnalyticsQueryRequest",
663 "properties": { 663 "properties": {
664 "aggregationType": { 664 "aggregationType": {
665 "description": "[Optional; Default is AUTO] How data is aggr egated. 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 o r 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 documenta tion 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 sp ecify any value other than AUTO, the aggregation type in the result will match t he 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.", 665 "description": "[Optional; Default is \"auto\"] How data is aggregated. If aggregated by property, all data for the same property is aggrega ted; if aggregated by page, all data is aggregated by canonical URI. If you filt er 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 docum entation to learn how data is calculated differently by site versus by page.\n\n Note: If you group or filter by page, you cannot aggregate by property.\n\nIf yo u specify any value other than AUTO, the aggregation type in the result will mat ch 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 invali d.",
666 "type": "string" 666 "type": "string"
667 }, 667 },
668 "dimensionFilterGroups": { 668 "dimensionFilterGroups": {
669 "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 b y a dimension without grouping by it.", 669 "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.",
670 "items": { 670 "items": {
671 "$ref": "ApiDimensionFilterGroup" 671 "$ref": "ApiDimensionFilterGroup"
672 }, 672 },
673 "type": "array" 673 "type": "array"
674 }, 674 },
675 "dimensions": { 675 "dimensions": {
676 "description": "[Optional] Zero or more dimensions to group results by. Dimensions are the group-by values in the Search Analytics page. Dim ensions are combined to create a unique row key for each row. Results are groupe d in the order that you supply these dimensions.", 676 "description": "[Optional] Zero or more dimensions to group results by. Dimensions are the group-by values in the Search Analytics page. Dim ensions are combined to create a unique row key for each row. Results are groupe d in the order that you supply these dimensions.",
677 "items": { 677 "items": {
678 "type": "string" 678 "type": "string"
679 }, 679 },
680 "type": "array" 680 "type": "array"
681 }, 681 },
682 "endDate": { 682 "endDate": {
683 "description": "[Required] End date of the requested date ra nge, in YYYY-MM-DD format, in PST (UTC - 8:00). Must be greater than or equal to the start date. This value is included in the range.", 683 "description": "[Required] End date of the requested date ra nge, in YYYY-MM-DD format, in PST (UTC - 8:00). Must be greater than or equal to the start date. This value is included in the range.",
684 "type": "string" 684 "type": "string"
685 }, 685 },
686 "rowLimit": { 686 "rowLimit": {
687 "description": "[Optional; Default is 1000] The maximum numb er of rows to return. Must be a number from 1 to 1,000 (inclusive).", 687 "description": "[Optional; Default is 1000] The maximum numb er of rows to return. Must be a number from 1 to 5,000 (inclusive).",
688 "format": "int32", 688 "format": "int32",
689 "type": "integer" 689 "type": "integer"
690 }, 690 },
691 "searchType": { 691 "searchType": {
692 "description": "[Optional; Default is WEB] The search type t o filter for.", 692 "description": "[Optional; Default is \"web\"] The search ty pe to filter for.",
693 "type": "string" 693 "type": "string"
694 }, 694 },
695 "startDate": { 695 "startDate": {
696 "description": "[Required] Start date of the requested date range, in YYYY-MM-DD format, in PST time (UTC - 8:00). Must be less than or equa l to the end date. This value is included in the range.", 696 "description": "[Required] Start date of the requested date range, in YYYY-MM-DD format, in PST time (UTC - 8:00). Must be less than or equa l to the end date. This value is included in the range.",
697 "type": "string" 697 "type": "string"
698 } 698 }
699 }, 699 },
700 "type": "object" 700 "type": "object"
701 }, 701 },
702 "SearchAnalyticsQueryResponse": { 702 "SearchAnalyticsQueryResponse": {
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 "type": "string" 947 "type": "string"
948 } 948 }
949 }, 949 },
950 "type": "object" 950 "type": "object"
951 } 951 }
952 }, 952 },
953 "servicePath": "webmasters/v3/", 953 "servicePath": "webmasters/v3/",
954 "title": "Webmaster Tools API", 954 "title": "Webmaster Tools API",
955 "version": "v3" 955 "version": "v3"
956 } 956 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698