From 7b941eea8e88f751211da9f67794b16873875e0d Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Thu, 29 Apr 2021 10:17:42 -0700 Subject: [PATCH] feat: regenerated sources --- .mocharc.js | 2 +- README.md | 2 +- package.json | 3 +-- protos/protos.d.ts | 13 +++++++------ protos/protos.js | 27 +++++++++++++++++---------- protos/protos.json | 3 ++- 6 files changed, 29 insertions(+), 21 deletions(-) diff --git a/.mocharc.js b/.mocharc.js index 82981c88..0b600509 100644 --- a/.mocharc.js +++ b/.mocharc.js @@ -14,7 +14,7 @@ const config = { "enable-source-maps": true, "throw-deprecation": true, - "timeout": 300000, + "timeout": 10000, "recursive": true } if (process.env.MOCHA_THROW_DEPRECATION === 'false') { diff --git a/README.md b/README.md index 7abe9308..3c9faba1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ -Google Compute Engine Client Library for Node.js +Compute client for Node.js A comprehensive list of changes in each version may be found in diff --git a/package.json b/package.json index 5973889b..d9dd5a12 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "@google-cloud/compute", - "description": "Google Compute Engine Client Library for Node.js", - "version": "3.0.0-alpha.1", "description": "Compute client for Node.js", + "version": "3.0.0-alpha.1", "repository": "googleapis/nodejs-compute", "license": "Apache-2.0", "author": "Google LLC", diff --git a/protos/protos.d.ts b/protos/protos.d.ts index b45ba729..409e8ee9 100644 --- a/protos/protos.d.ts +++ b/protos/protos.d.ts @@ -132745,19 +132745,19 @@ export namespace google { public selector: string; /** HttpRule get. */ - public get: string; + public get?: (string|null); /** HttpRule put. */ - public put: string; + public put?: (string|null); /** HttpRule post. */ - public post: string; + public post?: (string|null); /** HttpRule delete. */ - public delete: string; + public delete?: (string|null); /** HttpRule patch. */ - public patch: string; + public patch?: (string|null); /** HttpRule custom. */ public custom?: (google.api.ICustomHttpPattern|null); @@ -132948,7 +132948,8 @@ export namespace google { REQUIRED = 2, OUTPUT_ONLY = 3, INPUT_ONLY = 4, - IMMUTABLE = 5 + IMMUTABLE = 5, + UNORDERED_LIST = 6 } /** Properties of a ResourceDescriptor. */ diff --git a/protos/protos.js b/protos/protos.js index 29b30418..1db46639 100644 --- a/protos/protos.js +++ b/protos/protos.js @@ -323772,43 +323772,43 @@ /** * HttpRule get. - * @member {string} get + * @member {string|null|undefined} get * @memberof google.api.HttpRule * @instance */ - HttpRule.prototype.get = ""; + HttpRule.prototype.get = null; /** * HttpRule put. - * @member {string} put + * @member {string|null|undefined} put * @memberof google.api.HttpRule * @instance */ - HttpRule.prototype.put = ""; + HttpRule.prototype.put = null; /** * HttpRule post. - * @member {string} post + * @member {string|null|undefined} post * @memberof google.api.HttpRule * @instance */ - HttpRule.prototype.post = ""; + HttpRule.prototype.post = null; /** * HttpRule delete. - * @member {string} delete + * @member {string|null|undefined} delete * @memberof google.api.HttpRule * @instance */ - HttpRule.prototype["delete"] = ""; + HttpRule.prototype["delete"] = null; /** * HttpRule patch. - * @member {string} patch + * @member {string|null|undefined} patch * @memberof google.api.HttpRule * @instance */ - HttpRule.prototype.patch = ""; + HttpRule.prototype.patch = null; /** * HttpRule custom. @@ -324411,6 +324411,7 @@ * @property {number} OUTPUT_ONLY=3 OUTPUT_ONLY value * @property {number} INPUT_ONLY=4 INPUT_ONLY value * @property {number} IMMUTABLE=5 IMMUTABLE value + * @property {number} UNORDERED_LIST=6 UNORDERED_LIST value */ api.FieldBehavior = (function() { var valuesById = {}, values = Object.create(valuesById); @@ -324420,6 +324421,7 @@ values[valuesById[3] = "OUTPUT_ONLY"] = 3; values[valuesById[4] = "INPUT_ONLY"] = 4; values[valuesById[5] = "IMMUTABLE"] = 5; + values[valuesById[6] = "UNORDERED_LIST"] = 6; return values; })(); @@ -330587,6 +330589,7 @@ case 3: case 4: case 5: + case 6: break; } } @@ -330687,6 +330690,10 @@ case 5: message[".google.api.fieldBehavior"][i] = 5; break; + case "UNORDERED_LIST": + case 6: + message[".google.api.fieldBehavior"][i] = 6; + break; } } if (object[".google.api.resourceReference"] != null) { diff --git a/protos/protos.json b/protos/protos.json index 7db2931b..85884784 100644 --- a/protos/protos.json +++ b/protos/protos.json @@ -41095,7 +41095,8 @@ "REQUIRED": 2, "OUTPUT_ONLY": 3, "INPUT_ONLY": 4, - "IMMUTABLE": 5 + "IMMUTABLE": 5, + "UNORDERED_LIST": 6 } }, "resourceReference": {