Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [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 #7358

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified ResourceSettings/metadata/V1/ResourceSettings.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
* Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the
* setting does not exist.
*
* @param string $formattedName The name of the setting to get. See [Setting][google.cloud.resourcesettings.v1.Setting] for naming
* @param string $formattedName The name of the setting to get. See
* [Setting][google.cloud.resourcesettings.v1.Setting] for naming
* requirements. Please see
* {@see ResourceSettingsServiceClient::settingName()} for help formatting this field.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
/**
* Lists all the settings that are available on the Cloud resource `parent`.
*
* @param string $parent The Cloud resource that parents the setting. Must be in one of the
* following forms:
* @param string $parent The Cloud resource that parents the setting. Must be in one of
* the following forms:
*
* * `projects/{project_number}`
* * `projects/{project_id}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
* resource is not in a Cloud Organization.
* For all requests, returns a `google.rpc.Status` with
* `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. ==)
*
* This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods.
Expand All @@ -61,6 +64,8 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @deprecated This class will be removed in the next major version update.
*
* @method PromiseInterface getSettingAsync(GetSettingRequest $request, array $optionalArgs = [])
* @method PromiseInterface listSettingsAsync(ListSettingsRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateSettingAsync(UpdateSettingRequest $request, array $optionalArgs = [])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
* resource is not in a Cloud Organization.
* For all requests, returns a `google.rpc.Status` with
* `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. ==)
*
* This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
Expand Down Expand Up @@ -395,7 +398,8 @@ public function __construct(array $options = [])
* }
* ```
*
* @param string $name Required. The name of the setting to get. See [Setting][google.cloud.resourcesettings.v1.Setting] for naming
* @param string $name Required. The name of the setting to get. See
* [Setting][google.cloud.resourcesettings.v1.Setting] for naming
* requirements.
* @param array $optionalArgs {
* Optional.
Expand Down Expand Up @@ -463,8 +467,8 @@ public function getSetting($name, array $optionalArgs = [])
* }
* ```
*
* @param string $parent Required. The Cloud resource that parents the setting. Must be in one of the
* following forms:
* @param string $parent Required. The Cloud resource that parents the setting. Must be in one of
* the following forms:
*
* * `projects/{project_number}`
* * `projects/{project_id}`
Expand Down Expand Up @@ -556,7 +560,8 @@ public function listSettings($parent, array $optionalArgs = [])
* }
* ```
*
* @param Setting $setting Required. The setting to update. See [Setting][google.cloud.resourcesettings.v1.Setting] for field requirements.
* @param Setting $setting Required. The setting to update. See
* [Setting][google.cloud.resourcesettings.v1.Setting] for field requirements.
* @param array $optionalArgs {
* Optional.
*
Expand Down
15 changes: 10 additions & 5 deletions ResourceSettings/src/V1/GetSettingRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions ResourceSettings/src/V1/ListSettingsRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading