Skip to content

Commit

Permalink
all: autogenerated update (2018-01-30)
Browse files Browse the repository at this point in the history
Update:
- appengine/v1
- appengine/v1beta
- cloudbuild/v1
- drive/v2
- sheets/v4
  • Loading branch information
googleapis-publisher committed Jan 30, 2018
1 parent d7238a6 commit 7d0e2d3
Show file tree
Hide file tree
Showing 98 changed files with 96,115 additions and 95,679 deletions.
88 changes: 44 additions & 44 deletions abusiveexperiencereport/v1/abusiveexperiencereport-api.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"id": "abusiveexperiencereport:v1",
"documentationLink": "https://developers.google.com/abusive-experience-report/",
"revision": "20171129",
"discoveryVersion": "v1",
"version_module": true,
"schemas": {
"ViolatingSitesResponse": {
"description": "Response message for ListViolatingSites.",
Expand Down Expand Up @@ -78,8 +83,8 @@
},
"protocol": "rest",
"icons": {
"x32": "http://www.google.com/images/icons/product/search-32.gif",
"x16": "http://www.google.com/images/icons/product/search-16.gif"
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"canonicalName": "Abusive Experience Report",
"auth": {
Expand All @@ -102,6 +107,9 @@
"sites": {
"methods": {
"get": {
"flatPath": "v1/sites/{sitesId}",
"path": "v1/{+name}",
"id": "abusiveexperiencereport.sites.get",
"description": "Gets a summary of the abusive experience rating of a site.",
"response": {
"$ref": "SiteSummaryResponse"
Expand All @@ -121,17 +129,13 @@
},
"scopes": [
"https://www.googleapis.com/auth/xapi.zoo"
],
"flatPath": "v1/sites/{sitesId}",
"path": "v1/{+name}",
"id": "abusiveexperiencereport.sites.get"
]
}
}
},
"violatingSites": {
"methods": {
"list": {
"description": "Lists sites with Abusive Experience Report statuses of \"Failing\".",
"response": {
"$ref": "ViolatingSitesResponse"
},
Expand All @@ -143,28 +147,13 @@
"parameters": {},
"flatPath": "v1/violatingSites",
"path": "v1/violatingSites",
"id": "abusiveexperiencereport.violatingSites.list"
"id": "abusiveexperiencereport.violatingSites.list",
"description": "Lists sites with Abusive Experience Report statuses of \"Failing\"."
}
}
}
},
"parameters": {
"pp": {
"location": "query",
"description": "Pretty-print response.",
"type": "boolean",
"default": "true"
},
"oauth_token": {
"location": "query",
"description": "OAuth 2.0 token for the current user.",
"type": "string"
},
"bearer_token": {
"location": "query",
"description": "OAuth bearer token.",
"type": "string"
},
"upload_protocol": {
"location": "query",
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
Expand All @@ -182,13 +171,11 @@
"location": "query"
},
"uploadType": {
"location": "query",
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"type": "string",
"location": "query"
"type": "string"
},
"$.xgafv": {
"description": "V1 error format.",
"type": "string",
"enumDescriptions": [
"v1 error format",
"v2 error format"
Expand All @@ -197,28 +184,30 @@
"enum": [
"1",
"2"
]
],
"description": "V1 error format.",
"type": "string"
},
"callback": {
"description": "JSONP",
"type": "string",
"location": "query"
},
"alt": {
"type": "string",
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"description": "Data format for response.",
"default": "json",
"enum": [
"json",
"media",
"proto"
]
],
"type": "string",
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query"
},
"access_token": {
"location": "query",
Expand All @@ -231,20 +220,31 @@
"location": "query"
},
"quotaUser": {
"location": "query",
"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.",
"type": "string",
"location": "query"
},
"pp": {
"location": "query",
"description": "Pretty-print response.",
"type": "boolean",
"default": "true"
},
"oauth_token": {
"location": "query",
"description": "OAuth 2.0 token for the current user.",
"type": "string"
},
"bearer_token": {
"description": "OAuth bearer token.",
"type": "string",
"location": "query"
}
},
"version": "v1",
"baseUrl": "https://abusiveexperiencereport.googleapis.com/",
"servicePath": "",
"description": "View Abusive Experience Report data, and get a list of sites that have a significant number of abusive experiences.",
"kind": "discovery#restDescription",
"basePath": "",
"id": "abusiveexperiencereport:v1",
"documentationLink": "https://developers.google.com/abusive-experience-report/",
"revision": "20171129",
"discoveryVersion": "v1",
"version_module": true
"basePath": ""
}
Loading

0 comments on commit 7d0e2d3

Please sign in to comment.