google-apis-driveactivity_v2 0.20.0 → 0.21.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: 483630a8fa1175ddd9021f7888d2f4d754201095a213a5d672c300a1e32994d1
4
- data.tar.gz: 15132fa498615eeeb70d888effdf0e5777b7ae0aaaad1847dedc6a4a0874e3f1
3
+ metadata.gz: e5d0b303b46b476633fa1318cf3bdc6aeb97e88ee4a57c92e335b7ea142aa2ce
4
+ data.tar.gz: f8c2c849cdc637a1c41e2cee9d934206ab945497980598cae60ecc9e7d1d40c5
5
5
  SHA512:
6
- metadata.gz: e40c7fcd82bd4a8be9a7cbdcfdb53bcdc88817d9ab0f83604c02ac72879ee442f9df3a508a5c773803de35ef4c9c9e451d4bf3e8f2be6f17b719731f64d57365
7
- data.tar.gz: a3c0ccc41fd26ad14cd888245699243dc34e84f1651f9355564252e31ee432aaa3bf8b560a9becbeb1aa2691b0cffe1d701190f3b23729f2b3d6d87b2c764438
6
+ metadata.gz: f8638147b7d7031d36b026bd8b672ea308ca78d620c5a8345a3de66dfad24ebd6fda8f651b2793497ef503f13ceb907ad5d2f9fa23ef84b66bdf0669ef45a424
7
+ data.tar.gz: 7e2ecdb55fd4609f72c209e3217da4c5873124b220a1cb919e1d63df4ddb44fc0a4188788c55a0cab64858a5c30171824bc48808a515bf748260c61bed4d8f64
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-driveactivity_v2
2
2
 
3
+ ### v0.21.0 (2025-04-06)
4
+
5
+ * Regenerated from discovery document revision 20250329
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.20.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://developers.google.com/drive/activity/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/workspace/drive/activity/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -38,7 +38,7 @@ module Google
38
38
 
39
39
  # Information about the target of activity. For more information on how activity
40
40
  # history is shared with users, see [Activity history visibility](https://
41
- # developers.google.com/drive/activity/v2#activityhistory).
41
+ # developers.google.com/workspace/drive/activity/v2#activityhistory).
42
42
  # Corresponds to the JSON property `target`
43
43
  # @return [Google::Apis::DriveactivityV2::Target]
44
44
  attr_accessor :target
@@ -697,8 +697,8 @@ module Google
697
697
  # @return [Google::Apis::DriveactivityV2::Folder]
698
698
  attr_accessor :folder
699
699
 
700
- # The MIME type of the Drive item. See https://developers.google.com/drive/v3/
701
- # web/mime-types.
700
+ # The MIME type of the Drive item. See https://developers.google.com/workspace/
701
+ # drive/v3/web/mime-types.
702
702
  # Corresponds to the JSON property `mimeType`
703
703
  # @return [String]
704
704
  attr_accessor :mime_type
@@ -940,16 +940,16 @@ module Google
940
940
  include Google::Apis::Core::Hashable
941
941
 
942
942
  # The comment in the discussion thread. This identifier is an opaque string
943
- # compatible with the Drive API; see https://developers.google.com/drive/v3/
944
- # reference/comments/get
943
+ # compatible with the Drive API; see https://developers.google.com/workspace/
944
+ # drive/v3/reference/comments/get
945
945
  # Corresponds to the JSON property `legacyCommentId`
946
946
  # @return [String]
947
947
  attr_accessor :legacy_comment_id
948
948
 
949
949
  # The discussion thread to which the comment was added. This identifier is an
950
950
  # opaque string compatible with the Drive API and references the first comment
951
- # in a discussion; see https://developers.google.com/drive/v3/reference/comments/
952
- # get
951
+ # in a discussion; see https://developers.google.com/workspace/drive/v3/
952
+ # reference/comments/get
953
953
  # Corresponds to the JSON property `legacyDiscussionId`
954
954
  # @return [String]
955
955
  attr_accessor :legacy_discussion_id
@@ -1221,8 +1221,8 @@ module Google
1221
1221
  attr_accessor :group
1222
1222
 
1223
1223
  # Indicates the [Google Drive permissions role](https://developers.google.com/
1224
- # drive/web/manage-sharing#roles). The role determines a user's ability to read,
1225
- # write, and comment on items.
1224
+ # workspace/drive/web/manage-sharing#roles). The role determines a user's
1225
+ # ability to read, write, and comment on items.
1226
1226
  # Corresponds to the JSON property `role`
1227
1227
  # @return [String]
1228
1228
  attr_accessor :role
@@ -1579,7 +1579,7 @@ module Google
1579
1579
 
1580
1580
  # Information about the target of activity. For more information on how activity
1581
1581
  # history is shared with users, see [Activity history visibility](https://
1582
- # developers.google.com/drive/activity/v2#activityhistory).
1582
+ # developers.google.com/workspace/drive/activity/v2#activityhistory).
1583
1583
  class Target
1584
1584
  include Google::Apis::Core::Hashable
1585
1585
 
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230704"
25
+ REVISION = "20250329"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # Driveactivity = Google::Apis::DriveactivityV2 # Alias the module
31
31
  # service = Driveactivity::DriveActivityService.new
32
32
  #
33
- # @see https://developers.google.com/drive/activity/
33
+ # @see https://developers.google.com/workspace/drive/activity/
34
34
  class DriveActivityService < Google::Apis::Core::BaseService
35
35
  DEFAULT_ENDPOINT_TEMPLATE = "https://driveactivity.$UNIVERSE_DOMAIN$/"
36
36
 
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  # Provides a historical view of activity in Google Drive.
25
25
  #
26
- # @see https://developers.google.com/drive/activity/
26
+ # @see https://developers.google.com/workspace/drive/activity/
27
27
  module DriveactivityV2
28
28
  # Version of the Drive Activity API this client connects to.
29
29
  # This is NOT the gem version.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-driveactivity_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.20.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-driveactivity_v2/v0.21.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-driveactivity_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Drive Activity API V2
82
79
  test_files: []