Module: Google::Apis::CloudtraceV1
- Defined in:
- generated/google/apis/cloudtrace_v1.rb,
generated/google/apis/cloudtrace_v1/classes.rb,
generated/google/apis/cloudtrace_v1/service.rb,
generated/google/apis/cloudtrace_v1/representations.rb
Overview
Stackdriver Trace API
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.
Defined Under Namespace
Classes: CloudTraceService, Empty, ListTracesResponse, Trace, TraceSpan, Traces
Constant Summary collapse
- VERSION =
'V1'
- REVISION =
'20170516'
- AUTH_TRACE_READONLY =
Read Trace data for a project or application
'https://www.googleapis.com/auth/trace.readonly'
- AUTH_TRACE_APPEND =
Write Trace data for a project or application
'https://www.googleapis.com/auth/trace.append'
- AUTH_CLOUD_PLATFORM =
View and manage your data across Google Cloud Platform services
'https://www.googleapis.com/auth/cloud-platform'