Skip to content

Commit cde9be9

Browse files
feat: Automated regeneration of driveactivity v2 client (googleapis#22369)
Auto-created at 2025-04-06 10:04:11 +0000 using the toys pull request generator.
1 parent ad535cc commit cde9be9

File tree

6 files changed

+21
-16
lines changed

6 files changed

+21
-16
lines changed

generated/google-apis-driveactivity_v2/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-driveactivity_v2
22

3+
### v0.21.0 (2025-04-06)
4+
5+
* Regenerated from discovery document revision 20250329
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.20.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

generated/google-apis-driveactivity_v2/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
7979

8080
**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.
8181

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.
8383

8484
## Supported Ruby versions
8585

generated/google-apis-driveactivity_v2/lib/google/apis/driveactivity_v2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Apis
2323
#
2424
# Provides a historical view of activity in Google Drive.
2525
#
26-
# @see https://developers.google.com/drive/activity/
26+
# @see https://developers.google.com/workspace/drive/activity/
2727
module DriveactivityV2
2828
# Version of the Drive Activity API this client connects to.
2929
# This is NOT the gem version.

generated/google-apis-driveactivity_v2/lib/google/apis/driveactivity_v2/classes.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Action
3838

3939
# Information about the target of activity. For more information on how activity
4040
# 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).
4242
# Corresponds to the JSON property `target`
4343
# @return [Google::Apis::DriveactivityV2::Target]
4444
attr_accessor :target
@@ -697,8 +697,8 @@ class DriveItem
697697
# @return [Google::Apis::DriveactivityV2::Folder]
698698
attr_accessor :folder
699699

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.
702702
# Corresponds to the JSON property `mimeType`
703703
# @return [String]
704704
attr_accessor :mime_type
@@ -940,16 +940,16 @@ class FileComment
940940
include Google::Apis::Core::Hashable
941941

942942
# 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
945945
# Corresponds to the JSON property `legacyCommentId`
946946
# @return [String]
947947
attr_accessor :legacy_comment_id
948948

949949
# The discussion thread to which the comment was added. This identifier is an
950950
# 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
953953
# Corresponds to the JSON property `legacyDiscussionId`
954954
# @return [String]
955955
attr_accessor :legacy_discussion_id
@@ -1221,8 +1221,8 @@ class Permission
12211221
attr_accessor :group
12221222

12231223
# 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.
12261226
# Corresponds to the JSON property `role`
12271227
# @return [String]
12281228
attr_accessor :role
@@ -1579,7 +1579,7 @@ def update!(**args)
15791579

15801580
# Information about the target of activity. For more information on how activity
15811581
# 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).
15831583
class Target
15841584
include Google::Apis::Core::Hashable
15851585

generated/google-apis-driveactivity_v2/lib/google/apis/driveactivity_v2/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DriveactivityV2
1818
# Version of the google-apis-driveactivity_v2 gem
19-
GEM_VERSION = "0.20.0"
19+
GEM_VERSION = "0.21.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20230704"
25+
REVISION = "20250329"
2626
end
2727
end
2828
end

generated/google-apis-driveactivity_v2/lib/google/apis/driveactivity_v2/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module DriveactivityV2
3030
# Driveactivity = Google::Apis::DriveactivityV2 # Alias the module
3131
# service = Driveactivity::DriveActivityService.new
3232
#
33-
# @see https://developers.google.com/drive/activity/
33+
# @see https://developers.google.com/workspace/drive/activity/
3434
class DriveActivityService < Google::Apis::Core::BaseService
3535
DEFAULT_ENDPOINT_TEMPLATE = "https://driveactivity.$UNIVERSE_DOMAIN$/"
3636

0 commit comments

Comments
 (0)