1type: google.api.Service 2config_version: 3 3name: drivelabels.googleapis.com 4title: Drive Labels API 5 6apis: 7- name: google.apps.drive.labels.v2.LabelService 8 9documentation: 10 summary: An API for managing Drive Labels 11 12authentication: 13 rules: 14 - selector: 'google.apps.drive.labels.v2.LabelService.*' 15 oauth: 16 canonical_scopes: |- 17 https://www.googleapis.com/auth/drive.admin.labels, 18 https://www.googleapis.com/auth/drive.labels 19 - selector: google.apps.drive.labels.v2.LabelService.GetLabel 20 oauth: 21 canonical_scopes: |- 22 https://www.googleapis.com/auth/drive.admin.labels, 23 https://www.googleapis.com/auth/drive.admin.labels.readonly, 24 https://www.googleapis.com/auth/drive.labels, 25 https://www.googleapis.com/auth/drive.labels.readonly 26 - selector: google.apps.drive.labels.v2.LabelService.GetLabelLimits 27 oauth: 28 canonical_scopes: |- 29 https://www.googleapis.com/auth/drive.admin.labels, 30 https://www.googleapis.com/auth/drive.admin.labels.readonly, 31 https://www.googleapis.com/auth/drive.labels, 32 https://www.googleapis.com/auth/drive.labels.readonly 33 - selector: google.apps.drive.labels.v2.LabelService.GetUserCapabilities 34 oauth: 35 canonical_scopes: |- 36 https://www.googleapis.com/auth/drive.admin.labels, 37 https://www.googleapis.com/auth/drive.admin.labels.readonly, 38 https://www.googleapis.com/auth/drive.labels, 39 https://www.googleapis.com/auth/drive.labels.readonly 40 - selector: google.apps.drive.labels.v2.LabelService.ListLabelLocks 41 oauth: 42 canonical_scopes: |- 43 https://www.googleapis.com/auth/drive.admin.labels, 44 https://www.googleapis.com/auth/drive.admin.labels.readonly, 45 https://www.googleapis.com/auth/drive.labels, 46 https://www.googleapis.com/auth/drive.labels.readonly 47 - selector: google.apps.drive.labels.v2.LabelService.ListLabelPermissions 48 oauth: 49 canonical_scopes: |- 50 https://www.googleapis.com/auth/drive.admin.labels, 51 https://www.googleapis.com/auth/drive.admin.labels.readonly, 52 https://www.googleapis.com/auth/drive.labels, 53 https://www.googleapis.com/auth/drive.labels.readonly 54 - selector: google.apps.drive.labels.v2.LabelService.ListLabels 55 oauth: 56 canonical_scopes: |- 57 https://www.googleapis.com/auth/drive.admin.labels, 58 https://www.googleapis.com/auth/drive.admin.labels.readonly, 59 https://www.googleapis.com/auth/drive.labels, 60 https://www.googleapis.com/auth/drive.labels.readonly 61