google-apis-cloudresourcemanager_v1 0.43.0 → 0.44.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b3df86eec8938d31b4ba29bff05334c9d765e3f64f56ac55dbbcd8124cf430f
|
4
|
+
data.tar.gz: 8fb9d61bc4600248ce56849502121bba745114cc7cce57b2b38fb2a97d6297fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ae50c698443b92a2b6185de47a91562b54e582deb1898b98c37300f9b6770cf6ec5f8749f1a79ad492a02864f4e5162dc6047b24b4bc0415b83c4fee609c254
|
7
|
+
data.tar.gz: de1888903daebf75196bd891a5295b2e34ae77b777b83a0499f552736707a064579b79ffba9a94823e2fd686a131ce9027422d08a1b37cfa00c8e38c47d6ec03
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudresourcemanager_v1
|
2
2
|
|
3
|
+
### v0.44.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250606
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.43.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -1630,6 +1630,14 @@ module Google
|
|
1630
1630
|
class Project
|
1631
1631
|
include Google::Apis::Core::Hashable
|
1632
1632
|
|
1633
|
+
# Output only. If this project is a Management Project, list of capabilities
|
1634
|
+
# configured on the parent folder. Note, presence of any capability implies that
|
1635
|
+
# this is a Management Project. Example: `folders/123/capabilities/app-
|
1636
|
+
# management`. OUTPUT ONLY.
|
1637
|
+
# Corresponds to the JSON property `configuredCapabilities`
|
1638
|
+
# @return [Array<String>]
|
1639
|
+
attr_accessor :configured_capabilities
|
1640
|
+
|
1633
1641
|
# Creation time. Read-only.
|
1634
1642
|
# Corresponds to the JSON property `createTime`
|
1635
1643
|
# @return [String]
|
@@ -1693,6 +1701,7 @@ module Google
|
|
1693
1701
|
|
1694
1702
|
# Update properties of this object
|
1695
1703
|
def update!(**args)
|
1704
|
+
@configured_capabilities = args[:configured_capabilities] if args.key?(:configured_capabilities)
|
1696
1705
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1697
1706
|
@labels = args[:labels] if args.key?(:labels)
|
1698
1707
|
@lifecycle_state = args[:lifecycle_state] if args.key?(:lifecycle_state)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudresourcemanagerV1
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250606"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -816,6 +816,7 @@ module Google
|
|
816
816
|
class Project
|
817
817
|
# @private
|
818
818
|
class Representation < Google::Apis::Core::JsonRepresentation
|
819
|
+
collection :configured_capabilities, as: 'configuredCapabilities'
|
819
820
|
property :create_time, as: 'createTime'
|
820
821
|
hash :labels, as: 'labels'
|
821
822
|
property :lifecycle_state, as: 'lifecycleState'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudresourcemanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.44.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Resource Manager API V1
|
79
79
|
test_files: []
|