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