google-apis-accessapproval_v1 0.31.0 → 0.32.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67f70eabe7c30111c25ea69300490aa722a8e559276892bf37ac07a922a1663b
|
|
4
|
+
data.tar.gz: b145e32a1d25915dc44ee9fc274d40bf39074de5c67c9fd09edf639c8668866f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cd377855a86bfa54516284c9a54cbfbbb1383a786f2c18ba76da1ac2e1cee4a51e784072efefffc979a57ed5939c827ae3cf70902205d1fc78b7a9d6eb749f9
|
|
7
|
+
data.tar.gz: 4532cd3f86884f520814c429e413650add1be1c81bcfb758b7ac1428b053a222bf2a197c31f4bd49d6f77a792b007aa1f063f7dc78a7b5e229319baf20924131
|
data/CHANGELOG.md
CHANGED
|
@@ -121,6 +121,12 @@ module Google
|
|
|
121
121
|
# @return [Array<String>]
|
|
122
122
|
attr_accessor :notification_emails
|
|
123
123
|
|
|
124
|
+
# Optional. A pubsub topic to which notifications relating to approval requests
|
|
125
|
+
# should be sent.
|
|
126
|
+
# Corresponds to the JSON property `notificationPubsubTopic`
|
|
127
|
+
# @return [String]
|
|
128
|
+
attr_accessor :notification_pubsub_topic
|
|
129
|
+
|
|
124
130
|
# This preference is communicated to Google personnel when sending an approval
|
|
125
131
|
# request but can be overridden if necessary.
|
|
126
132
|
# Corresponds to the JSON property `preferNoBroadApprovalRequests`
|
|
@@ -148,6 +154,7 @@ module Google
|
|
|
148
154
|
@invalid_key_version = args[:invalid_key_version] if args.key?(:invalid_key_version)
|
|
149
155
|
@name = args[:name] if args.key?(:name)
|
|
150
156
|
@notification_emails = args[:notification_emails] if args.key?(:notification_emails)
|
|
157
|
+
@notification_pubsub_topic = args[:notification_pubsub_topic] if args.key?(:notification_pubsub_topic)
|
|
151
158
|
@prefer_no_broad_approval_requests = args[:prefer_no_broad_approval_requests] if args.key?(:prefer_no_broad_approval_requests)
|
|
152
159
|
@preferred_request_expiration_days = args[:preferred_request_expiration_days] if args.key?(:preferred_request_expiration_days)
|
|
153
160
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AccessapprovalV1
|
|
18
18
|
# Version of the google-apis-accessapproval_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.32.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 = "
|
|
25
|
+
REVISION = "20230915"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -131,6 +131,7 @@ module Google
|
|
|
131
131
|
property :invalid_key_version, as: 'invalidKeyVersion'
|
|
132
132
|
property :name, as: 'name'
|
|
133
133
|
collection :notification_emails, as: 'notificationEmails'
|
|
134
|
+
property :notification_pubsub_topic, as: 'notificationPubsubTopic'
|
|
134
135
|
property :prefer_no_broad_approval_requests, as: 'preferNoBroadApprovalRequests'
|
|
135
136
|
property :preferred_request_expiration_days, as: 'preferredRequestExpirationDays'
|
|
136
137
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-accessapproval_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.32.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-
|
|
11
|
+
date: 2023-09-24 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-accessapproval_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.32.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accessapproval_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.4.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Access Approval API V1
|