1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
type: google.api.Service
config_version: 3
name: area120tables.googleapis.com
title: Area120 Tables API
apis:
- name: google.area120.tables.v1alpha1.TablesService
authentication:
rules:
- selector: 'google.area120.tables.v1alpha1.TablesService.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/drive,
https://www.googleapis.com/auth/drive.file,
https://www.googleapis.com/auth/drive.readonly,
https://www.googleapis.com/auth/spreadsheets,
https://www.googleapis.com/auth/spreadsheets.readonly,
https://www.googleapis.com/auth/tables
- selector: google.area120.tables.v1alpha1.TablesService.BatchCreateRows
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/drive,
https://www.googleapis.com/auth/drive.file,
https://www.googleapis.com/auth/spreadsheets,
https://www.googleapis.com/auth/tables
- selector: google.area120.tables.v1alpha1.TablesService.BatchDeleteRows
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/drive,
https://www.googleapis.com/auth/drive.file,
https://www.googleapis.com/auth/spreadsheets,
https://www.googleapis.com/auth/tables
- selector: google.area120.tables.v1alpha1.TablesService.BatchUpdateRows
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/drive,
https://www.googleapis.com/auth/drive.file,
https://www.googleapis.com/auth/spreadsheets,
https://www.googleapis.com/auth/tables
- selector: google.area120.tables.v1alpha1.TablesService.CreateRow
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/drive,
https://www.googleapis.com/auth/drive.file,
https://www.googleapis.com/auth/spreadsheets,
https://www.googleapis.com/auth/tables
- selector: google.area120.tables.v1alpha1.TablesService.DeleteRow
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/drive,
https://www.googleapis.com/auth/drive.file,
https://www.googleapis.com/auth/spreadsheets,
https://www.googleapis.com/auth/tables
- selector: google.area120.tables.v1alpha1.TablesService.UpdateRow
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/drive,
https://www.googleapis.com/auth/drive.file,
https://www.googleapis.com/auth/spreadsheets,
https://www.googleapis.com/auth/tables
|