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

Unified Diff: discovery/googleapis/cloudfunctions__v1.json

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/clouddebugger__v2.json ('k') | discovery/googleapis/cloudkms__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/cloudfunctions__v1.json
diff --git a/discovery/googleapis/cloudfunctions__v1.json b/discovery/googleapis/cloudfunctions__v1.json
index 637d1c7b965a34d6a2dacf7afb4bdef56e75360d..b457d19d0fda9cffd6acf0b06c66e1923180c251 100644
--- a/discovery/googleapis/cloudfunctions__v1.json
+++ b/discovery/googleapis/cloudfunctions__v1.json
@@ -1,13 +1,4 @@
{
- "auth": {
- "oauth2": {
- "scopes": {
- "https://www.googleapis.com/auth/cloud-platform": {
- "description": "View and manage your data across Google Cloud Platform services"
- }
- }
- }
- },
"basePath": "",
"baseUrl": "https://cloudfunctions.googleapis.com/",
"batchPath": "batch",
@@ -83,13 +74,13 @@
"location": "query",
"type": "boolean"
},
- "fields": {
- "description": "Selector specifying which fields to include in a partial response.",
+ "uploadType": {
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
},
- "uploadType": {
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
+ "fields": {
+ "description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
@@ -113,73 +104,10 @@
}
},
"protocol": "rest",
- "resources": {
- "projects": {
- "resources": {
- "locations": {
- "methods": {
- "get": {
- "description": "Get information about a location.",
- "httpMethod": "GET",
- "id": "cloudfunctions.projects.locations.get",
- "parameterOrder": [
- "name"
- ],
- "parameters": {
- "name": {
- "description": "Resource name for the location.",
- "location": "path",
- "pattern": "^projects/[^/]+/locations/[^/]+$",
- "required": true,
- "type": "string"
- }
- },
- "path": "v1/{+name}",
- "response": {
- "$ref": "Location"
- },
- "scopes": [
- "https://www.googleapis.com/auth/cloud-platform"
- ]
- }
- }
- }
- }
- }
- },
- "revision": "20170321",
+ "resources": {},
+ "revision": "20170412",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
- "Location": {
- "description": "A resource that represents Google Cloud Platform location.",
- "id": "Location",
- "properties": {
- "labels": {
- "additionalProperties": {
- "type": "string"
- },
- "description": "Cross-service attributes for the location. For example\n\n {\"cloud.googleapis.com/region\": \"us-east1\"}",
- "type": "object"
- },
- "name": {
- "description": "Resource name for the location, which may vary between implementations.\nFor example: `\"projects/example-project/locations/us-east1\"`",
- "type": "string"
- },
- "locationId": {
- "description": "The canonical id for this location. For example: `\"us-east1\"`.",
- "type": "string"
- },
- "metadata": {
- "additionalProperties": {
- "description": "Properties of the object. Contains field @type with type URL.",
- "type": "any"
- },
- "description": "Service-specific metadata. For example the available capacity at the given\nlocation.",
- "type": "object"
- }
- },
- "type": "object"
- },
"OperationMetadataV1Beta2": {
"description": "Metadata describing an Operation",
"id": "OperationMetadataV1Beta2",
« no previous file with comments | « discovery/googleapis/clouddebugger__v2.json ('k') | discovery/googleapis/cloudkms__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698