google-cloud-resource_settings 1.4.0 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d76e551c2647347dc18a707e0a35684a262be8c1d222c9fcacf432f4cc98d41c
4
- data.tar.gz: '00291a089ac83329a952edb12b94b9357ff5ecc610369b9677d4ff313a0c87d1'
3
+ metadata.gz: 120caa446b81bcd8c2a20b4a6fad1909c943885609e5d4db077b1d3454f8f3c6
4
+ data.tar.gz: fdb263a1498b73af281730fafa28ebfd42310d5a836530982d5daca0cca7ab50
5
5
  SHA512:
6
- metadata.gz: ad346d2956e04c5822d6c836b98cf05daf28ba62d5f548a8d1b1175a8fdcc6d28f84a834df75f13709f703adcaf7be43a52a3dea4251e540956134dff04f901b
7
- data.tar.gz: 863a9b931add773edaf36fd8739ed09e117725bd26ca88359ca43eeae03c77fc6ebab910a80aaa75f6de3994c76c4e88ed389e6ee0b285e25d13586bb74469e5
6
+ metadata.gz: b61f2c8a80bd09908b41b8bed9d25631d3d33b55ed30ba61f0c2c1bd54c6f3328d9d18b6550e8cbb39b980217af5f7c43df923c50d87462889f247082539b447
7
+ data.tar.gz: cdee2fc13eaed54171fbbe769ff1bfa6ff62d6405437865b5c01b3ecb20fe5eae3a072418544dbfd28da6a92fad59fcc93a02f39ecde86b859d51e46d0cf3a60
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ResourceSettings
23
- VERSION = "1.4.0"
23
+ VERSION = "1.4.2"
24
24
  end
25
25
  end
26
26
  end
@@ -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.0
4
+ version: 1.4.2
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-02-26 00:00:00.000000000 Z
11
+ date: 2024-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core