google-apis-driveactivity_v2 0.13.0 → 0.15.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: 3a7676be0472fc75785363161383af08516bd41225bc87ee6581fbdfb698ddc6
4
- data.tar.gz: d1c2f8d8745a9fd67ba2f34e716cc60b46a7fc74aa369cb1b20843830ec517ba
3
+ metadata.gz: fb3da54c0883d5a3dfc05f179cbc9c2020a95a4ad8597290d70d18a928e26b17
4
+ data.tar.gz: 774c1ce62073b82ff1fd48a6df73a3cd4a7d3b16293a550b3548c842206f5fc7
5
5
  SHA512:
6
- metadata.gz: ecdf4c380a35fbc3741e8b3e15a5aedc88d25f1a56cd96e5e82008a65e3de0d57d413b9ae6fe23f65ba45dd8bdbda92ffc258f3dd5bff7fa124b856304bdecf8
7
- data.tar.gz: e33d3ce52b3239038c782fdc770a5a18c6ee7f6d42e9f4f197db3fc6241de176fe83bf5d3847224f9d9787c88233224846c0a633f5cc43f7a3f36da329dd07cc
6
+ metadata.gz: d0e3c17e6222c262da23309fe8ad52d0808aef98af9bf7713fec901b1abf86d72ef86fdce1930823c1e85840fcc5f41f4fac3e9a03eca5048690e1511e3cfa64
7
+ data.tar.gz: a48fba96dd376f371fa932c737d9b2bf576d674ca069dbfee0a5024f340a5191fa4a9889b133252ed9d2de68b9f0a048ca49d64d17f3c205842d18d9c5e7afa5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.14.0 (2022-10-28)
8
+
9
+ * Regenerated using generator version 0.11.0
10
+
3
11
  ### v0.13.0 (2022-10-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20220926
@@ -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.13.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
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.13.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-03 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.13.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: []