Skip to content

Commit 35c8e1c

Browse files
author
cloudsharp
committed
One-off manual update
Automation will recommence shortly...
1 parent 73e3577 commit 35c8e1c

File tree

630 files changed

+260778
-159418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

630 files changed

+260778
-159418
lines changed
Lines changed: 148 additions & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,112 @@
11
{
2+
"id": "abusiveexperiencereport:v1",
3+
"documentationLink": "https://developers.google.com/abusive-experience-report/",
4+
"revision": "20180807",
5+
"discoveryVersion": "v1",
6+
"version_module": true,
7+
"schemas": {
8+
"ViolatingSitesResponse": {
9+
"description": "Response message for ListViolatingSites.",
10+
"type": "object",
11+
"properties": {
12+
"violatingSites": {
13+
"description": "A list of summaries of violating sites.",
14+
"type": "array",
15+
"items": {
16+
"$ref": "SiteSummaryResponse"
17+
}
18+
}
19+
},
20+
"id": "ViolatingSitesResponse"
21+
},
22+
"SiteSummaryResponse": {
23+
"description": "Response message for GetSiteSummary.\nDo not confuse with same message in google.ads.experiencereport.v1",
24+
"type": "object",
25+
"properties": {
26+
"enforcementTime": {
27+
"description": "The date on which enforcement begins.",
28+
"format": "google-datetime",
29+
"type": "string"
30+
},
31+
"filterStatus": {
32+
"enumDescriptions": [
33+
"N/A.",
34+
"Ad filtering is on.",
35+
"Ad filtering is off.",
36+
"Ad filtering is paused.",
37+
"Ad filtering is pending."
38+
],
39+
"enum": [
40+
"UNKNOWN",
41+
"ON",
42+
"OFF",
43+
"PAUSED",
44+
"PENDING"
45+
],
46+
"description": "The abusive experience enforcement status of the site.",
47+
"type": "string"
48+
},
49+
"underReview": {
50+
"description": "Whether the site is currently under review.",
51+
"type": "boolean"
52+
},
53+
"reportUrl": {
54+
"description": "A link that leads to a full abusive experience report.",
55+
"type": "string"
56+
},
57+
"reviewedSite": {
58+
"description": "The name of the site reviewed.",
59+
"type": "string"
60+
},
61+
"lastChangeTime": {
62+
"description": "The last time that the site changed status.",
63+
"format": "google-datetime",
64+
"type": "string"
65+
},
66+
"abusiveStatus": {
67+
"description": "The status of the site reviewed for the abusive experiences.",
68+
"type": "string",
69+
"enumDescriptions": [
70+
"Not reviewed.",
71+
"Passing.",
72+
"Failing."
73+
],
74+
"enum": [
75+
"UNKNOWN",
76+
"PASSING",
77+
"FAILING"
78+
]
79+
}
80+
},
81+
"id": "SiteSummaryResponse"
82+
}
83+
},
84+
"protocol": "rest",
85+
"icons": {
86+
"x32": "http://www.google.com/images/icons/product/search-32.gif",
87+
"x16": "http://www.google.com/images/icons/product/search-16.gif"
88+
},
89+
"canonicalName": "Abusive Experience Report",
90+
"auth": {
91+
"oauth2": {
92+
"scopes": {
93+
"https://www.googleapis.com/auth/xapi.zoo": {
94+
"description": "Test scope for access to the Zoo service"
95+
}
96+
}
97+
}
98+
},
99+
"rootUrl": "https://abusiveexperiencereport.googleapis.com/",
100+
"ownerDomain": "google.com",
101+
"name": "abusiveexperiencereport",
102+
"batchPath": "batch",
103+
"fullyEncodeReservedExpansion": true,
104+
"title": "Abusive Experience Report API",
2105
"ownerName": "Google",
3106
"resources": {
4107
"sites": {
5108
"methods": {
6109
"get": {
7-
"flatPath": "v1/sites/{sitesId}",
8-
"path": "v1/{+name}",
9-
"id": "abusiveexperiencereport.sites.get",
10110
"description": "Gets a summary of the abusive experience rating of a site.",
11111
"response": {
12112
"$ref": "SiteSummaryResponse"
@@ -26,83 +126,44 @@
26126
"type": "string",
27127
"pattern": "^sites/[^/]+$"
28128
}
29-
}
129+
},
130+
"flatPath": "v1/sites/{sitesId}",
131+
"path": "v1/{+name}",
132+
"id": "abusiveexperiencereport.sites.get"
30133
}
31134
}
32135
},
33136
"violatingSites": {
34137
"methods": {
35138
"list": {
139+
"httpMethod": "GET",
140+
"parameterOrder": [],
36141
"response": {
37142
"$ref": "ViolatingSitesResponse"
38143
},
39-
"parameterOrder": [],
40-
"httpMethod": "GET",
144+
"parameters": {},
41145
"scopes": [
42146
"https://www.googleapis.com/auth/xapi.zoo"
43147
],
44-
"parameters": {},
45148
"flatPath": "v1/violatingSites",
46-
"path": "v1/violatingSites",
47149
"id": "abusiveexperiencereport.violatingSites.list",
150+
"path": "v1/violatingSites",
48151
"description": "Lists sites with Abusive Experience Report statuses of \"Failing\"."
49152
}
50153
}
51154
}
52155
},
53156
"parameters": {
54-
"alt": {
55-
"enumDescriptions": [
56-
"Responses with Content-Type of application/json",
57-
"Media download with context-dependent Content-Type",
58-
"Responses with Content-Type of application/x-protobuf"
59-
],
157+
"upload_protocol": {
60158
"location": "query",
61-
"description": "Data format for response.",
62-
"default": "json",
63-
"enum": [
64-
"json",
65-
"media",
66-
"proto"
67-
],
159+
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
68160
"type": "string"
69161
},
70-
"access_token": {
71-
"description": "OAuth access token.",
72-
"type": "string",
73-
"location": "query"
74-
},
75-
"key": {
76-
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
77-
"type": "string",
78-
"location": "query"
79-
},
80162
"quotaUser": {
81-
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
82-
"type": "string",
83-
"location": "query"
84-
},
85-
"pp": {
86-
"location": "query",
87-
"description": "Pretty-print response.",
88-
"type": "boolean",
89-
"default": "true"
90-
},
91-
"oauth_token": {
92163
"location": "query",
93-
"description": "OAuth 2.0 token for the current user.",
94-
"type": "string"
95-
},
96-
"bearer_token": {
97-
"location": "query",
98-
"description": "OAuth bearer token.",
164+
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
99165
"type": "string"
100166
},
101-
"upload_protocol": {
102-
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
103-
"type": "string",
104-
"location": "query"
105-
},
106167
"prettyPrint": {
107168
"location": "query",
108169
"description": "Returns response with indentations and line breaks.",
@@ -115,7 +176,17 @@
115176
"type": "string"
116177
},
117178
"fields": {
179+
"location": "query",
118180
"description": "Selector specifying which fields to include in a partial response.",
181+
"type": "string"
182+
},
183+
"callback": {
184+
"location": "query",
185+
"description": "JSONP",
186+
"type": "string"
187+
},
188+
"oauth_token": {
189+
"description": "OAuth 2.0 token for the current user.",
119190
"type": "string",
120191
"location": "query"
121192
},
@@ -132,8 +203,29 @@
132203
"description": "V1 error format.",
133204
"type": "string"
134205
},
135-
"callback": {
136-
"description": "JSONP",
206+
"alt": {
207+
"enum": [
208+
"json",
209+
"media",
210+
"proto"
211+
],
212+
"type": "string",
213+
"enumDescriptions": [
214+
"Responses with Content-Type of application/json",
215+
"Media download with context-dependent Content-Type",
216+
"Responses with Content-Type of application/x-protobuf"
217+
],
218+
"location": "query",
219+
"description": "Data format for response.",
220+
"default": "json"
221+
},
222+
"key": {
223+
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
224+
"type": "string",
225+
"location": "query"
226+
},
227+
"access_token": {
228+
"description": "OAuth access token.",
137229
"type": "string",
138230
"location": "query"
139231
}
@@ -143,108 +235,5 @@
143235
"kind": "discovery#restDescription",
144236
"description": "View Abusive Experience Report data, and get a list of sites that have a significant number of abusive experiences.",
145237
"servicePath": "",
146-
"basePath": "",
147-
"revision": "20180516",
148-
"documentationLink": "https://developers.google.com/abusive-experience-report/",
149-
"id": "abusiveexperiencereport:v1",
150-
"discoveryVersion": "v1",
151-
"version_module": true,
152-
"schemas": {
153-
"ViolatingSitesResponse": {
154-
"properties": {
155-
"violatingSites": {
156-
"description": "A list of summaries of violating sites.",
157-
"type": "array",
158-
"items": {
159-
"$ref": "SiteSummaryResponse"
160-
}
161-
}
162-
},
163-
"id": "ViolatingSitesResponse",
164-
"description": "Response message for ListViolatingSites.",
165-
"type": "object"
166-
},
167-
"SiteSummaryResponse": {
168-
"properties": {
169-
"reportUrl": {
170-
"description": "A link that leads to a full abusive experience report.",
171-
"type": "string"
172-
},
173-
"lastChangeTime": {
174-
"description": "The last time that the site changed status.",
175-
"format": "google-datetime",
176-
"type": "string"
177-
},
178-
"reviewedSite": {
179-
"description": "The name of the site reviewed.",
180-
"type": "string"
181-
},
182-
"abusiveStatus": {
183-
"enumDescriptions": [
184-
"Not reviewed.",
185-
"Passing.",
186-
"Failing."
187-
],
188-
"enum": [
189-
"UNKNOWN",
190-
"PASSING",
191-
"FAILING"
192-
],
193-
"description": "The status of the site reviewed for the abusive experiences.",
194-
"type": "string"
195-
},
196-
"enforcementTime": {
197-
"description": "The date on which enforcement begins.",
198-
"format": "google-datetime",
199-
"type": "string"
200-
},
201-
"filterStatus": {
202-
"enumDescriptions": [
203-
"N/A.",
204-
"Ad filtering is on.",
205-
"Ad filtering is off.",
206-
"Ad filtering is paused.",
207-
"Ad filtering is pending."
208-
],
209-
"enum": [
210-
"UNKNOWN",
211-
"ON",
212-
"OFF",
213-
"PAUSED",
214-
"PENDING"
215-
],
216-
"description": "The abusive experience enforcement status of the site.",
217-
"type": "string"
218-
},
219-
"underReview": {
220-
"description": "Whether the site is currently under review.",
221-
"type": "boolean"
222-
}
223-
},
224-
"id": "SiteSummaryResponse",
225-
"description": "Response message for GetSiteSummary.\nDo not confuse with same message in google.ads.experiencereport.v1",
226-
"type": "object"
227-
}
228-
},
229-
"protocol": "rest",
230-
"icons": {
231-
"x16": "http://www.google.com/images/icons/product/search-16.gif",
232-
"x32": "http://www.google.com/images/icons/product/search-32.gif"
233-
},
234-
"canonicalName": "Abusive Experience Report",
235-
"auth": {
236-
"oauth2": {
237-
"scopes": {
238-
"https://www.googleapis.com/auth/xapi.zoo": {
239-
"description": "Test scope for access to the Zoo service"
240-
}
241-
}
242-
}
243-
},
244-
"rootUrl": "https://abusiveexperiencereport.googleapis.com/",
245-
"ownerDomain": "google.com",
246-
"name": "abusiveexperiencereport",
247-
"batchPath": "batch",
248-
"fullyEncodeReservedExpansion": true,
249-
"title": "Abusive Experience Report API"
238+
"basePath": ""
250239
}

0 commit comments

Comments
 (0)