google-apis-accessapproval_v1 0.32.0 → 0.33.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: 67f70eabe7c30111c25ea69300490aa722a8e559276892bf37ac07a922a1663b
4
- data.tar.gz: b145e32a1d25915dc44ee9fc274d40bf39074de5c67c9fd09edf639c8668866f
3
+ metadata.gz: 52f89823a6ebffef7c106d2769ec7ec51d360ee54a6714191b3d10e18e5c7364
4
+ data.tar.gz: b2f455d6d7d7cc65a975f86ba8dd784f59d4d7fccb7cd4602036f8965afeb433
5
5
  SHA512:
6
- metadata.gz: 4cd377855a86bfa54516284c9a54cbfbbb1383a786f2c18ba76da1ac2e1cee4a51e784072efefffc979a57ed5939c827ae3cf70902205d1fc78b7a9d6eb749f9
7
- data.tar.gz: 4532cd3f86884f520814c429e413650add1be1c81bcfb758b7ac1428b053a222bf2a197c31f4bd49d6f77a792b007aa1f063f7dc78a7b5e229319baf20924131
6
+ metadata.gz: 3e6f86955c43c8f01284f91e1375dedcbc0a3afec70e6236a4baceb036bb12db9407bbf38e3b575eea345d7a47159059a04fba651529f4ad1f51b3f90fec1258
7
+ data.tar.gz: b613993a23939730ac8cabe109f7ffe58332b18fc0cce32dd63d35bdfca899405887c299fb15eacaeaa481e3f6ab1603257171a7019c8fffa743e09c7785acaa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.33.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231020
6
+
3
7
  ### v0.32.0 (2023-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20230915
@@ -245,8 +245,13 @@ module Google
245
245
  # @return [String]
246
246
  attr_accessor :request_time
247
247
 
248
- # The requested expiration for the approval. If the request is approved, access
249
- # will be granted from the time of approval until the expiration time.
248
+ # The requested access duration.
249
+ # Corresponds to the JSON property `requestedDuration`
250
+ # @return [String]
251
+ attr_accessor :requested_duration
252
+
253
+ # The original requested expiration for the approval. Calculated by adding the
254
+ # requested_duration to the request_time.
250
255
  # Corresponds to the JSON property `requestedExpiration`
251
256
  # @return [String]
252
257
  attr_accessor :requested_expiration
@@ -285,6 +290,7 @@ module Google
285
290
  @dismiss = args[:dismiss] if args.key?(:dismiss)
286
291
  @name = args[:name] if args.key?(:name)
287
292
  @request_time = args[:request_time] if args.key?(:request_time)
293
+ @requested_duration = args[:requested_duration] if args.key?(:requested_duration)
288
294
  @requested_expiration = args[:requested_expiration] if args.key?(:requested_expiration)
289
295
  @requested_locations = args[:requested_locations] if args.key?(:requested_locations)
290
296
  @requested_reason = args[:requested_reason] if args.key?(:requested_reason)
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230915"
25
+ REVISION = "20231020"
26
26
  end
27
27
  end
28
28
  end
@@ -162,6 +162,7 @@ module Google
162
162
 
163
163
  property :name, as: 'name'
164
164
  property :request_time, as: 'requestTime'
165
+ property :requested_duration, as: 'requestedDuration'
165
166
  property :requested_expiration, as: 'requestedExpiration'
166
167
  property :requested_locations, as: 'requestedLocations', class: Google::Apis::AccessapprovalV1::AccessLocations, decorator: Google::Apis::AccessapprovalV1::AccessLocations::Representation
167
168
 
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.32.0
4
+ version: 0.33.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-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-29 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.33.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: []