1type: google.api.Service 2config_version: 3 3name: cloudprofiler.googleapis.com 4title: Cloud Profiler API 5 6apis: 7- name: google.devtools.cloudprofiler.v2.ExportService 8- name: google.devtools.cloudprofiler.v2.ProfilerService 9 10documentation: 11 summary: Manages continuous profiling information. 12 overview: |- 13 The Cloud Profiler API manages the continuous profiling information 14 collected in cloud environments like App Engine, Google Kubernetes Engine 15 and Compute Engine. 16 17authentication: 18 rules: 19 - selector: google.devtools.cloudprofiler.v2.ExportService.ListProfiles 20 oauth: 21 canonical_scopes: |- 22 https://www.googleapis.com/auth/cloud-platform, 23 https://www.googleapis.com/auth/monitoring, 24 https://www.googleapis.com/auth/monitoring.write 25 - selector: 'google.devtools.cloudprofiler.v2.ProfilerService.*' 26 oauth: 27 canonical_scopes: |- 28 https://www.googleapis.com/auth/cloud-platform, 29 https://www.googleapis.com/auth/monitoring, 30 https://www.googleapis.com/auth/monitoring.write 31 32publishing: 33 new_issue_uri: https://issuetracker.google.com/issues/new?component=1227997&template=1161103 34 documentation_uri: https://cloud.google.com/profiler/docs 35 api_short_name: cloudprofiler 36 github_label: 'api: cloudprofiler' 37 doc_tag_prefix: cloudprofiler 38 organization: CLOUD 39 library_settings: 40 - version: google.devtools.cloudprofiler.v2 41 launch_stage: GA 42 java_settings: 43 common: 44 destinations: 45 - PACKAGE_MANAGER 46 python_settings: 47 common: 48 destinations: 49 - PACKAGE_MANAGER 50 node_settings: 51 common: 52 destinations: 53 - PACKAGE_MANAGER 54 go_settings: 55 common: 56 destinations: 57 - PACKAGE_MANAGER 58