xref: /aosp_15_r20/external/googleapis/google/devtools/sourcerepo/sourcerepo.yaml (revision d5c09012810ac0c9f33fe448fb6da8260d444cc9)
1type: google.api.Service
2config_version: 3
3name: sourcerepo.googleapis.com
4title: Cloud Source Repositories API
5
6apis:
7- name: google.devtools.sourcerepo.v1.SourceRepo
8
9documentation:
10  summary: Access source code repositories hosted by Google.
11
12authentication:
13  rules:
14  - selector: '*'
15    oauth:
16      canonical_scopes: |-
17        https://www.googleapis.com/auth/cloud-platform,
18        https://www.googleapis.com/auth/source.full_control,
19        https://www.googleapis.com/auth/source.read_only,
20        https://www.googleapis.com/auth/source.read_write
21