Add an OAuth scope annotation in build_service proto file
PiperOrigin-RevId: 309058279
This commit is contained in:
parent
3f5f8a2258
commit
7e1c7603c8
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue