1type: google.api.Service 2config_version: 3 3name: cloudsupport.googleapis.com 4title: Google Cloud Support API 5 6apis: 7- name: google.cloud.support.v2.CaseAttachmentService 8- name: google.cloud.support.v2.CaseService 9- name: google.cloud.support.v2.CommentService 10 11documentation: 12 summary: |- 13 Manages Google Cloud technical support cases for Customer Care support 14 offerings. 15 16authentication: 17 rules: 18 - selector: google.cloud.support.v2.CaseAttachmentService.ListAttachments 19 oauth: 20 canonical_scopes: |- 21 https://www.googleapis.com/auth/cloud-platform 22 - selector: 'google.cloud.support.v2.CaseService.*' 23 oauth: 24 canonical_scopes: |- 25 https://www.googleapis.com/auth/cloud-platform 26 - selector: google.cloud.support.v2.CommentService.CreateComment 27 oauth: 28 canonical_scopes: |- 29 https://www.googleapis.com/auth/cloud-platform 30 - selector: google.cloud.support.v2.CommentService.ListComments 31 oauth: 32 canonical_scopes: |- 33 https://www.googleapis.com/auth/cloud-platform 34 35publishing: 36 new_issue_uri: https://issuetracker.google.com/issues/new?component=1051180 37 documentation_uri: https://cloud.google.com/support/docs/reference/support-api 38 api_short_name: cloudsupport 39 github_label: 'api: cloudsupport' 40 doc_tag_prefix: cloudsupport 41 organization: CLOUD 42 library_settings: 43 - version: google.cloud.support.v2 44 launch_stage: GA 45 java_settings: 46 common: 47 destinations: 48 - PACKAGE_MANAGER 49 cpp_settings: 50 common: 51 destinations: 52 - PACKAGE_MANAGER 53 php_settings: 54 common: 55 destinations: 56 - PACKAGE_MANAGER 57 python_settings: 58 common: 59 destinations: 60 - PACKAGE_MANAGER 61 node_settings: 62 common: 63 destinations: 64 - PACKAGE_MANAGER 65 dotnet_settings: 66 common: 67 destinations: 68 - PACKAGE_MANAGER 69 ruby_settings: 70 common: 71 destinations: 72 - PACKAGE_MANAGER 73 go_settings: 74 common: 75 destinations: 76 - PACKAGE_MANAGER 77