blob: b92d5223e03966ddd35368afa841ee20d18c1044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
type: google.api.Service
config_version: 3
name: buildeventservice.googleapis.com
title: Build Event Service Backend API
apis:
- name: google.devtools.build.v1.PublishBuildEvent
documentation:
summary: Handles build events from tools such as bazel.
authentication:
rules:
- selector: google.devtools.build.v1.PublishBuildEvent.PublishBuildToolEventStream
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: google.devtools.build.v1.PublishBuildEvent.PublishLifecycleEvent
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
|