google-apis-driveactivity_v2 0.14.0 → 0.15.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: 12b6b0dd0a1d22a7269f6ceb5c2ce13bfb070dd6da68accaec1af0189c23167d
4
- data.tar.gz: 0101f075e8c5c99ba833c19e2b144bdae0ca6a367d2959e1318e45090c694060
3
+ metadata.gz: fb3da54c0883d5a3dfc05f179cbc9c2020a95a4ad8597290d70d18a928e26b17
4
+ data.tar.gz: 774c1ce62073b82ff1fd48a6df73a3cd4a7d3b16293a550b3548c842206f5fc7
5
5
  SHA512:
6
- metadata.gz: 20568abdcd3fb1bdd351a0c3cd6077737bcefe977ce579efeaa659c3057af83a6c2f53611750cfc73898dcd18e685671383e04911e839548f9c69f1ef879bacb
7
- data.tar.gz: c700b3c9f81ddd02553c73b1087396a096ec6aa4172d70176f4189302d85d49886f6c9f45e32fb1aa21d31f40592c5a0a15b3bfe7b5aa4fd0dc1818f5c512a64
6
+ metadata.gz: d0e3c17e6222c262da23309fe8ad52d0808aef98af9bf7713fec901b1abf86d72ef86fdce1930823c1e85840fcc5f41f4fac3e9a03eca5048690e1511e3cfa64
7
+ data.tar.gz: a48fba96dd376f371fa932c737d9b2bf576d674ca069dbfee0a5024f340a5191fa4a9889b133252ed9d2de68b9f0a048ca49d64d17f3c205842d18d9c5e7afa5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-driveactivity_v2
2
2
 
3
+ ### v0.15.0 (2022-12-29)
4
+
5
+ * Regenerated from discovery document revision 20221218
6
+
3
7
  ### v0.14.0 (2022-10-28)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -36,7 +36,9 @@ module Google
36
36
  # @return [Google::Apis::DriveactivityV2::ActionDetail]
37
37
  attr_accessor :detail
38
38
 
39
- # Information about the target of activity.
39
+ # Information about the target of activity. For more information on how activity
40
+ # history is shared with users, see [Activity history visibility](https://
41
+ # developers.google.com/drive/activity/v2#activityhistory).
40
42
  # Corresponds to the JSON property `target`
41
43
  # @return [Google::Apis::DriveactivityV2::Target]
42
44
  attr_accessor :target
@@ -1573,7 +1575,9 @@ module Google
1573
1575
  end
1574
1576
  end
1575
1577
 
1576
- # Information about the target of activity.
1578
+ # Information about the target of activity. For more information on how activity
1579
+ # history is shared with users, see [Activity history visibility](https://
1580
+ # developers.google.com/drive/activity/v2#activityhistory).
1577
1581
  class Target
1578
1582
  include Google::Apis::Core::Hashable
1579
1583
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DriveactivityV2
18
18
  # Version of the google-apis-driveactivity_v2 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220926"
25
+ REVISION = "20221218"
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-driveactivity_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 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-driveactivity_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-driveactivity_v2/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-driveactivity_v2/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-driveactivity_v2
63
63
  post_install_message:
64
64
  rdoc_options: []