Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Side by Side Diff: discovery/googleapis/tracing__v1.json

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/tasks__v1.json ('k') | discovery/googleapis/tracing__v2.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/trace.append": {
6 "description": "Write Trace data for a project or applicatio n"
7 },
8 "https://www.googleapis.com/auth/cloud-platform": {
9 "description": "View and manage your data across Google Clou d Platform services"
10 },
11 "https://www.googleapis.com/auth/trace.readonly": {
12 "description": "Read Trace data for a project or application "
13 }
14 }
15 }
16 },
17 "basePath": "",
18 "baseUrl": "https://tracing.googleapis.com/",
19 "batchPath": "batch",
20 "canonicalName": "Tracing",
21 "description": "Send and retrieve trace data from Google Stackdriver Trace.\ n",
22 "discoveryVersion": "v1",
23 "documentationLink": "https://cloud.google.com/trace",
24 "icons": {
25 "x16": "http://www.google.com/images/icons/product/search-16.gif",
26 "x32": "http://www.google.com/images/icons/product/search-32.gif"
27 },
28 "id": "tracing:v1",
29 "kind": "discovery#restDescription",
30 "name": "tracing",
31 "ownerDomain": "google.com",
32 "ownerName": "Google",
33 "parameters": {
34 "bearer_token": {
35 "description": "OAuth bearer token.",
36 "location": "query",
37 "type": "string"
38 },
39 "oauth_token": {
40 "description": "OAuth 2.0 token for the current user.",
41 "location": "query",
42 "type": "string"
43 },
44 "upload_protocol": {
45 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
46 "location": "query",
47 "type": "string"
48 },
49 "prettyPrint": {
50 "default": "true",
51 "description": "Returns response with indentations and line breaks." ,
52 "location": "query",
53 "type": "boolean"
54 },
55 "fields": {
56 "description": "Selector specifying which fields to include in a par tial response.",
57 "location": "query",
58 "type": "string"
59 },
60 "uploadType": {
61 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
62 "location": "query",
63 "type": "string"
64 },
65 "callback": {
66 "description": "JSONP",
67 "location": "query",
68 "type": "string"
69 },
70 "$.xgafv": {
71 "description": "V1 error format.",
72 "enum": [
73 "1",
74 "2"
75 ],
76 "enumDescriptions": [
77 "v1 error format",
78 "v2 error format"
79 ],
80 "location": "query",
81 "type": "string"
82 },
83 "alt": {
84 "default": "json",
85 "description": "Data format for response.",
86 "enum": [
87 "json",
88 "media",
89 "proto"
90 ],
91 "enumDescriptions": [
92 "Responses with Content-Type of application/json",
93 "Media download with context-dependent Content-Type",
94 "Responses with Content-Type of application/x-protobuf"
95 ],
96 "location": "query",
97 "type": "string"
98 },
99 "access_token": {
100 "description": "OAuth access token.",
101 "location": "query",
102 "type": "string"
103 },
104 "key": {
105 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
106 "location": "query",
107 "type": "string"
108 },
109 "quotaUser": {
110 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.",
111 "location": "query",
112 "type": "string"
113 },
114 "pp": {
115 "default": "true",
116 "description": "Pretty-print response.",
117 "location": "query",
118 "type": "boolean"
119 }
120 },
121 "protocol": "rest",
122 "resources": {
123 "projects": {
124 "resources": {
125 "traces": {
126 "methods": {
127 "listSpans": {
128 "description": "Returns a list of spans within a tra ce.",
129 "httpMethod": "GET",
130 "id": "tracing.projects.traces.listSpans",
131 "parameterOrder": [
132 "name"
133 ],
134 "parameters": {
135 "name": {
136 "description": "ID of the trace for which to list child spans. Format is\n`projects/PROJECT_ID/traces/TRACE_ID`.",
137 "location": "path",
138 "pattern": "^projects/[^/]+/traces/[^/]+$",
139 "required": true,
140 "type": "string"
141 },
142 "pageToken": {
143 "description": "Token identifying the page o f results to return. If provided, use the\nvalue of the `nextPageToken` field fr om a previous request. Optional.",
144 "location": "query",
145 "type": "string"
146 }
147 },
148 "path": "v1/{+name}:listSpans",
149 "response": {
150 "$ref": "ListSpansResponse"
151 },
152 "scopes": [
153 "https://www.googleapis.com/auth/cloud-platform" ,
154 "https://www.googleapis.com/auth/trace.readonly"
155 ]
156 },
157 "list": {
158 "description": "Returns of a list of traces that mat ch the specified filter conditions.",
159 "httpMethod": "GET",
160 "id": "tracing.projects.traces.list",
161 "parameterOrder": [
162 "parent"
163 ],
164 "parameters": {
165 "filter": {
166 "description": "An optional filter for the r equest.\nExample:\n`version_label_key:a some_label:some_label_key`\nreturns trac es from version `a` and has `some_label` with `some_label_key`.",
167 "location": "query",
168 "type": "string"
169 },
170 "endTime": {
171 "description": "End of the time interval (in clusive) during which the trace data was\ncollected from the application.",
172 "format": "google-datetime",
173 "location": "query",
174 "type": "string"
175 },
176 "startTime": {
177 "description": "Start of the time interval ( inclusive) during which the trace data was\ncollected from the application.",
178 "format": "google-datetime",
179 "location": "query",
180 "type": "string"
181 },
182 "pageToken": {
183 "description": "Token identifying the page o f results to return. If provided, use the\nvalue of the `next_page_token` field from a previous request. Optional.",
184 "location": "query",
185 "type": "string"
186 },
187 "pageSize": {
188 "description": "Maximum number of traces to return. If not specified or <= 0, the\nimplementation selects a reasonable value . The implementation may\nreturn fewer traces than the requested page size. Opti onal.",
189 "format": "int32",
190 "location": "query",
191 "type": "integer"
192 },
193 "parent": {
194 "description": "ID of the Cloud project wher e the trace data is stored.",
195 "location": "path",
196 "pattern": "^projects/[^/]+$",
197 "required": true,
198 "type": "string"
199 },
200 "orderBy": {
201 "description": "Field used to sort the retur ned traces. Optional.\nCan be one of the following:\n\n* `trace_id`\n* `name ` (`name` field of root span in the trace)\n* `duration` (difference between ` end_time` and `start_time` fields of\n the root span)\n* `start` (`start_t ime` field of the root span)\n\nDescending order can be specified by appending ` desc` to the sort field\n(for example, `name desc`).\n\nOnly one sort field is p ermitted.",
202 "location": "query",
203 "type": "string"
204 }
205 },
206 "path": "v1/{+parent}/traces",
207 "response": {
208 "$ref": "ListTracesResponse"
209 },
210 "scopes": [
211 "https://www.googleapis.com/auth/cloud-platform" ,
212 "https://www.googleapis.com/auth/trace.readonly"
213 ]
214 },
215 "get": {
216 "description": "Returns a specific trace.",
217 "httpMethod": "GET",
218 "id": "tracing.projects.traces.get",
219 "parameterOrder": [
220 "name"
221 ],
222 "parameters": {
223 "name": {
224 "description": "ID of the trace. Format is ` projects/PROJECT_ID/traces/TRACE_ID`.",
225 "location": "path",
226 "pattern": "^projects/[^/]+/traces/[^/]+$",
227 "required": true,
228 "type": "string"
229 }
230 },
231 "path": "v1/{+name}",
232 "response": {
233 "$ref": "Trace"
234 },
235 "scopes": [
236 "https://www.googleapis.com/auth/cloud-platform" ,
237 "https://www.googleapis.com/auth/trace.readonly"
238 ]
239 },
240 "batchUpdate": {
241 "description": "Sends new spans to Stackdriver Trace or updates existing spans. If the\nname of a trace that you send matches that o f an existing trace, any fields\nin the existing trace and its spans are overwri tten by the provided values,\nand any new fields provided are merged with the ex isting trace data. If the\nname does not match, a new trace is created with give n set of spans.",
242 "httpMethod": "POST",
243 "id": "tracing.projects.traces.batchUpdate",
244 "parameterOrder": [
245 "parent"
246 ],
247 "parameters": {
248 "parent": {
249 "description": "ID of the Cloud project wher e the trace data is stored.",
250 "location": "path",
251 "pattern": "^projects/[^/]+$",
252 "required": true,
253 "type": "string"
254 }
255 },
256 "path": "v1/{+parent}/traces:batchUpdate",
257 "request": {
258 "$ref": "BatchUpdateSpansRequest"
259 },
260 "response": {
261 "$ref": "Empty"
262 },
263 "scopes": [
264 "https://www.googleapis.com/auth/cloud-platform" ,
265 "https://www.googleapis.com/auth/trace.append"
266 ]
267 }
268 }
269 }
270 }
271 }
272 },
273 "revision": "20170320",
274 "rootUrl": "https://tracing.googleapis.com/",
275 "schemas": {
276 "StackTrace": {
277 "description": "StackTrace collected in a trace.",
278 "id": "StackTrace",
279 "properties": {
280 "stackFrame": {
281 "description": "Stack frames of this stack trace.",
282 "items": {
283 "$ref": "StackFrame"
284 },
285 "type": "array"
286 },
287 "stackTraceHashId": {
288 "description": "The hash ID is used to conserve network band width for duplicate\nstack traces within a single trace.\n\nOften multiple spans will have identical stack traces.\nThe first occurance of a stack trace should contain both the\n`stackFrame` content and a value in `stackTraceHashId`.\n\nSub sequent spans within the same request can refer\nto that stack trace by only set ting `stackTraceHashId`.",
289 "format": "uint64",
290 "type": "string"
291 }
292 },
293 "type": "object"
294 },
295 "TimeEvent": {
296 "description": "A time-stamped annotation in the Span.",
297 "id": "TimeEvent",
298 "properties": {
299 "localTime": {
300 "description": "The timestamp indicating the time the event occurred.",
301 "format": "google-datetime",
302 "type": "string"
303 },
304 "networkEvent": {
305 "$ref": "NetworkEvent",
306 "description": "An event describing an RPC message sent/rece ived on the network."
307 },
308 "annotation": {
309 "$ref": "Annotation",
310 "description": "One or more key:value pairs."
311 }
312 },
313 "type": "object"
314 },
315 "NetworkEvent": {
316 "description": "An event describing an RPC message sent/received on the network.",
317 "id": "NetworkEvent",
318 "properties": {
319 "kernelTime": {
320 "description": "If available, this is the kernel time:\n\n* For sent messages, this is the time at which the first bit was sent.\n* For re ceived messages, this is the time at which the last bit was\n received.",
321 "format": "google-datetime",
322 "type": "string"
323 },
324 "type": {
325 "description": "Type of NetworkEvent. Indicates whether the RPC message was sent or\nreceived.",
326 "enum": [
327 "TYPE_UNSPECIFIED",
328 "SENT",
329 "RECV"
330 ],
331 "enumDescriptions": [
332 "Unknown event type.",
333 "Indicates a sent RPC message.",
334 "Indicates a received RPC message."
335 ],
336 "type": "string"
337 },
338 "messageId": {
339 "description": "An identifier for the message, which must be unique in this span.",
340 "format": "uint64",
341 "type": "string"
342 },
343 "messageSize": {
344 "description": "The number of bytes sent or received.",
345 "format": "uint64",
346 "type": "string"
347 }
348 },
349 "type": "object"
350 },
351 "ListSpansResponse": {
352 "description": "The response message for the `ListSpans` method.",
353 "id": "ListSpansResponse",
354 "properties": {
355 "nextPageToken": {
356 "description": "If defined, indicates that there are more sp ans that match the request.\nPass this as the value of `pageToken` in a subseque nt request to retrieve\nadditional spans.",
357 "type": "string"
358 },
359 "spans": {
360 "description": "The requested spans if there are any in the specified trace.",
361 "items": {
362 "$ref": "Span"
363 },
364 "type": "array"
365 }
366 },
367 "type": "object"
368 },
369 "SpanUpdates": {
370 "description": "Collection of spans to update.",
371 "id": "SpanUpdates",
372 "properties": {
373 "spans": {
374 "description": "A collection of spans.",
375 "items": {
376 "$ref": "Span"
377 },
378 "type": "array"
379 }
380 },
381 "type": "object"
382 },
383 "StackFrame": {
384 "description": "Represents a single stack frame in a stack trace.",
385 "id": "StackFrame",
386 "properties": {
387 "fileName": {
388 "description": "The filename of the file containing this fra me.",
389 "type": "string"
390 },
391 "sourceVersion": {
392 "description": "The version of the deployed source code.",
393 "type": "string"
394 },
395 "originalFunctionName": {
396 "description": "Used when the function name is\n[mangled](ht tp://www.avabodh.com/cxxin/namemangling.html). May be\nfully-qualified.",
397 "type": "string"
398 },
399 "functionName": {
400 "description": "The fully-qualified name that uniquely ident ifies this function or\nmethod.",
401 "type": "string"
402 },
403 "lineNumber": {
404 "description": "Line number of the frame.",
405 "format": "int64",
406 "type": "string"
407 },
408 "loadModule": {
409 "$ref": "Module",
410 "description": "Binary module the code is loaded from."
411 },
412 "columnNumber": {
413 "description": "Column number is important in JavaScript (an onymous functions).\nMay not be available in some languages.",
414 "format": "int64",
415 "type": "string"
416 }
417 },
418 "type": "object"
419 },
420 "Link": {
421 "description": "A pointer from this span to another span in a differ ent `Trace`. Used\n(for example) in batching operations, where a single batch ha ndler\nprocesses multiple requests from different traces.",
422 "id": "Link",
423 "properties": {
424 "traceId": {
425 "description": "The ID of the parent trace of the linked spa n.",
426 "type": "string"
427 },
428 "spanId": {
429 "description": "The `id` of the linked span.",
430 "format": "uint64",
431 "type": "string"
432 },
433 "type": {
434 "description": "The relationship of the current span relativ e to the linked span.",
435 "enum": [
436 "TYPE_UNSPECIFIED",
437 "CHILD",
438 "PARENT"
439 ],
440 "enumDescriptions": [
441 "The relationship of the two spans is unknown.",
442 "The current span is a child of the linked span.",
443 "The current span is the parent of the linked span."
444 ],
445 "type": "string"
446 }
447 },
448 "type": "object"
449 },
450 "Annotation": {
451 "description": "Text annotation with a set of attributes.",
452 "id": "Annotation",
453 "properties": {
454 "description": {
455 "description": "A user-supplied message describing the event .",
456 "type": "string"
457 },
458 "attributes": {
459 "additionalProperties": {
460 "$ref": "AttributeValue"
461 },
462 "description": "A set of attributes on the annotation.",
463 "type": "object"
464 }
465 },
466 "type": "object"
467 },
468 "Trace": {
469 "description": "A trace describes how long it takes for an applicati on to perform some\noperations. It consists of a set of spans, each representing \nan operation and including time information and operation details.",
470 "id": "Trace",
471 "properties": {
472 "name": {
473 "description": "A globally unique identifier for the trace i n the format\n`projects/PROJECT_NUMBER/traces/TRACE_ID`. `TRACE_ID` is a base16- encoded\nstring of a 128-bit number and is required to be 32 char long.",
474 "type": "string"
475 }
476 },
477 "type": "object"
478 },
479 "Module": {
480 "description": "Binary module.",
481 "id": "Module",
482 "properties": {
483 "buildId": {
484 "description": "Build_id is a unique identifier for the modu le,\nusually a hash of its contents",
485 "type": "string"
486 },
487 "module": {
488 "description": "E.g. main binary, kernel modules, and dynami c libraries\nsuch as libc.so, sharedlib.so",
489 "type": "string"
490 }
491 },
492 "type": "object"
493 },
494 "Status": {
495 "description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RP C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie ces of data: error code, error message,\nand error details. The error code shoul d be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message tha t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa cing\nerror message is needed, put the localized message in the error details or \nlocalize it in the client. The optional error details may contain arbitrary\ni nformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` which can be used for common error conditions.\n\n# Lan guage mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` mes sage is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some except ions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\ n\nThe error model and the `Status` message can be used in a variety of\nenviron ments, either with or without APIs, to provide a\nconsistent developer experienc e across different environments.\n\nExample uses of this error model include:\n\ n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting purpose.\n\n- Batch operati ons. If a client uses batch request and batch response, the\n `Status` messag e should be used directly inside batch response, one for\n each error sub-res ponse.\n\n- Asynchronous operations. If an API call embeds asynchronous operatio n\n results in its response, the status of those operations should be\n re presented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any s tripping needed for security/privacy reasons.",
496 "id": "Status",
497 "properties": {
498 "message": {
499 "description": "A developer-facing error message, which shou ld be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.",
500 "type": "string"
501 },
502 "details": {
503 "description": "A list of messages that carry the error deta ils. There will be a\ncommon set of message types for APIs to use.",
504 "items": {
505 "additionalProperties": {
506 "description": "Properties of the object. Contains f ield @type with type URL.",
507 "type": "any"
508 },
509 "type": "object"
510 },
511 "type": "array"
512 },
513 "code": {
514 "description": "The status code, which should be an enum val ue of google.rpc.Code.",
515 "format": "int32",
516 "type": "integer"
517 }
518 },
519 "type": "object"
520 },
521 "ListTracesResponse": {
522 "description": "The response message for the `ListTraces` method.",
523 "id": "ListTracesResponse",
524 "properties": {
525 "traces": {
526 "description": "List of trace records returned.",
527 "items": {
528 "$ref": "Trace"
529 },
530 "type": "array"
531 },
532 "nextPageToken": {
533 "description": "If defined, indicates that there are more tr aces that match the request\nand that this value should be passed to the next re quest to continue\nretrieving additional traces.",
534 "type": "string"
535 }
536 },
537 "type": "object"
538 },
539 "Span": {
540 "description": "A span represents a single operation within a trace. Spans can be nested\nto form a trace tree. Often, a trace contains a root span that\ndescribes the end-to-end latency and, optionally, one or more subspans for \nits sub-operations. (A trace could alternatively contain multiple root spans,\ nor none at all.) Spans do not need to be contiguous. There may be gaps\nand/or overlaps between spans in a trace.",
541 "id": "Span",
542 "properties": {
543 "name": {
544 "description": "Name of the span. The span name is sanitized and displayed in the\nStackdriver Trace tool in the {% dynamic print site_value s.console_name %}.\nThe name may be a method name or some other per-call site na me.\nFor the same executable and the same call point, a best practice is\nto use a consistent name, which makes it easier to correlate\ncross-trace spans.",
545 "type": "string"
546 },
547 "stackTrace": {
548 "$ref": "StackTrace",
549 "description": "Stack trace captured at the start of the spa n."
550 },
551 "links": {
552 "description": "A collection of links, which are references from this span to another span\nin a different trace.",
553 "items": {
554 "$ref": "Link"
555 },
556 "type": "array"
557 },
558 "attributes": {
559 "additionalProperties": {
560 "$ref": "AttributeValue"
561 },
562 "description": "Properties of a span in key:value format. Th e maximum length for the\nkey is 128 characters. The value can be a string (up t o 2000 characters),\nint, or boolean.\n\nSome common pair examples:\n\n \"/in stance_id\": \"my-instance\"\n \"/zone\": \"us-central1-a\"\n \"/grpc/peer _address\": \"ip:port\" (dns, etc.)\n \"/grpc/deadline\": \"Duration\"\n \ "/http/user_agent\"\n \"/http/request_bytes\": 300\n \"/http/response_byte s\": 1200\n \"/http/url\": google.com/apis\n \"abc.com/myattribute\": true ",
563 "type": "object"
564 },
565 "id": {
566 "description": "Identifier for the span. Must be a 64-bit in teger other than 0 and\nunique within a trace.",
567 "format": "uint64",
568 "type": "string"
569 },
570 "localStartTime": {
571 "description": "Start time of the span.\nOn the client side, this is the local machine clock time at which the span\nexecution was started; on the server\nside, this is the time at which the server application handler st arted\nrunning.",
572 "format": "google-datetime",
573 "type": "string"
574 },
575 "hasRemoteParent": {
576 "description": "True if this span has a remote parent (is an RPC server span).",
577 "type": "boolean"
578 },
579 "timeEvents": {
580 "description": "A collection of `TimeEvent`s. A `TimeEvent` is a time-stamped annotation\non the span, consisting of either user-supplied ke y:value pairs, or\ndetails of an RPC message sent/received on the network.",
581 "items": {
582 "$ref": "TimeEvent"
583 },
584 "type": "array"
585 },
586 "localEndTime": {
587 "description": "End time of the span.\nOn the client side, t his is the local machine clock time at which the span\nexecution was ended; on t he server\nside, this is the time at which the server application handler stoppe d\nrunning.",
588 "format": "google-datetime",
589 "type": "string"
590 },
591 "parentId": {
592 "description": "ID of the parent span. If this is a root spa n, the value must be `0` or\nempty.",
593 "format": "uint64",
594 "type": "string"
595 },
596 "status": {
597 "$ref": "Status",
598 "description": "An optional final status for this span."
599 }
600 },
601 "type": "object"
602 },
603 "Empty": {
604 "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use i t as the request\nor the response type of an API method. For instance:\n\n se rvice Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty );\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.",
605 "id": "Empty",
606 "properties": {},
607 "type": "object"
608 },
609 "AttributeValue": {
610 "description": "The allowed types for the value side of an attribute key:value pair.",
611 "id": "AttributeValue",
612 "properties": {
613 "intValue": {
614 "description": "An integer value.",
615 "format": "int64",
616 "type": "string"
617 },
618 "stringValue": {
619 "description": "A string value.",
620 "type": "string"
621 },
622 "boolValue": {
623 "description": "A boolean value.",
624 "type": "boolean"
625 }
626 },
627 "type": "object"
628 },
629 "BatchUpdateSpansRequest": {
630 "description": "The request message for the `BatchUpdateSpans` metho d.",
631 "id": "BatchUpdateSpansRequest",
632 "properties": {
633 "spanUpdates": {
634 "additionalProperties": {
635 "$ref": "SpanUpdates"
636 },
637 "description": "A map from trace name to spans to be stored or updated.",
638 "type": "object"
639 }
640 },
641 "type": "object"
642 }
643 },
644 "servicePath": "",
645 "title": "Google Tracing API",
646 "version": "v1"
647 }
OLDNEW
« no previous file with comments | « discovery/googleapis/tasks__v1.json ('k') | discovery/googleapis/tracing__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698