google-apis-secretmanager_v1beta1 0.45.0 → 0.46.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: 7b5f5de4feaf1a69b1e5125a7710d3024afaa5c8e9bc16bcc964cadc2e4cc5e6
4
- data.tar.gz: 0ce920730319d48c0fd93d7d0d403ad29cb5bcdecbbee3c95172062418f42ab6
3
+ metadata.gz: 2dae9045dee21990f1f36c2558750731b1a049f9cb3c5657f83315f8cf9615e8
4
+ data.tar.gz: 35204305424fe498c496a7b3c4aa056d43b49ace9c7f8c3c4763d89a80933781
5
5
  SHA512:
6
- metadata.gz: 892630fa284f08018a73bf23fcdef65b99d99b2e1c66b8fdaeb7374123cf101510edc855c7d28a73562932a9d4a10c20f6752e687208e13bd6793f9bbb5c7efd
7
- data.tar.gz: 8e4a6242ce43514d7334321abcf9e0cacbdde4bd6681ee7c9beb6ce8440ad7d92746a1990fd210769787b5187558d10a7b4088ba47998aea64e8a8d240ab67a1
6
+ metadata.gz: 12a0f5fe4cbd39cc0b7794a553bd17aa06ffcd695004e5a8b683d4ac15f0cbc822476de4dc8383aed60d1e774347206cdb4afc2dd0a1d2c217794c54e21bc245
7
+ data.tar.gz: 65c23aaec5b1de637dddfc2b6cf122a7c4405bbd2f178fa48d4a68c011baacd8ab8c513389923d594cfc3960affead2abdb0eeb9a5e2e2e8250f0dc7564fbf56
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-secretmanager_v1beta1
2
2
 
3
+ ### v0.46.0 (2026-08-16)
4
+
5
+ * Regenerated from discovery document revision 20260731
6
+
3
7
  ### v0.45.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -803,6 +803,40 @@ module Google
803
803
  end
804
804
  end
805
805
 
806
+ # Output-only policy member strings of a Google Cloud resource's built-in
807
+ # identity.
808
+ class ResourcePolicyMember
809
+ include Google::Apis::Core::Hashable
810
+
811
+ # Output only. IAM policy binding member referring to a Google Cloud resource by
812
+ # user-assigned name (https://google.aip.dev/122). If a resource is deleted and
813
+ # recreated with the same name, the binding will be applicable to the new
814
+ # resource. Example: `principal://parametermanager.googleapis.com/projects/12345/
815
+ # name/locations/us-central1-a/parameters/my-parameter`
816
+ # Corresponds to the JSON property `iamPolicyNamePrincipal`
817
+ # @return [String]
818
+ attr_accessor :iam_policy_name_principal
819
+
820
+ # Output only. IAM policy binding member referring to a Google Cloud resource by
821
+ # system-assigned unique identifier (https://google.aip.dev/148#uid). If a
822
+ # resource is deleted and recreated with the same name, the binding will not be
823
+ # applicable to the new resource Example: `principal://parametermanager.
824
+ # googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
825
+ # Corresponds to the JSON property `iamPolicyUidPrincipal`
826
+ # @return [String]
827
+ attr_accessor :iam_policy_uid_principal
828
+
829
+ def initialize(**args)
830
+ update!(**args)
831
+ end
832
+
833
+ # Update properties of this object
834
+ def update!(**args)
835
+ @iam_policy_name_principal = args[:iam_policy_name_principal] if args.key?(:iam_policy_name_principal)
836
+ @iam_policy_uid_principal = args[:iam_policy_uid_principal] if args.key?(:iam_policy_uid_principal)
837
+ end
838
+ end
839
+
806
840
  # A Secret is a logical secret whose value and versions can be accessed. A
807
841
  # Secret is made up of zero or more SecretVersions that represent the secret
808
842
  # data.
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260424"
25
+ REVISION = "20260731"
26
26
  end
27
27
  end
28
28
  end
@@ -148,6 +148,12 @@ module Google
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
+ class ResourcePolicyMember
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
151
157
  class Secret
152
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
159
 
@@ -385,6 +391,14 @@ module Google
385
391
  end
386
392
  end
387
393
 
394
+ class ResourcePolicyMember
395
+ # @private
396
+ class Representation < Google::Apis::Core::JsonRepresentation
397
+ property :iam_policy_name_principal, as: 'iamPolicyNamePrincipal'
398
+ property :iam_policy_uid_principal, as: 'iamPolicyUidPrincipal'
399
+ end
400
+ end
401
+
388
402
  class Secret
389
403
  # @private
390
404
  class Representation < Google::Apis::Core::JsonRepresentation
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.45.0
4
+ version: 0.46.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.45.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.46.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: