mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-18 13:08:24 +02:00
26 lines
860 B
YAML
26 lines
860 B
YAML
type: google.api.Service
|
|
config_version: 2
|
|
name: cloudtrace.googleapis.com
|
|
title: Stackdriver Trace API
|
|
|
|
apis:
|
|
- name: google.devtools.cloudtrace.v1.TraceService
|
|
|
|
documentation:
|
|
summary: >-
|
|
Send and retrieve trace data from Stackdriver Trace. Data is generated and
|
|
available by default for all App Engine applications. Data from other
|
|
applications can be written to Stackdriver Trace for display, reporting, and
|
|
analysis.
|
|
|
|
|
|
authentication:
|
|
rules:
|
|
- selector: '*'
|
|
oauth:
|
|
canonical_scopes: https://www.googleapis.com/auth/cloud-platform,
|
|
https://www.googleapis.com/auth/trace.readonly
|
|
- selector: google.devtools.cloudtrace.v1.TraceService.PatchTraces
|
|
oauth:
|
|
canonical_scopes: https://www.googleapis.com/auth/cloud-platform,
|
|
https://www.googleapis.com/auth/trace.append
|