google-apis-cloudresourcemanager_v3 0.41.0 → 0.42.0

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: df9d44618bded9d3705753c49bab4f9f786bc8222568e285921f2f172987c870
4
- data.tar.gz: '08ce2875de6dc6a697c230b966b813b74622c31bedbe904c328f02132825c6d7'
3
+ metadata.gz: 9b5e59825689baead916f87a116b4a3b8b420191a484fc7371e7c8ff2178946d
4
+ data.tar.gz: 22c7dc2c984eb0e1212c52dc3146b022a1203c221dae9d614551b57c70d7c93c
5
5
  SHA512:
6
- metadata.gz: 2179a010ec8ccacfff76921eab4f06e18eff189a81fcebf17c3efee8522e4e73f3765fa288ab35c6cb4f86bbc5e20cb1976d6c6c4592e9d82c6ca9fc6707e1ed
7
- data.tar.gz: a41ee48312fce09fc5fd70cf377d475e4ddce2b3517168b65da45de51038f2b5bee08ad22a7d392a179b06f1234360081aa13c6f516e8aa84cc0461b4d4fe403
6
+ metadata.gz: 2e39283fba00f05457414ca3a9b183245cf4b039325f0e3eadb73c0d6527190b0fc1c3c417570f1ed10393d5dbcea6c9bd940e8dae5d802a4074d57203e16f02
7
+ data.tar.gz: 1ff369f46c3212b58c556f174e4f3a4b071b1f6ef4009a85519fa9a1716a37e58af0e1259790d4faeaa29deec5b703efc756e2c41eefaff05e6af215e7d7a1bf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.42.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230219
6
+
3
7
  ### v0.41.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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.41.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 = "20230129"
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.41.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-19 00:00:00.000000000 Z
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.41.0
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: []