Skip to content

Commit a9e7b10

Browse files
feat: Automated regeneration of DriveActivity client (#13282)
Auto-created at 2025-04-02 13:19:19 +0000 using the toys pull request generator.
1 parent 457feb8 commit a9e7b10

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

clients/drive_activity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_drive_activity, "~> 0.8"}]
14+
[{:google_api_drive_activity, "~> 0.9"}]
1515
end
1616
```
1717

1818
## For more information
1919

20-
Product documentation is available at [https://developers.google.com/drive/activity/](https://developers.google.com/drive/activity/).
20+
Product documentation is available at [https://developers.google.com/workspace/drive/activity/](https://developers.google.com/workspace/drive/activity/).
2121

2222
Library reference documentation is published on Hexdocs at
2323
[https://hexdocs.pm/google_api_drive_activity](https://hexdocs.pm/google_api_drive_activity).

clients/drive_activity/lib/google_api/drive_activity/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.DriveActivity.V2 do
2020
API client metadata for GoogleApi.DriveActivity.V2.
2121
"""
2222

23-
@discovery_revision "20240305"
23+
@discovery_revision "20250329"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/drive_activity/lib/google_api/drive_activity/v2/model/drive_item.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.DriveActivity.V2.Model.DriveItem do
2525
* `driveFolder` (*type:* `GoogleApi.DriveActivity.V2.Model.DriveFolder.t`, *default:* `nil`) - The Drive item is a folder. Includes information about the type of folder.
2626
* `file` (*type:* `GoogleApi.DriveActivity.V2.Model.File.t`, *default:* `nil`) - This field is deprecated; please use the `driveFile` field instead.
2727
* `folder` (*type:* `GoogleApi.DriveActivity.V2.Model.Folder.t`, *default:* `nil`) - This field is deprecated; please use the `driveFolder` field instead.
28-
* `mimeType` (*type:* `String.t`, *default:* `nil`) - The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
28+
* `mimeType` (*type:* `String.t`, *default:* `nil`) - The MIME type of the Drive item. See https://developers.google.com/workspace/drive/v3/web/mime-types.
2929
* `name` (*type:* `String.t`, *default:* `nil`) - The target Drive item. The format is `items/ITEM_ID`.
3030
* `owner` (*type:* `GoogleApi.DriveActivity.V2.Model.Owner.t`, *default:* `nil`) - Information about the owner of this Drive item.
3131
* `title` (*type:* `String.t`, *default:* `nil`) - The title of the Drive item.

clients/drive_activity/lib/google_api/drive_activity/v2/model/file_comment.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ defmodule GoogleApi.DriveActivity.V2.Model.FileComment do
2121
2222
## Attributes
2323
24-
* `legacyCommentId` (*type:* `String.t`, *default:* `nil`) - The comment in the discussion thread. This identifier is an opaque string compatible with the Drive API; see https://developers.google.com/drive/v3/reference/comments/get
25-
* `legacyDiscussionId` (*type:* `String.t`, *default:* `nil`) - The discussion thread to which the comment was added. This identifier is an opaque string compatible with the Drive API and references the first comment in a discussion; see https://developers.google.com/drive/v3/reference/comments/get
24+
* `legacyCommentId` (*type:* `String.t`, *default:* `nil`) - The comment in the discussion thread. This identifier is an opaque string compatible with the Drive API; see https://developers.google.com/workspace/drive/v3/reference/comments/get
25+
* `legacyDiscussionId` (*type:* `String.t`, *default:* `nil`) - The discussion thread to which the comment was added. This identifier is an opaque string compatible with the Drive API and references the first comment in a discussion; see https://developers.google.com/workspace/drive/v3/reference/comments/get
2626
* `linkToDiscussion` (*type:* `String.t`, *default:* `nil`) - The link to the discussion thread containing this comment, for example, `https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID`.
2727
* `parent` (*type:* `GoogleApi.DriveActivity.V2.Model.DriveItem.t`, *default:* `nil`) - The Drive item containing this comment.
2828
"""

clients/drive_activity/lib/google_api/drive_activity/v2/model/permission.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.DriveActivity.V2.Model.Permission do
2525
* `anyone` (*type:* `GoogleApi.DriveActivity.V2.Model.Anyone.t`, *default:* `nil`) - If set, this permission applies to anyone, even logged out users.
2626
* `domain` (*type:* `GoogleApi.DriveActivity.V2.Model.Domain.t`, *default:* `nil`) - The domain to whom this permission applies.
2727
* `group` (*type:* `GoogleApi.DriveActivity.V2.Model.Group.t`, *default:* `nil`) - The group to whom this permission applies.
28-
* `role` (*type:* `String.t`, *default:* `nil`) - Indicates the [Google Drive permissions role](https://developers.google.com/drive/web/manage-sharing#roles). The role determines a user's ability to read, write, and comment on items.
28+
* `role` (*type:* `String.t`, *default:* `nil`) - Indicates the [Google Drive permissions role](https://developers.google.com/workspace/drive/web/manage-sharing#roles). The role determines a user's ability to read, write, and comment on items.
2929
* `user` (*type:* `GoogleApi.DriveActivity.V2.Model.User.t`, *default:* `nil`) - The user to whom this permission applies.
3030
"""
3131

clients/drive_activity/lib/google_api/drive_activity/v2/model/target.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.DriveActivity.V2.Model.Target do
1919
@moduledoc """
20-
Information about the target of activity. For more information on how activity history is shared with users, see [Activity history visibility](https://developers.google.com/drive/activity/v2#activityhistory).
20+
Information about the target of activity. For more information on how activity history is shared with users, see [Activity history visibility](https://developers.google.com/workspace/drive/activity/v2#activityhistory).
2121
2222
## Attributes
2323

clients/drive_activity/mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.DriveActivity.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.8.0"
21+
@version "0.9.0"
2222

2323
def project() do
2424
[
@@ -56,10 +56,10 @@ defmodule GoogleApi.DriveActivity.Mixfile do
5656
[
5757
files: ["lib", "mix.exs", "README*", "LICENSE"],
5858
maintainers: ["Jeff Ching", "Daniel Azuma"],
59-
licenses: ["Apache 2.0"],
59+
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/drive_activity",
62-
"Homepage" => "https://developers.google.com/drive/activity/"
62+
"Homepage" => "https://developers.google.com/workspace/drive/activity/"
6363
}
6464
]
6565
end

0 commit comments

Comments
 (0)