Skip to content

Commit 2e313ce

Browse files
feat: Automated regeneration of ChromeManagement client (googleapis#12880)
Auto-created at 2025-01-28 13:10:45 +0000 using the toys pull request generator.
1 parent 727cc8d commit 2e313ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

clients/chrome_management/lib/google_api/chrome_management/v1/connection.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ defmodule GoogleApi.ChromeManagement.V1.Connection do
2727
# See detailed information about apps installed on Chrome browsers and devices managed by your organization
2828
"https://www.googleapis.com/auth/chrome.management.appdetails.readonly",
2929

30+
# See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization
31+
"https://www.googleapis.com/auth/chrome.management.profiles",
32+
33+
# See Chrome browser profiles managed by your organization
34+
"https://www.googleapis.com/auth/chrome.management.profiles.readonly",
35+
3036
# See reports about devices and Chrome browsers managed within your organization
3137
"https://www.googleapis.com/auth/chrome.management.reports.readonly",
3238

clients/chrome_management/lib/google_api/chrome_management/v1/metadata.ex

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

23-
@discovery_revision "20241216"
23+
@discovery_revision "20250126"
2424

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

0 commit comments

Comments
 (0)