google-apis-secretmanager_v1 0.42.0 → 0.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94777f67c0eed0c8d85442f8276c3afb35c4ebb556b59024fee1fbbf481ab109
|
4
|
+
data.tar.gz: 45e8a919309a8a8426659846271c37e758f24669cf700a5200dc13261d631078
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13c6ce49c8a912099b72813f97179ee19487ef1e4e496f9d760b0c8452b0b4998ed0d8d7f0a471a9feeb44e8954e5c197f2f6c245fec7aa20bd49909e72886f9
|
7
|
+
data.tar.gz: 16169994db1293d401a04121a2111e70fcf67f798294b2bfc0c86409b845db2fb7730f8e9ed6ff698884f33c9455c5eb1365ee326c8d3c101b30b60a8ce8077f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-secretmanager_v1
|
2
2
|
|
3
|
+
### v0.43.0 (2024-08-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240816
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.42.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240424
|
@@ -1162,11 +1162,11 @@ module Google
|
|
1162
1162
|
class Topic
|
1163
1163
|
include Google::Apis::Core::Hashable
|
1164
1164
|
|
1165
|
-
#
|
1166
|
-
# the following format: `projects/*/topics/*`. For publication to succeed,
|
1167
|
-
# Secret Manager service agent must have the `pubsub.topic.publish`
|
1168
|
-
# on the topic. The Pub/Sub Publisher role (`roles/pubsub.publisher`)
|
1169
|
-
# this permission.
|
1165
|
+
# Identifier. The resource name of the Pub/Sub topic that will be published to,
|
1166
|
+
# in the following format: `projects/*/topics/*`. For publication to succeed,
|
1167
|
+
# the Secret Manager service agent must have the `pubsub.topic.publish`
|
1168
|
+
# permission on the topic. The Pub/Sub Publisher role (`roles/pubsub.publisher`)
|
1169
|
+
# includes this permission.
|
1170
1170
|
# Corresponds to the JSON property `name`
|
1171
1171
|
# @return [String]
|
1172
1172
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecretmanagerV1
|
18
18
|
# Version of the google-apis-secretmanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240816"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-secretmanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.43.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: 2024-
|
11
|
+
date: 2024-08-25 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-secretmanager_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.43.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-secretmanager_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|