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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb3da54c0883d5a3dfc05f179cbc9c2020a95a4ad8597290d70d18a928e26b17
|
|
4
|
+
data.tar.gz: 774c1ce62073b82ff1fd48a6df73a3cd4a7d3b16293a550b3548c842206f5fc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0e3c17e6222c262da23309fe8ad52d0808aef98af9bf7713fec901b1abf86d72ef86fdce1930823c1e85840fcc5f41f4fac3e9a03eca5048690e1511e3cfa64
|
|
7
|
+
data.tar.gz: a48fba96dd376f371fa932c737d9b2bf576d674ca069dbfee0a5024f340a5191fa4a9889b133252ed9d2de68b9f0a048ca49d64d17f3c205842d18d9c5e7afa5
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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:
|
|
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.
|
|
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: []
|