google-apis-secretmanager_v1beta1 0.36.0 → 0.37.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: d0abad20fb8a9e289ddf35abd0294525b72e8d294073f13a0041fc79f707ceaa
4
- data.tar.gz: 06dbfaa4a1ff57c8ab9144dd1610e4d5f83510589d6c5357d8594a96e05203f6
3
+ metadata.gz: 7f7f46e9fe241e393e5a2afd850bdcd4b69442dd76865218ebf105824104291e
4
+ data.tar.gz: 02ab7c7ee62f68d318056921ea27f40fb7969f4eee89d260b957e8ace1067d67
5
5
  SHA512:
6
- metadata.gz: 402f4d9bce34f4222fb1388be619174d0bc87324473f8d827bd1f50dab4dff18bbb2af4319787c5364c81562357817d8a20750656f76d5588375a7b057a89c94
7
- data.tar.gz: 446deda343305d6b7c1bcaa0593c54c5d09f5dd0db2e71062cd1cf98eabd6566698357b328b67da091616f3b6d8cbffe52e423709dd2518cbcca70652ea1cbd7
6
+ metadata.gz: 07a1f43a34723d90f8f70f3d0f64a3fcc2755d5677a39a0b1247f30a5840f439fc5d9f25c102cb72181e4aeb8ddd58fbc33ecbcb1179108b6929cbf976ec0513
7
+ data.tar.gz: '03417933caaa19534f7935bf25f66ca7f9c30f850ca0b0a9db8d0797a00a55562e2f36abf4762e73a42b65815a6d2b83f4fc300408403f9f21f3f55b7335265c'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-secretmanager_v1beta1
2
2
 
3
+ ### v0.37.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250626
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.36.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -673,6 +673,14 @@ module Google
673
673
  # @return [Google::Apis::SecretmanagerV1beta1::Replication]
674
674
  attr_accessor :replication
675
675
 
676
+ # Optional. Input only. Immutable. Mapping of Tag keys/values directly bound to
677
+ # this resource. For example: "123/environment": "production", "123/costCenter":
678
+ # "marketing" Tags are used to organize and group resources. Tags can be used to
679
+ # control policy evaluation for the resource.
680
+ # Corresponds to the JSON property `tags`
681
+ # @return [Hash<String,String>]
682
+ attr_accessor :tags
683
+
676
684
  def initialize(**args)
677
685
  update!(**args)
678
686
  end
@@ -683,6 +691,7 @@ module Google
683
691
  @labels = args[:labels] if args.key?(:labels)
684
692
  @name = args[:name] if args.key?(:name)
685
693
  @replication = args[:replication] if args.key?(:replication)
694
+ @tags = args[:tags] if args.key?(:tags)
686
695
  end
687
696
  end
688
697
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecretmanagerV1beta1
18
18
  # Version of the google-apis-secretmanager_v1beta1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250324"
25
+ REVISION = "20250626"
26
26
  end
27
27
  end
28
28
  end
@@ -333,6 +333,7 @@ module Google
333
333
  property :name, as: 'name'
334
334
  property :replication, as: 'replication', class: Google::Apis::SecretmanagerV1beta1::Replication, decorator: Google::Apis::SecretmanagerV1beta1::Replication::Representation
335
335
 
336
+ hash :tags, as: 'tags'
336
337
  end
337
338
  end
338
339
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-secretmanager_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.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-secretmanager_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.36.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.37.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-secretmanager_v1beta1
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.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Secret Manager API V1beta1
79
79
  test_files: []