Skip to content

Commit

Permalink
Add an OAuth scope annotation in build_service proto file
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 309058279
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 29, 2020
1 parent 3f5f8a2 commit 7e1c760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/chromeos/moblab/v1beta1/build_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ option optimize_for = SPEED;
// Manages Chrome OS build services.
service BuildService {
option (google.api.default_host) = "chromeosmoblab.googleapis.com";
option (google.api.oauth_scopes) =
"https://www.googleapis.com/auth/moblabapi";

// Lists all builds for the given build target and model in descending order
// for the milestones and build versions.
Expand Down

0 comments on commit 7e1c760

Please sign in to comment.