Skip to content

Commit 50529fb

Browse files
committed
googleworkspace update
1 parent 04ed7dc commit 50529fb

File tree

5 files changed

+4805
-4306
lines changed

5 files changed

+4805
-4306
lines changed

providers/src/googleworkspace/v00.00.00000/services/driveactivityv2.yaml

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ info:
77
title: Drive Activity API
88
description: Provides a historical view of activity in Google Drive.
99
version: v2
10-
x-discovery-doc-revision: '20241203'
11-
x-generated-date: '2024-12-07'
10+
x-discovery-doc-revision: '20250824'
11+
x-generated-date: '2025-08-28'
1212
externalDocs:
13-
url: https://developers.google.com/drive/activity/
13+
url: https://developers.google.com/workspace/drive/activity/
1414
servers:
1515
- url: https://driveactivity.googleapis.com
1616
components:
@@ -458,7 +458,7 @@ components:
458458
role:
459459
description: >-
460460
Indicates the [Google Drive permissions
461-
role](https://developers.google.com/drive/web/manage-sharing#roles).
461+
role](https://developers.google.com/workspace/drive/web/manage-sharing#roles).
462462
The role determines a user's ability to read, write, and comment on
463463
items.
464464
type: string
@@ -727,18 +727,33 @@ components:
727727
When restricted, this prevents items from being shared outside the
728728
domain.
729729
- When restricted, this prevents direct sharing of individual items.
730-
- >-
731-
When restricted, this prevents actions like copy, download, and
732-
print that might result in uncontrolled duplicates of items.
730+
- 'Deprecated: Use READERS_CAN_DOWNLOAD instead.'
733731
- When restricted, this prevents use of Drive File Stream.
734732
- When restricted, this limits sharing of folders to managers only.
733+
- >-
734+
When restricted, this prevents actions like copy, download, and
735+
print for readers. Replaces ITEM_DUPLICATION.
736+
- >-
737+
When restricted, this prevents actions like copy, download, and
738+
print for writers.
739+
enumDeprecated:
740+
- false
741+
- false
742+
- false
743+
- true
744+
- false
745+
- false
746+
- false
747+
- false
735748
enum:
736749
- FEATURE_UNSPECIFIED
737750
- SHARING_OUTSIDE_DOMAIN
738751
- DIRECT_SHARING
739752
- ITEM_DUPLICATION
740753
- DRIVE_FILE_STREAM
741754
- FILE_ORGANIZER_CAN_SHARE_FOLDERS
755+
- READERS_CAN_DOWNLOAD
756+
- WRITERS_CAN_DOWNLOAD
742757
newRestriction:
743758
description: The restriction in place after the change.
744759
type: string
@@ -1015,7 +1030,7 @@ components:
10151030
description: >-
10161031
Information about the target of activity. For more information on how
10171032
activity history is shared with users, see [Activity history
1018-
visibility](https://developers.google.com/drive/activity/v2#activityhistory).
1033+
visibility](https://developers.google.com/workspace/drive/activity/v2#activityhistory).
10191034
type: object
10201035
properties:
10211036
driveItem:
@@ -1063,7 +1078,7 @@ components:
10631078
mimeType:
10641079
description: >-
10651080
The MIME type of the Drive item. See
1066-
https://developers.google.com/drive/v3/web/mime-types.
1081+
https://developers.google.com/workspace/drive/v3/web/mime-types.
10671082
type: string
10681083
owner:
10691084
description: Information about the owner of this Drive item.
@@ -1112,14 +1127,14 @@ components:
11121127
description: >-
11131128
The comment in the discussion thread. This identifier is an opaque
11141129
string compatible with the Drive API; see
1115-
https://developers.google.com/drive/v3/reference/comments/get
1130+
https://developers.google.com/workspace/drive/v3/reference/comments/get
11161131
type: string
11171132
legacyDiscussionId:
11181133
description: >-
11191134
The discussion thread to which the comment was added. This
11201135
identifier is an opaque string compatible with the Drive API and
11211136
references the first comment in a discussion; see
1122-
https://developers.google.com/drive/v3/reference/comments/get
1137+
https://developers.google.com/workspace/drive/v3/reference/comments/get
11231138
type: string
11241139
linkToDiscussion:
11251140
description: >-

0 commit comments

Comments
 (0)