Skip to content

Commit 4047c85

Browse files
author
cloudsharp
committed
Update discovery documents and generated code
automatically_generated_update
1 parent 9e2fe1b commit 4047c85

File tree

677 files changed

+196977
-196732
lines changed

Some content is hidden

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

677 files changed

+196977
-196732
lines changed
Lines changed: 152 additions & 152 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,135 @@
11
{
2+
"kind": "discovery#restDescription",
3+
"description": "Views Abusive Experience Report data, and gets a list of sites that have a significant number of abusive experiences.",
4+
"servicePath": "",
5+
"basePath": "",
6+
"revision": "20190729",
7+
"documentationLink": "https://developers.google.com/abusive-experience-report/",
8+
"id": "abusiveexperiencereport:v1",
9+
"discoveryVersion": "v1",
10+
"version_module": true,
11+
"schemas": {
12+
"ViolatingSitesResponse": {
13+
"description": "Response message for ListViolatingSites.",
14+
"type": "object",
15+
"properties": {
16+
"violatingSites": {
17+
"description": "A list of summaries of violating sites.",
18+
"type": "array",
19+
"items": {
20+
"$ref": "SiteSummaryResponse"
21+
}
22+
}
23+
},
24+
"id": "ViolatingSitesResponse"
25+
},
26+
"SiteSummaryResponse": {
27+
"type": "object",
28+
"properties": {
29+
"filterStatus": {
30+
"description": "The abusive experience enforcement status of the site.",
31+
"type": "string",
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+
},
47+
"underReview": {
48+
"type": "boolean",
49+
"description": "Whether the site is currently under review."
50+
},
51+
"reportUrl": {
52+
"type": "string",
53+
"description": "A link that leads to a full abusive experience report."
54+
},
55+
"lastChangeTime": {
56+
"description": "The last time that the site changed status.",
57+
"format": "google-datetime",
58+
"type": "string"
59+
},
60+
"reviewedSite": {
61+
"type": "string",
62+
"description": "The name of the site reviewed."
63+
},
64+
"abusiveStatus": {
65+
"type": "string",
66+
"enumDescriptions": [
67+
"Not reviewed.",
68+
"Passing.",
69+
"Failing."
70+
],
71+
"enum": [
72+
"UNKNOWN",
73+
"PASSING",
74+
"FAILING"
75+
],
76+
"description": "The status of the site reviewed for the abusive experiences."
77+
},
78+
"enforcementTime": {
79+
"description": "The date on which enforcement begins.",
80+
"format": "google-datetime",
81+
"type": "string"
82+
}
83+
},
84+
"id": "SiteSummaryResponse",
85+
"description": "Response message for GetSiteSummary."
86+
}
87+
},
88+
"protocol": "rest",
89+
"icons": {
90+
"x32": "http://www.google.com/images/icons/product/search-32.gif",
91+
"x16": "http://www.google.com/images/icons/product/search-16.gif"
92+
},
93+
"canonicalName": "Abusive Experience Report",
94+
"auth": {
95+
"oauth2": {
96+
"scopes": {
97+
"https://www.googleapis.com/auth/xapi.zoo": {
98+
"description": "Test scope for access to the Zoo service"
99+
}
100+
}
101+
}
102+
},
103+
"rootUrl": "https://abusiveexperiencereport.googleapis.com/",
2104
"ownerDomain": "google.com",
3105
"name": "abusiveexperiencereport",
4106
"batchPath": "batch",
5107
"fullyEncodeReservedExpansion": true,
6108
"title": "Abusive Experience Report API",
7109
"ownerName": "Google",
8110
"resources": {
9-
"sites": {
111+
"violatingSites": {
10112
"methods": {
11-
"get": {
12-
"path": "v1/{+name}",
13-
"id": "abusiveexperiencereport.sites.get",
14-
"description": "Gets a summary of the abusive experience rating of a site.",
113+
"list": {
114+
"path": "v1/violatingSites",
115+
"id": "abusiveexperiencereport.violatingSites.list",
116+
"description": "Lists sites with Abusive Experience Report statuses of \"Failing\".",
15117
"response": {
16-
"$ref": "SiteSummaryResponse"
118+
"$ref": "ViolatingSitesResponse"
17119
},
18-
"parameterOrder": [
19-
"name"
20-
],
120+
"parameterOrder": [],
21121
"httpMethod": "GET",
122+
"scopes": [
123+
"https://www.googleapis.com/auth/xapi.zoo"
124+
],
125+
"parameters": {},
126+
"flatPath": "v1/violatingSites"
127+
}
128+
}
129+
},
130+
"sites": {
131+
"methods": {
132+
"get": {
22133
"scopes": [
23134
"https://www.googleapis.com/auth/xapi.zoo"
24135
],
@@ -31,40 +142,41 @@
31142
"pattern": "^sites/[^/]+$"
32143
}
33144
},
34-
"flatPath": "v1/sites/{sitesId}"
35-
}
36-
}
37-
},
38-
"violatingSites": {
39-
"methods": {
40-
"list": {
41-
"description": "Lists sites with Abusive Experience Report statuses of \"Failing\".",
42-
"httpMethod": "GET",
43-
"parameterOrder": [],
145+
"flatPath": "v1/sites/{sitesId}",
146+
"path": "v1/{+name}",
147+
"id": "abusiveexperiencereport.sites.get",
148+
"description": "Gets a summary of the abusive experience rating of a site.",
44149
"response": {
45-
"$ref": "ViolatingSitesResponse"
150+
"$ref": "SiteSummaryResponse"
46151
},
47-
"parameters": {},
48-
"scopes": [
49-
"https://www.googleapis.com/auth/xapi.zoo"
152+
"parameterOrder": [
153+
"name"
50154
],
51-
"flatPath": "v1/violatingSites",
52-
"id": "abusiveexperiencereport.violatingSites.list",
53-
"path": "v1/violatingSites"
155+
"httpMethod": "GET"
54156
}
55157
}
56158
}
57159
},
58160
"parameters": {
59-
"upload_protocol": {
60-
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
161+
"access_token": {
162+
"description": "OAuth access token.",
61163
"type": "string",
62164
"location": "query"
63165
},
166+
"key": {
167+
"location": "query",
168+
"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.",
169+
"type": "string"
170+
},
171+
"upload_protocol": {
172+
"location": "query",
173+
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
174+
"type": "string"
175+
},
64176
"quotaUser": {
177+
"location": "query",
65178
"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.",
66-
"type": "string",
67-
"location": "query"
179+
"type": "string"
68180
},
69181
"prettyPrint": {
70182
"type": "boolean",
@@ -78,23 +190,21 @@
78190
"type": "string"
79191
},
80192
"uploadType": {
81-
"type": "string",
82193
"location": "query",
83-
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
194+
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
195+
"type": "string"
84196
},
85197
"callback": {
86198
"location": "query",
87199
"description": "JSONP",
88200
"type": "string"
89201
},
90202
"oauth_token": {
91-
"location": "query",
92203
"description": "OAuth 2.0 token for the current user.",
93-
"type": "string"
204+
"type": "string",
205+
"location": "query"
94206
},
95207
"$.xgafv": {
96-
"description": "V1 error format.",
97-
"type": "string",
98208
"enumDescriptions": [
99209
"v1 error format",
100210
"v2 error format"
@@ -103,9 +213,12 @@
103213
"enum": [
104214
"1",
105215
"2"
106-
]
216+
],
217+
"description": "V1 error format.",
218+
"type": "string"
107219
},
108220
"alt": {
221+
"default": "json",
109222
"enum": [
110223
"json",
111224
"media",
@@ -118,122 +231,9 @@
118231
"Responses with Content-Type of application/x-protobuf"
119232
],
120233
"location": "query",
121-
"description": "Data format for response.",
122-
"default": "json"
123-
},
124-
"access_token": {
125-
"type": "string",
126-
"location": "query",
127-
"description": "OAuth access token."
128-
},
129-
"key": {
130-
"type": "string",
131-
"location": "query",
132-
"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."
234+
"description": "Data format for response."
133235
}
134236
},
135237
"version": "v1",
136-
"baseUrl": "https://abusiveexperiencereport.googleapis.com/",
137-
"kind": "discovery#restDescription",
138-
"description": "Views Abusive Experience Report data, and gets a list of sites that have a significant number of abusive experiences.",
139-
"servicePath": "",
140-
"basePath": "",
141-
"id": "abusiveexperiencereport:v1",
142-
"documentationLink": "https://developers.google.com/abusive-experience-report/",
143-
"revision": "20190729",
144-
"discoveryVersion": "v1",
145-
"version_module": true,
146-
"schemas": {
147-
"ViolatingSitesResponse": {
148-
"type": "object",
149-
"properties": {
150-
"violatingSites": {
151-
"type": "array",
152-
"items": {
153-
"$ref": "SiteSummaryResponse"
154-
},
155-
"description": "A list of summaries of violating sites."
156-
}
157-
},
158-
"id": "ViolatingSitesResponse",
159-
"description": "Response message for ListViolatingSites."
160-
},
161-
"SiteSummaryResponse": {
162-
"type": "object",
163-
"properties": {
164-
"filterStatus": {
165-
"type": "string",
166-
"enumDescriptions": [
167-
"N/A.",
168-
"Ad filtering is on.",
169-
"Ad filtering is off.",
170-
"Ad filtering is paused.",
171-
"Ad filtering is pending."
172-
],
173-
"enum": [
174-
"UNKNOWN",
175-
"ON",
176-
"OFF",
177-
"PAUSED",
178-
"PENDING"
179-
],
180-
"description": "The abusive experience enforcement status of the site."
181-
},
182-
"underReview": {
183-
"description": "Whether the site is currently under review.",
184-
"type": "boolean"
185-
},
186-
"reportUrl": {
187-
"description": "A link that leads to a full abusive experience report.",
188-
"type": "string"
189-
},
190-
"reviewedSite": {
191-
"description": "The name of the site reviewed.",
192-
"type": "string"
193-
},
194-
"lastChangeTime": {
195-
"description": "The last time that the site changed status.",
196-
"format": "google-datetime",
197-
"type": "string"
198-
},
199-
"abusiveStatus": {
200-
"enum": [
201-
"UNKNOWN",
202-
"PASSING",
203-
"FAILING"
204-
],
205-
"description": "The status of the site reviewed for the abusive experiences.",
206-
"type": "string",
207-
"enumDescriptions": [
208-
"Not reviewed.",
209-
"Passing.",
210-
"Failing."
211-
]
212-
},
213-
"enforcementTime": {
214-
"type": "string",
215-
"description": "The date on which enforcement begins.",
216-
"format": "google-datetime"
217-
}
218-
},
219-
"id": "SiteSummaryResponse",
220-
"description": "Response message for GetSiteSummary."
221-
}
222-
},
223-
"protocol": "rest",
224-
"icons": {
225-
"x16": "http://www.google.com/images/icons/product/search-16.gif",
226-
"x32": "http://www.google.com/images/icons/product/search-32.gif"
227-
},
228-
"canonicalName": "Abusive Experience Report",
229-
"auth": {
230-
"oauth2": {
231-
"scopes": {
232-
"https://www.googleapis.com/auth/xapi.zoo": {
233-
"description": "Test scope for access to the Zoo service"
234-
}
235-
}
236-
}
237-
},
238-
"rootUrl": "https://abusiveexperiencereport.googleapis.com/"
238+
"baseUrl": "https://abusiveexperiencereport.googleapis.com/"
239239
}

0 commit comments

Comments
 (0)