google-apis-cloudresourcemanager_v3 0.53.0 → 0.54.0

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: 6d539a6942210bd0b3e9ab21c0fb2d69c22be254c212e235ef946182498cbfaf
4
- data.tar.gz: cf328428ba61757818c3e3d8e78eb1b531c81030748536abbdd127afe3298e51
3
+ metadata.gz: 1e894528a3a3083f909ea69c0f42a2634faa75bafbe26da7d8051df7c958f58a
4
+ data.tar.gz: ca37a3cbd5ec8f9fd3661a45b4396d0c776a8310f51a2a42893ea67e80c73429
5
5
  SHA512:
6
- metadata.gz: b4648d4b71bee5fc4c60292c92c6931cf1d0f6abfe66490d8f581d91c0ba16bbb0c424987f861351f4b4cb40954abc273ef59431a3c620b14d81c6e7de50649f
7
- data.tar.gz: afef82eeeade3b6dc749cff57270ee279b61f3a29ac3a017569b661cd0784b106247e64a3ea249c117fc226213bd03647ace0a9e6d81f5f129c5b36fb0eee6f6
6
+ metadata.gz: b94d346d07817ea6bc76378b45726b598cee7a23a59db075e53a727ac17d11b0784c7e279401b59dd4ec16bcabe5d03ed056f09b359fa15c3479d45dae11397a
7
+ data.tar.gz: 134bfb52c1e454f6a7e35ef2e8f5e81f989a6c4b59dce3f2309415db177a7c8c1820c90f0ffe036429ab7a4b049f6a92d5820c2ecfe0573974e20951bb617ee1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.54.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250206
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.53.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV3
18
18
  # Version of the google-apis-cloudresourcemanager_v3 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240310"
25
+ REVISION = "20250206"
26
26
  end
27
27
  end
28
28
  end
@@ -979,10 +979,9 @@ module Google
979
979
  # completes, you can check the lifecycle state checked by retrieving the project
980
980
  # with GetProject, and the project remains visible to ListProjects. However, you
981
981
  # cannot update the project. After the deletion completes, the project is not
982
- # retrievable by the GetProject, ListProjects, and SearchProjects methods. This
983
- # method behaves idempotently, such that deleting a `DELETE_REQUESTED` project
984
- # will not cause an error, but also won't do anything. The caller must have `
985
- # resourcemanager.projects.delete` permissions for this project.
982
+ # retrievable by the GetProject, ListProjects, and SearchProjects methods. The
983
+ # caller must have `resourcemanager.projects.delete` permissions for this
984
+ # project.
986
985
  # @param [String] name
987
986
  # Required. The name of the Project (for example, `projects/415104041262`).
988
987
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.54.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Resource Manager API V3
82
79
  test_files: []