google-apis-cloudresourcemanager_v3 0.41.0 → 0.42.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: 9b5e59825689baead916f87a116b4a3b8b420191a484fc7371e7c8ff2178946d
|
|
4
|
+
data.tar.gz: 22c7dc2c984eb0e1212c52dc3146b022a1203c221dae9d614551b57c70d7c93c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e39283fba00f05457414ca3a9b183245cf4b039325f0e3eadb73c0d6527190b0fc1c3c417570f1ed10393d5dbcea6c9bd940e8dae5d802a4074d57203e16f02
|
|
7
|
+
data.tar.gz: 1ff369f46c3212b58c556f174e4f3a4b071b1f6ef4009a85519fa9a1716a37e58af0e1259790d4faeaa29deec5b703efc756e2c41eefaff05e6af215e7d7a1bf
|
data/CHANGELOG.md
CHANGED
|
@@ -465,6 +465,12 @@ module Google
|
|
|
465
465
|
# @return [String]
|
|
466
466
|
attr_accessor :tag_key
|
|
467
467
|
|
|
468
|
+
# The parent name of the tag key. Must be in the format `organizations/`
|
|
469
|
+
# organization_id``.
|
|
470
|
+
# Corresponds to the JSON property `tagKeyParentName`
|
|
471
|
+
# @return [String]
|
|
472
|
+
attr_accessor :tag_key_parent_name
|
|
473
|
+
|
|
468
474
|
# Resource name for TagValue in the format `tagValues/456`.
|
|
469
475
|
# Corresponds to the JSON property `tagValue`
|
|
470
476
|
# @return [String]
|
|
@@ -480,6 +486,7 @@ module Google
|
|
|
480
486
|
@namespaced_tag_key = args[:namespaced_tag_key] if args.key?(:namespaced_tag_key)
|
|
481
487
|
@namespaced_tag_value = args[:namespaced_tag_value] if args.key?(:namespaced_tag_value)
|
|
482
488
|
@tag_key = args[:tag_key] if args.key?(:tag_key)
|
|
489
|
+
@tag_key_parent_name = args[:tag_key_parent_name] if args.key?(:tag_key_parent_name)
|
|
483
490
|
@tag_value = args[:tag_value] if args.key?(:tag_value)
|
|
484
491
|
end
|
|
485
492
|
end
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.42.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230219"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -519,6 +519,7 @@ module Google
|
|
|
519
519
|
property :namespaced_tag_key, as: 'namespacedTagKey'
|
|
520
520
|
property :namespaced_tag_value, as: 'namespacedTagValue'
|
|
521
521
|
property :tag_key, as: 'tagKey'
|
|
522
|
+
property :tag_key_parent_name, as: 'tagKeyParentName'
|
|
522
523
|
property :tag_value, as: 'tagValue'
|
|
523
524
|
end
|
|
524
525
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudresourcemanager_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.42.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02-
|
|
11
|
+
date: 2023-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.42.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|