Skip to content

Commit 15e958a

Browse files
feat: Automated regeneration of secretmanager v1beta1 client (googleapis#23635)
Auto-created at 2025-07-06 10:37:18 +0000 using the toys pull request generator.
1 parent 07277dc commit 15e958a

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326846,6 +326846,8 @@
326846326846
"/secretmanager:v1beta1/Secret/labels/label": label
326847326847
"/secretmanager:v1beta1/Secret/name": name
326848326848
"/secretmanager:v1beta1/Secret/replication": replication
326849+
"/secretmanager:v1beta1/Secret/tags": tags
326850+
"/secretmanager:v1beta1/Secret/tags/tag": tag
326849326851
"/secretmanager:v1beta1/SecretPayload": secret_payload
326850326852
"/secretmanager:v1beta1/SecretPayload/data": data
326851326853
"/secretmanager:v1beta1/SecretVersion": secret_version

generated/google-apis-secretmanager_v1beta1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-secretmanager_v1beta1
22

3+
### v0.37.0 (2025-07-06)
4+
5+
* Regenerated from discovery document revision 20250626
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.36.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-secretmanager_v1beta1/lib/google/apis/secretmanager_v1beta1/classes.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,14 @@ class Secret
673673
# @return [Google::Apis::SecretmanagerV1beta1::Replication]
674674
attr_accessor :replication
675675

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+
676684
def initialize(**args)
677685
update!(**args)
678686
end
@@ -683,6 +691,7 @@ def update!(**args)
683691
@labels = args[:labels] if args.key?(:labels)
684692
@name = args[:name] if args.key?(:name)
685693
@replication = args[:replication] if args.key?(:replication)
694+
@tags = args[:tags] if args.key?(:tags)
686695
end
687696
end
688697

generated/google-apis-secretmanager_v1beta1/lib/google/apis/secretmanager_v1beta1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module SecretmanagerV1beta1
1818
# Version of the google-apis-secretmanager_v1beta1 gem
19-
GEM_VERSION = "0.36.0"
19+
GEM_VERSION = "0.37.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250324"
25+
REVISION = "20250626"
2626
end
2727
end
2828
end

generated/google-apis-secretmanager_v1beta1/lib/google/apis/secretmanager_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
333333
property :name, as: 'name'
334334
property :replication, as: 'replication', class: Google::Apis::SecretmanagerV1beta1::Replication, decorator: Google::Apis::SecretmanagerV1beta1::Replication::Representation
335335

336+
hash :tags, as: 'tags'
336337
end
337338
end
338339

0 commit comments

Comments
 (0)