Add an OAuth scope annotation in build_service proto file

PiperOrigin-RevId: 309058279
This commit is contained in:
Google APIs 2020-04-29 11:10:22 -07:00 committed by Copybara-Service
parent 3f5f8a2258
commit 7e1c7603c8
1 changed files with 2 additions and 0 deletions

View File

@ -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.