google-cloud-resource_settings 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b5d0c9898ec607668a12e31f4acf56d82cc4add4c2af4b1836ab0f1359f1356
|
|
4
|
+
data.tar.gz: f586741fae6297092eab1badd8b527361c519419d913993cffffcc7559fe7c14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd3c2428c379e6153af75c7bd763a18ee0156b2df56552d65d27869e2c918c86f8078c18076aa55334726a433b688c22e7ff2de9a4bbb9e9ccf79f0fa6e93e42
|
|
7
|
+
data.tar.gz: a6b4b279b8a7f254e9254cff8662aa250f33eb9febaeedfd4db41d42bdda7926fe085763f4e0a0d9462c978273524923242fb9228169d38acffd3c6210b44f4f
|
|
@@ -72,6 +72,9 @@ module Google
|
|
|
72
72
|
# resource is not in a Cloud Organization.
|
|
73
73
|
# For all requests, returns a `google.rpc.Status` with
|
|
74
74
|
# `google.rpc.Code.INVALID_ARGUMENT` if the request is malformed.
|
|
75
|
+
# (== deprecation_description Resource Settings is deprecated. As of November
|
|
76
|
+
# 7, 2023, no organizations will be onboarded for any of the enabled settings,
|
|
77
|
+
# and the service will be shut down on October 1, 2024. ==)
|
|
75
78
|
#
|
|
76
79
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
77
80
|
# Defaults to `:v1`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-resource_settings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|