@google-cloud/resource-settings
Advanced tools
Comparing version 3.3.0 to 4.0.0
@@ -19,4 +19,8 @@ /// <reference types="node" /> | ||
* `google.rpc.Code.INVALID_ARGUMENT` if the request is malformed. | ||
* (== deprecation_description Resource Settings is deprecated. As of November | ||
* 7, 2023, no organizations will be onboarded for any of the enabled settings, | ||
* and the service will be shut down on October 1, 2024. ==) | ||
* @class | ||
* @memberof v1 | ||
* @deprecated ResourceSettingsService is deprecated and may be removed in a future version. | ||
*/ | ||
@@ -139,3 +143,4 @@ export declare class ResourceSettingsServiceClient { | ||
* @param {string} request.name | ||
* Required. The name of the setting to get. See {@link protos.google.cloud.resourcesettings.v1.Setting|Setting} for naming | ||
* Required. The name of the setting to get. See | ||
* {@link protos.google.cloud.resourcesettings.v1.Setting|Setting} for naming | ||
* requirements. | ||
@@ -181,3 +186,4 @@ * @param {google.cloud.resourcesettings.v1.SettingView} request.view | ||
* @param {google.cloud.resourcesettings.v1.Setting} request.setting | ||
* Required. The setting to update. See {@link protos.google.cloud.resourcesettings.v1.Setting|Setting} for field requirements. | ||
* Required. The setting to update. See | ||
* {@link protos.google.cloud.resourcesettings.v1.Setting|Setting} for field requirements. | ||
* @param {object} [options] | ||
@@ -205,4 +211,4 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. | ||
* @param {string} request.parent | ||
* Required. The Cloud resource that parents the setting. Must be in one of the | ||
* following forms: | ||
* Required. The Cloud resource that parents the setting. Must be in one of | ||
* the following forms: | ||
* | ||
@@ -243,4 +249,4 @@ * * `projects/{project_number}` | ||
* @param {string} request.parent | ||
* Required. The Cloud resource that parents the setting. Must be in one of the | ||
* following forms: | ||
* Required. The Cloud resource that parents the setting. Must be in one of | ||
* the following forms: | ||
* | ||
@@ -276,4 +282,4 @@ * * `projects/{project_number}` | ||
* @param {string} request.parent | ||
* Required. The Cloud resource that parents the setting. Must be in one of the | ||
* following forms: | ||
* Required. The Cloud resource that parents the setting. Must be in one of | ||
* the following forms: | ||
* | ||
@@ -280,0 +286,0 @@ * * `projects/{project_number}` |
@@ -42,4 +42,8 @@ "use strict"; | ||
* `google.rpc.Code.INVALID_ARGUMENT` if the request is malformed. | ||
* (== deprecation_description Resource Settings is deprecated. As of November | ||
* 7, 2023, no organizations will be onboarded for any of the enabled settings, | ||
* and the service will be shut down on October 1, 2024. ==) | ||
* @class | ||
* @memberof v1 | ||
* @deprecated ResourceSettingsService is deprecated and may be removed in a future version. | ||
*/ | ||
@@ -197,2 +201,3 @@ class ResourceSettingsServiceClient { | ||
if (this.resourceSettingsServiceStub) { | ||
this.warn('DEP$ResourceSettingsService', 'ResourceSettingsService is deprecated and may be removed in a future version.', 'DeprecationWarning'); | ||
return this.resourceSettingsServiceStub; | ||
@@ -228,2 +233,3 @@ } | ||
} | ||
this.warn('DEP$ResourceSettingsService', 'ResourceSettingsService is deprecated and may be removed in a future version.', 'DeprecationWarning'); | ||
return this.resourceSettingsServiceStub; | ||
@@ -359,4 +365,4 @@ } | ||
* @param {string} request.parent | ||
* Required. The Cloud resource that parents the setting. Must be in one of the | ||
* following forms: | ||
* Required. The Cloud resource that parents the setting. Must be in one of | ||
* the following forms: | ||
* | ||
@@ -406,4 +412,4 @@ * * `projects/{project_number}` | ||
* @param {string} request.parent | ||
* Required. The Cloud resource that parents the setting. Must be in one of the | ||
* following forms: | ||
* Required. The Cloud resource that parents the setting. Must be in one of | ||
* the following forms: | ||
* | ||
@@ -410,0 +416,0 @@ * * `projects/{project_number}` |
# Changelog | ||
## [4.0.0](https://github.com/googleapis/google-cloud-node/compare/resource-settings-v3.3.0...resource-settings-v4.0.0) (2024-06-05) | ||
### ⚠ BREAKING CHANGES | ||
* [resourcesettings] Resource Settings is deprecated. As of November 7, 2023, no organizations will be onboarded for any of the enabled settings, and the service will be shut down on October 1, 2024 ([#5420](https://github.com/googleapis/google-cloud-node/issues/5420)) | ||
### Documentation | ||
* [resourcesettings] Resource Settings is deprecated. As of November 7, 2023, no organizations will be onboarded for any of the enabled settings, and the service will be shut down on October 1, 2024 ([#5420](https://github.com/googleapis/google-cloud-node/issues/5420)) ([445cd4d](https://github.com/googleapis/google-cloud-node/commit/445cd4df1aa6d744f60b4dbbd769e20e7c8794c0)) | ||
## [3.3.0](https://github.com/googleapis/google-cloud-node/compare/resource-settings-v3.2.0...resource-settings-v3.3.0) (2024-05-21) | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@google-cloud/resource-settings", | ||
"version": "3.3.0", | ||
"version": "4.0.0", | ||
"description": "resourcesettings client for Node.js", | ||
@@ -64,3 +64,3 @@ "repository": { | ||
"pack-n-play": "^2.0.0", | ||
"sinon": "^17.0.0", | ||
"sinon": "^18.0.0", | ||
"typescript": "^5.1.6" | ||
@@ -67,0 +67,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1642566
28567