google-cloud-resource_settings 1.4.0 → 1.4.1

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: 1b5d0c9898ec607668a12e31f4acf56d82cc4add4c2af4b1836ab0f1359f1356
4
+ data.tar.gz: f586741fae6297092eab1badd8b527361c519419d913993cffffcc7559fe7c14
5
5
  SHA512:
6
- metadata.gz: ad346d2956e04c5822d6c836b98cf05daf28ba62d5f548a8d1b1175a8fdcc6d28f84a834df75f13709f703adcaf7be43a52a3dea4251e540956134dff04f901b
7
- data.tar.gz: 863a9b931add773edaf36fd8739ed09e117725bd26ca88359ca43eeae03c77fc6ebab910a80aaa75f6de3994c76c4e88ed389e6ee0b285e25d13586bb74469e5
6
+ metadata.gz: bd3c2428c379e6153af75c7bd763a18ee0156b2df56552d65d27869e2c918c86f8078c18076aa55334726a433b688c22e7ff2de9a4bbb9e9ccf79f0fa6e93e42
7
+ data.tar.gz: a6b4b279b8a7f254e9254cff8662aa250f33eb9febaeedfd4db41d42bdda7926fe085763f4e0a0d9462c978273524923242fb9228169d38acffd3c6210b44f4f
@@ -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.1"
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.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-02-26 00:00:00.000000000 Z
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