Skip to content

Commit 16b7eff

Browse files
1 parent f8f83ab commit 16b7eff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/CloudComposer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class CloudComposer extends \Google\Service
4040
/** See, edit, configure, and delete your Google Cloud Composer data and see the email address for your Google Account. */
4141
const CLOUDCOMPOSER =
4242
"https://www.googleapis.com/auth/cloudcomposer";
43+
/** See your Google Cloud Composer data and the email address of your Google Account. */
44+
const CLOUDCOMPOSER_READONLY =
45+
"https://www.googleapis.com/auth/cloudcomposer.readonly";
4346

4447
public $projects_locations_environments;
4548
public $projects_locations_environments_userWorkloadsConfigMaps;

0 commit comments

Comments
 (0)