| Index: discovery/googleapis/cloudfunctions__v1.json
|
| diff --git a/discovery/googleapis/cloudfunctions__v1.json b/discovery/googleapis/cloudfunctions__v1.json
|
| index 87894397dc432ff605e4c83d491a70bf8173c867..fe888fefcfb0a09663c66d4e8f904092a3dbb0b5 100644
|
| --- a/discovery/googleapis/cloudfunctions__v1.json
|
| +++ b/discovery/googleapis/cloudfunctions__v1.json
|
| @@ -25,22 +25,6 @@
|
| "ownerDomain": "google.com",
|
| "ownerName": "Google",
|
| "parameters": {
|
| - "pp": {
|
| - "default": "true",
|
| - "description": "Pretty-print response.",
|
| - "location": "query",
|
| - "type": "boolean"
|
| - },
|
| - "bearer_token": {
|
| - "description": "OAuth bearer token.",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| - "oauth_token": {
|
| - "description": "OAuth 2.0 token for the current user.",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| "upload_protocol": {
|
| "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
|
| "location": "query",
|
| @@ -62,6 +46,11 @@
|
| "location": "query",
|
| "type": "string"
|
| },
|
| + "callback": {
|
| + "description": "JSONP",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| "$.xgafv": {
|
| "description": "V1 error format.",
|
| "enum": [
|
| @@ -75,11 +64,6 @@
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "callback": {
|
| - "description": "JSONP",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| "alt": {
|
| "default": "json",
|
| "description": "Data format for response.",
|
| @@ -110,6 +94,22 @@
|
| "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.",
|
| "location": "query",
|
| "type": "string"
|
| + },
|
| + "pp": {
|
| + "default": "true",
|
| + "description": "Pretty-print response.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| + "oauth_token": {
|
| + "description": "OAuth 2.0 token for the current user.",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "bearer_token": {
|
| + "description": "OAuth bearer token.",
|
| + "location": "query",
|
| + "type": "string"
|
| }
|
| },
|
| "protocol": "rest",
|
| @@ -190,11 +190,6 @@
|
| "name"
|
| ],
|
| "parameters": {
|
| - "filter": {
|
| - "description": "The standard list filter.",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| "pageToken": {
|
| "description": "The standard list page token.",
|
| "location": "query",
|
| @@ -212,6 +207,11 @@
|
| "format": "int32",
|
| "location": "query",
|
| "type": "integer"
|
| + },
|
| + "filter": {
|
| + "description": "The standard list filter.",
|
| + "location": "query",
|
| + "type": "string"
|
| }
|
| },
|
| "path": "v1/{+name}/locations",
|
| @@ -227,25 +227,96 @@
|
| }
|
| }
|
| },
|
| - "revision": "20170817",
|
| + "revision": "20170907",
|
| "rootUrl": "https://cloudfunctions.googleapis.com/",
|
| "schemas": {
|
| - "OperationMetadataV1Beta2": {
|
| - "description": "Metadata describing an Operation",
|
| - "id": "OperationMetadataV1Beta2",
|
| + "Location": {
|
| + "description": "A resource that represents Google Cloud Platform location.",
|
| + "id": "Location",
|
| "properties": {
|
| - "target": {
|
| - "description": "Target of the operation - for example\nprojects/project-1/locations/region-1/functions/function-1",
|
| + "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"
|
| + },
|
| + "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"
|
| },
|
| - "request": {
|
| + "locationId": {
|
| + "description": "The canonical id for this location. For example: `\"us-east1\"`.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "ListOperationsResponse": {
|
| + "description": "The response message for Operations.ListOperations.",
|
| + "id": "ListOperationsResponse",
|
| + "properties": {
|
| + "operations": {
|
| + "description": "A list of operations that matches the specified filter in the request.",
|
| + "items": {
|
| + "$ref": "Operation"
|
| + },
|
| + "type": "array"
|
| + },
|
| + "nextPageToken": {
|
| + "description": "The standard List next-page token.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "Operation": {
|
| + "description": "This resource represents a long-running operation that is the result of a\nnetwork API call.",
|
| + "id": "Operation",
|
| + "properties": {
|
| + "metadata": {
|
| "additionalProperties": {
|
| "description": "Properties of the object. Contains field @type with type URL.",
|
| "type": "any"
|
| },
|
| - "description": "The original request that started the operation.",
|
| + "description": "Service-specific metadata associated with the operation. It typically\ncontains progress information and common metadata such as create time.\nSome services might not provide such metadata. Any method that returns a\nlong-running operation should document the metadata type, if any.",
|
| + "type": "object"
|
| + },
|
| + "done": {
|
| + "description": "If the value is `false`, it means the operation is still in progress.\nIf `true`, the operation is completed, and either `error` or `response` is\navailable.",
|
| + "type": "boolean"
|
| + },
|
| + "response": {
|
| + "additionalProperties": {
|
| + "description": "Properties of the object. Contains field @type with type URL.",
|
| + "type": "any"
|
| + },
|
| + "description": "The normal response of the operation in case of success. If the original\nmethod returns no data on success, such as `Delete`, the response is\n`google.protobuf.Empty`. If the original method is standard\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmethods, the response should have the type `XxxResponse`, where `Xxx`\nis the original method name. For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.",
|
| "type": "object"
|
| },
|
| + "name": {
|
| + "description": "The server-assigned name, which is only unique within the same service that\noriginally returns it. If you use the default HTTP mapping, the\n`name` should have the format of `operations/some/unique/name`.",
|
| + "type": "string"
|
| + },
|
| + "error": {
|
| + "$ref": "Status",
|
| + "description": "The error result of the operation in case of failure or cancellation."
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "OperationMetadataV1Beta2": {
|
| + "description": "Metadata describing an Operation",
|
| + "id": "OperationMetadataV1Beta2",
|
| + "properties": {
|
| "type": {
|
| "description": "Type of operation.",
|
| "enum": [
|
| @@ -261,6 +332,18 @@
|
| "Triggered by DeleteFunction call."
|
| ],
|
| "type": "string"
|
| + },
|
| + "target": {
|
| + "description": "Target of the operation - for example\nprojects/project-1/locations/region-1/functions/function-1",
|
| + "type": "string"
|
| + },
|
| + "request": {
|
| + "additionalProperties": {
|
| + "description": "Properties of the object. Contains field @type with type URL.",
|
| + "type": "any"
|
| + },
|
| + "description": "The original request that started the operation.",
|
| + "type": "object"
|
| }
|
| },
|
| "type": "object"
|
| @@ -309,89 +392,6 @@
|
| }
|
| },
|
| "type": "object"
|
| - },
|
| - "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"
|
| - },
|
| - "ListOperationsResponse": {
|
| - "description": "The response message for Operations.ListOperations.",
|
| - "id": "ListOperationsResponse",
|
| - "properties": {
|
| - "nextPageToken": {
|
| - "description": "The standard List next-page token.",
|
| - "type": "string"
|
| - },
|
| - "operations": {
|
| - "description": "A list of operations that matches the specified filter in the request.",
|
| - "items": {
|
| - "$ref": "Operation"
|
| - },
|
| - "type": "array"
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "Operation": {
|
| - "description": "This resource represents a long-running operation that is the result of a\nnetwork API call.",
|
| - "id": "Operation",
|
| - "properties": {
|
| - "name": {
|
| - "description": "The server-assigned name, which is only unique within the same service that\noriginally returns it. If you use the default HTTP mapping, the\n`name` should have the format of `operations/some/unique/name`.",
|
| - "type": "string"
|
| - },
|
| - "error": {
|
| - "$ref": "Status",
|
| - "description": "The error result of the operation in case of failure or cancellation."
|
| - },
|
| - "metadata": {
|
| - "additionalProperties": {
|
| - "description": "Properties of the object. Contains field @type with type URL.",
|
| - "type": "any"
|
| - },
|
| - "description": "Service-specific metadata associated with the operation. It typically\ncontains progress information and common metadata such as create time.\nSome services might not provide such metadata. Any method that returns a\nlong-running operation should document the metadata type, if any.",
|
| - "type": "object"
|
| - },
|
| - "done": {
|
| - "description": "If the value is `false`, it means the operation is still in progress.\nIf true, the operation is completed, and either `error` or `response` is\navailable.",
|
| - "type": "boolean"
|
| - },
|
| - "response": {
|
| - "additionalProperties": {
|
| - "description": "Properties of the object. Contains field @type with type URL.",
|
| - "type": "any"
|
| - },
|
| - "description": "The normal response of the operation in case of success. If the original\nmethod returns no data on success, such as `Delete`, the response is\n`google.protobuf.Empty`. If the original method is standard\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmethods, the response should have the type `XxxResponse`, where `Xxx`\nis the original method name. For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.",
|
| - "type": "object"
|
| - }
|
| - },
|
| - "type": "object"
|
| }
|
| },
|
| "servicePath": "",
|
|
|