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

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

Issue 2936613002: Api-Roll 50: 2017-06-12 (Closed)
Patch Set: Created 3 years, 6 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
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/trace.readonly": {
6 "description": "Read Trace data for a project or application "
7 },
8 "https://www.googleapis.com/auth/trace.append": { 5 "https://www.googleapis.com/auth/trace.append": {
9 "description": "Write Trace data for a project or applicatio n" 6 "description": "Write Trace data for a project or applicatio n"
10 }, 7 },
11 "https://www.googleapis.com/auth/cloud-platform": { 8 "https://www.googleapis.com/auth/cloud-platform": {
12 "description": "View and manage your data across Google Clou d Platform services" 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 } 13 }
14 } 14 }
15 } 15 }
16 }, 16 },
17 "basePath": "", 17 "basePath": "",
18 "baseUrl": "https://cloudtrace.googleapis.com/", 18 "baseUrl": "https://cloudtrace.googleapis.com/",
19 "batchPath": "batch", 19 "batchPath": "batch",
20 "canonicalName": "Cloud Trace", 20 "canonicalName": "Cloud Trace",
21 "description": "Send and retrieve trace data from Stackdriver Trace. Data is generated and available by default for all App Engine applications. Data from o ther applications can be written to Stackdriver Trace for display, reporting, an d analysis.\n", 21 "description": "Send and retrieve trace data from Stackdriver Trace. Data is generated and available by default for all App Engine applications. Data from o ther applications can be written to Stackdriver Trace for display, reporting, an d analysis.\n",
22 "discoveryVersion": "v1", 22 "discoveryVersion": "v1",
23 "documentationLink": "https://cloud.google.com/trace", 23 "documentationLink": "https://cloud.google.com/trace",
24 "icons": { 24 "icons": {
25 "x16": "http://www.google.com/images/icons/product/search-16.gif", 25 "x16": "http://www.google.com/images/icons/product/search-16.gif",
26 "x32": "http://www.google.com/images/icons/product/search-32.gif" 26 "x32": "http://www.google.com/images/icons/product/search-32.gif"
27 }, 27 },
28 "id": "cloudtrace:v1", 28 "id": "cloudtrace:v1",
29 "kind": "discovery#restDescription", 29 "kind": "discovery#restDescription",
30 "name": "cloudtrace", 30 "name": "cloudtrace",
31 "ownerDomain": "google.com", 31 "ownerDomain": "google.com",
32 "ownerName": "Google", 32 "ownerName": "Google",
33 "parameters": { 33 "parameters": {
34 "uploadType": {
35 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
36 "location": "query",
37 "type": "string"
38 },
39 "fields": {
40 "description": "Selector specifying which fields to include in a par tial response.",
41 "location": "query",
42 "type": "string"
43 },
44 "callback": {
45 "description": "JSONP",
46 "location": "query",
47 "type": "string"
48 },
49 "$.xgafv": {
50 "description": "V1 error format.",
51 "enum": [
52 "1",
53 "2"
54 ],
55 "enumDescriptions": [
56 "v1 error format",
57 "v2 error format"
58 ],
59 "location": "query",
60 "type": "string"
61 },
62 "alt": {
63 "default": "json",
64 "description": "Data format for response.",
65 "enum": [
66 "json",
67 "media",
68 "proto"
69 ],
70 "enumDescriptions": [
71 "Responses with Content-Type of application/json",
72 "Media download with context-dependent Content-Type",
73 "Responses with Content-Type of application/x-protobuf"
74 ],
75 "location": "query",
76 "type": "string"
77 },
78 "key": { 34 "key": {
79 "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.", 35 "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.",
80 "location": "query", 36 "location": "query",
81 "type": "string" 37 "type": "string"
82 }, 38 },
83 "access_token": { 39 "access_token": {
84 "description": "OAuth access token.", 40 "description": "OAuth access token.",
85 "location": "query", 41 "location": "query",
86 "type": "string" 42 "type": "string"
87 }, 43 },
(...skipping 21 matching lines...) Expand all
109 "upload_protocol": { 65 "upload_protocol": {
110 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").", 66 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
111 "location": "query", 67 "location": "query",
112 "type": "string" 68 "type": "string"
113 }, 69 },
114 "prettyPrint": { 70 "prettyPrint": {
115 "default": "true", 71 "default": "true",
116 "description": "Returns response with indentations and line breaks." , 72 "description": "Returns response with indentations and line breaks." ,
117 "location": "query", 73 "location": "query",
118 "type": "boolean" 74 "type": "boolean"
75 },
76 "fields": {
77 "description": "Selector specifying which fields to include in a par tial response.",
78 "location": "query",
79 "type": "string"
80 },
81 "uploadType": {
82 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
83 "location": "query",
84 "type": "string"
85 },
86 "callback": {
87 "description": "JSONP",
88 "location": "query",
89 "type": "string"
90 },
91 "$.xgafv": {
92 "description": "V1 error format.",
93 "enum": [
94 "1",
95 "2"
96 ],
97 "enumDescriptions": [
98 "v1 error format",
99 "v2 error format"
100 ],
101 "location": "query",
102 "type": "string"
103 },
104 "alt": {
105 "default": "json",
106 "description": "Data format for response.",
107 "enum": [
108 "json",
109 "media",
110 "proto"
111 ],
112 "enumDescriptions": [
113 "Responses with Content-Type of application/json",
114 "Media download with context-dependent Content-Type",
115 "Responses with Content-Type of application/x-protobuf"
116 ],
117 "location": "query",
118 "type": "string"
119 } 119 }
120 }, 120 },
121 "protocol": "rest", 121 "protocol": "rest",
122 "resources": { 122 "resources": {
123 "projects": { 123 "projects": {
124 "methods": { 124 "methods": {
125 "patchTraces": { 125 "patchTraces": {
126 "description": "Sends new traces to Stackdriver Trace or upd ates existing traces. If the ID\nof a trace that you send matches that of an exi sting trace, any fields\nin the existing trace and its spans are overwritten by the provided values,\nand any new fields provided are merged with the existing t race data. If the\nID does not match, a new trace is created.", 126 "description": "Sends new traces to Stackdriver Trace or upd ates existing traces. If the ID\nof a trace that you send matches that of an exi sting trace, any fields\nin the existing trace and its spans are overwritten by the provided values,\nand any new fields provided are merged with the existing t race data. If the\nID does not match, a new trace is created.",
127 "httpMethod": "PATCH", 127 "httpMethod": "PATCH",
128 "id": "cloudtrace.projects.patchTraces", 128 "id": "cloudtrace.projects.patchTraces",
(...skipping 25 matching lines...) Expand all
154 "traces": { 154 "traces": {
155 "methods": { 155 "methods": {
156 "list": { 156 "list": {
157 "description": "Returns of a list of traces that mat ch the specified filter conditions.", 157 "description": "Returns of a list of traces that mat ch the specified filter conditions.",
158 "httpMethod": "GET", 158 "httpMethod": "GET",
159 "id": "cloudtrace.projects.traces.list", 159 "id": "cloudtrace.projects.traces.list",
160 "parameterOrder": [ 160 "parameterOrder": [
161 "projectId" 161 "projectId"
162 ], 162 ],
163 "parameters": { 163 "parameters": {
164 "orderBy": {
165 "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.",
166 "location": "query",
167 "type": "string"
168 },
169 "projectId": {
170 "description": "ID of the Cloud project wher e the trace data is stored.",
171 "location": "path",
172 "required": true,
173 "type": "string"
174 },
175 "filter": { 164 "filter": {
176 "description": "An optional filter against l abels for the request.\n\nBy default, searches use prefix matching. To specify e xact match, prepend\na plus symbol (`+`) to the search term.\nMultiple terms are ANDed. Syntax:\n\n* `root:NAME_PREFIX` or `NAME_PREFIX`: Return traces where any root\n span starts with `NAME_PREFIX`.\n* `+root:NAME` or `+NAME`: Retu rn traces where any root span's name is\n exactly `NAME`.\n* `span:NAME_PRE FIX`: Return traces where any span starts with\n `NAME_PREFIX`.\n* `+span:N AME`: Return traces where any span's name is exactly\n `NAME`.\n* `latency: DURATION`: Return traces whose overall latency is\n greater or equal to than `DURATION`. Accepted units are nanoseconds\n (`ns`), milliseconds (`ms`), and seconds (`s`). Default is `ms`. For\n example, `latency:24ms` returns traces whose overall latency\n is greater than or equal to 24 milliseconds.\n* `l abel:LABEL_KEY`: Return all traces containing the specified\n label key (exac t match, case-sensitive) regardless of the key:value\n pair's value (includin g empty values).\n* `LABEL_KEY:VALUE_PREFIX`: Return all traces containing the specified\n label key (exact match, case-sensitive) whose value starts with\ n `VALUE_PREFIX`. Both a key and a value must be specified.\n* `+LABEL_KEY: VALUE`: Return all traces containing a key:value pair\n exactly matching the specified text. Both a key and a value must be\n specified.\n* `method:VALU E`: Equivalent to `/http/method:VALUE`.\n* `url:VALUE`: Equivalent to `/http/u rl:VALUE`.", 165 "description": "An optional filter against l abels for the request.\n\nBy default, searches use prefix matching. To specify e xact match, prepend\na plus symbol (`+`) to the search term.\nMultiple terms are ANDed. Syntax:\n\n* `root:NAME_PREFIX` or `NAME_PREFIX`: Return traces where any root\n span starts with `NAME_PREFIX`.\n* `+root:NAME` or `+NAME`: Retu rn traces where any root span's name is\n exactly `NAME`.\n* `span:NAME_PRE FIX`: Return traces where any span starts with\n `NAME_PREFIX`.\n* `+span:N AME`: Return traces where any span's name is exactly\n `NAME`.\n* `latency: DURATION`: Return traces whose overall latency is\n greater or equal to than `DURATION`. Accepted units are nanoseconds\n (`ns`), milliseconds (`ms`), and seconds (`s`). Default is `ms`. For\n example, `latency:24ms` returns traces whose overall latency\n is greater than or equal to 24 milliseconds.\n* `l abel:LABEL_KEY`: Return all traces containing the specified\n label key (exac t match, case-sensitive) regardless of the key:value\n pair's value (includin g empty values).\n* `LABEL_KEY:VALUE_PREFIX`: Return all traces containing the specified\n label key (exact match, case-sensitive) whose value starts with\ n `VALUE_PREFIX`. Both a key and a value must be specified.\n* `+LABEL_KEY: VALUE`: Return all traces containing a key:value pair\n exactly matching the specified text. Both a key and a value must be\n specified.\n* `method:VALU E`: Equivalent to `/http/method:VALUE`.\n* `url:VALUE`: Equivalent to `/http/u rl:VALUE`.",
177 "location": "query", 166 "location": "query",
178 "type": "string" 167 "type": "string"
179 }, 168 },
180 "endTime": { 169 "endTime": {
181 "description": "End of the time interval (in clusive) during which the trace data was\ncollected from the application.", 170 "description": "End of the time interval (in clusive) during which the trace data was\ncollected from the application.",
182 "format": "google-datetime", 171 "format": "google-datetime",
183 "location": "query", 172 "location": "query",
184 "type": "string" 173 "type": "string"
(...skipping 18 matching lines...) Expand all
203 "view": { 192 "view": {
204 "description": "Type of data returned for tr aces in the list. Optional. Default is\n`MINIMAL`.", 193 "description": "Type of data returned for tr aces in the list. Optional. Default is\n`MINIMAL`.",
205 "enum": [ 194 "enum": [
206 "VIEW_TYPE_UNSPECIFIED", 195 "VIEW_TYPE_UNSPECIFIED",
207 "MINIMAL", 196 "MINIMAL",
208 "ROOTSPAN", 197 "ROOTSPAN",
209 "COMPLETE" 198 "COMPLETE"
210 ], 199 ],
211 "location": "query", 200 "location": "query",
212 "type": "string" 201 "type": "string"
202 },
203 "orderBy": {
204 "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.",
205 "location": "query",
206 "type": "string"
207 },
208 "projectId": {
209 "description": "ID of the Cloud project wher e the trace data is stored.",
210 "location": "path",
211 "required": true,
212 "type": "string"
213 } 213 }
214 }, 214 },
215 "path": "v1/projects/{projectId}/traces", 215 "path": "v1/projects/{projectId}/traces",
216 "response": { 216 "response": {
217 "$ref": "ListTracesResponse" 217 "$ref": "ListTracesResponse"
218 }, 218 },
219 "scopes": [ 219 "scopes": [
220 "https://www.googleapis.com/auth/cloud-platform" , 220 "https://www.googleapis.com/auth/cloud-platform" ,
221 "https://www.googleapis.com/auth/trace.readonly" 221 "https://www.googleapis.com/auth/trace.readonly"
222 ] 222 ]
223 }, 223 },
224 "get": { 224 "get": {
225 "description": "Gets a single trace by its ID.", 225 "description": "Gets a single trace by its ID.",
226 "httpMethod": "GET", 226 "httpMethod": "GET",
227 "id": "cloudtrace.projects.traces.get", 227 "id": "cloudtrace.projects.traces.get",
228 "parameterOrder": [ 228 "parameterOrder": [
229 "projectId", 229 "projectId",
230 "traceId" 230 "traceId"
231 ], 231 ],
232 "parameters": { 232 "parameters": {
233 "projectId": {
234 "description": "ID of the Cloud project wher e the trace data is stored.",
235 "location": "path",
236 "required": true,
237 "type": "string"
238 },
233 "traceId": { 239 "traceId": {
234 "description": "ID of the trace to return.", 240 "description": "ID of the trace to return.",
235 "location": "path", 241 "location": "path",
236 "required": true, 242 "required": true,
237 "type": "string" 243 "type": "string"
238 },
239 "projectId": {
240 "description": "ID of the Cloud project wher e the trace data is stored.",
241 "location": "path",
242 "required": true,
243 "type": "string"
244 } 244 }
245 }, 245 },
246 "path": "v1/projects/{projectId}/traces/{traceId}", 246 "path": "v1/projects/{projectId}/traces/{traceId}",
247 "response": { 247 "response": {
248 "$ref": "Trace" 248 "$ref": "Trace"
249 }, 249 },
250 "scopes": [ 250 "scopes": [
251 "https://www.googleapis.com/auth/cloud-platform" , 251 "https://www.googleapis.com/auth/cloud-platform" ,
252 "https://www.googleapis.com/auth/trace.readonly" 252 "https://www.googleapis.com/auth/trace.readonly"
253 ] 253 ]
254 } 254 }
255 } 255 }
256 } 256 }
257 } 257 }
258 } 258 }
259 }, 259 },
260 "revision": "20170516", 260 "revision": "20170531",
261 "rootUrl": "https://cloudtrace.googleapis.com/", 261 "rootUrl": "https://cloudtrace.googleapis.com/",
262 "schemas": { 262 "schemas": {
263 "TraceSpan": { 263 "TraceSpan": {
264 "description": "A span represents a single timed event within a trac e. Spans can be nested\nand form a trace tree. Often, a trace contains a root sp an that describes the\nend-to-end latency of an operation and, optionally, one o r more subspans for\nits suboperations. Spans do not need to be contiguous. Ther e may be gaps\nbetween spans in a trace.", 264 "description": "A span represents a single timed event within a trac e. Spans can be nested\nand form a trace tree. Often, a trace contains a root sp an that describes the\nend-to-end latency of an operation and, optionally, one o r more subspans for\nits suboperations. Spans do not need to be contiguous. Ther e may be gaps\nbetween spans in a trace.",
265 "id": "TraceSpan", 265 "id": "TraceSpan",
266 "properties": { 266 "properties": {
267 "labels": {
268 "additionalProperties": {
269 "type": "string"
270 },
271 "description": "Collection of labels associated with the spa n. Label keys must be less than\n128 bytes. Label values must be less than 16 ki lobytes (10MB for\n`/stacktrace` values).\n\nSome predefined label keys exist, o r you may create your own. When creating\nyour own, we recommend the following f ormats:\n\n* `/category/product/key` for agents of well-known products (e.g.\n `/db/mongodb/read_size`).\n* `short_host/path/key` for domain-specific keys (e.g .\n `foo.com/myproduct/bar`)\n\nPredefined labels include:\n\n* `/agent`\n* `/component`\n* `/error/message`\n* `/error/name`\n* `/http/client_city`\ n* `/http/client_country`\n* `/http/client_protocol`\n* `/http/client_regi on`\n* `/http/host`\n* `/http/method`\n* `/http/redirected_url`\n* `/htt p/request/size`\n* `/http/response/size`\n* `/http/status_code`\n* `/http/ url`\n* `/http/user_agent`\n* `/pid`\n* `/stacktrace`\n* `/tid`",
272 "type": "object"
273 },
274 "name": {
275 "description": "Name of the span. Must be less than 128 byte s. The span name is sanitized\nand displayed in the Stackdriver Trace tool in th e\n{% dynamic print site_values.console_name %}.\nThe name may be a method name or some other per-call site name.\nFor the same executable and the same call poi nt, a best practice is\nto use a consistent name, which makes it easier to corre late\ncross-trace spans.",
276 "type": "string"
277 },
278 "spanId": { 267 "spanId": {
279 "description": "Identifier for the span. Must be a 64-bit in teger other than 0 and\nunique within a trace.", 268 "description": "Identifier for the span. Must be a 64-bit in teger other than 0 and\nunique within a trace.",
280 "format": "uint64", 269 "format": "uint64",
281 "type": "string" 270 "type": "string"
282 }, 271 },
283 "parentSpanId": { 272 "parentSpanId": {
284 "description": "ID of the parent span, if any. Optional.", 273 "description": "ID of the parent span, if any. Optional.",
285 "format": "uint64", 274 "format": "uint64",
286 "type": "string" 275 "type": "string"
287 }, 276 },
(...skipping 13 matching lines...) Expand all
301 "SPAN_KIND_UNSPECIFIED", 290 "SPAN_KIND_UNSPECIFIED",
302 "RPC_SERVER", 291 "RPC_SERVER",
303 "RPC_CLIENT" 292 "RPC_CLIENT"
304 ], 293 ],
305 "enumDescriptions": [ 294 "enumDescriptions": [
306 "Unspecified.", 295 "Unspecified.",
307 "Indicates that the span covers server-side handling of an RPC or other\nremote network request.", 296 "Indicates that the span covers server-side handling of an RPC or other\nremote network request.",
308 "Indicates that the span covers the client-side wrapper around an RPC or\nother remote request." 297 "Indicates that the span covers the client-side wrapper around an RPC or\nother remote request."
309 ], 298 ],
310 "type": "string" 299 "type": "string"
300 },
301 "labels": {
302 "additionalProperties": {
303 "type": "string"
304 },
305 "description": "Collection of labels associated with the spa n. Label keys must be less than\n128 bytes. Label values must be less than 16 ki lobytes (10MB for\n`/stacktrace` values).\n\nSome predefined label keys exist, o r you may create your own. When creating\nyour own, we recommend the following f ormats:\n\n* `/category/product/key` for agents of well-known products (e.g.\n `/db/mongodb/read_size`).\n* `short_host/path/key` for domain-specific keys (e.g .\n `foo.com/myproduct/bar`)\n\nPredefined labels include:\n\n* `/agent`\n* `/component`\n* `/error/message`\n* `/error/name`\n* `/http/client_city`\ n* `/http/client_country`\n* `/http/client_protocol`\n* `/http/client_regi on`\n* `/http/host`\n* `/http/method`\n* `/http/redirected_url`\n* `/htt p/request/size`\n* `/http/response/size`\n* `/http/status_code`\n* `/http/ url`\n* `/http/user_agent`\n* `/pid`\n* `/stacktrace`\n* `/tid`",
306 "type": "object"
307 },
308 "name": {
309 "description": "Name of the span. Must be less than 128 byte s. The span name is sanitized\nand displayed in the Stackdriver Trace tool in th e\n{% dynamic print site_values.console_name %}.\nThe name may be a method name or some other per-call site name.\nFor the same executable and the same call poi nt, a best practice is\nto use a consistent name, which makes it easier to corre late\ncross-trace spans.",
310 "type": "string"
311 } 311 }
312 }, 312 },
313 "type": "object" 313 "type": "object"
314 }, 314 },
315 "ListTracesResponse": { 315 "ListTracesResponse": {
316 "description": "The response message for the `ListTraces` method.", 316 "description": "The response message for the `ListTraces` method.",
317 "id": "ListTracesResponse", 317 "id": "ListTracesResponse",
318 "properties": { 318 "properties": {
319 "traces": { 319 "traces": {
320 "description": "List of trace records returned.", 320 "description": "List of trace records returned.",
(...skipping 12 matching lines...) Expand all
333 "Empty": { 333 "Empty": {
334 "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 `{}`.", 334 "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 `{}`.",
335 "id": "Empty", 335 "id": "Empty",
336 "properties": {}, 336 "properties": {},
337 "type": "object" 337 "type": "object"
338 }, 338 },
339 "Trace": { 339 "Trace": {
340 "description": "A trace describes how long it takes for an applicati on to perform an\noperation. It consists of a set of spans, each of which repres ent a single\ntimed event within the operation.", 340 "description": "A trace describes how long it takes for an applicati on to perform an\noperation. It consists of a set of spans, each of which repres ent a single\ntimed event within the operation.",
341 "id": "Trace", 341 "id": "Trace",
342 "properties": { 342 "properties": {
343 "traceId": {
344 "description": "Globally unique identifier for the trace. Th is identifier is a 128-bit\nnumeric value formatted as a 32-byte hex string.",
345 "type": "string"
346 },
347 "projectId": { 343 "projectId": {
348 "description": "Project ID of the Cloud project where the tr ace data is stored.", 344 "description": "Project ID of the Cloud project where the tr ace data is stored.",
349 "type": "string" 345 "type": "string"
350 }, 346 },
351 "spans": { 347 "spans": {
352 "description": "Collection of spans in the trace.", 348 "description": "Collection of spans in the trace.",
353 "items": { 349 "items": {
354 "$ref": "TraceSpan" 350 "$ref": "TraceSpan"
355 }, 351 },
356 "type": "array" 352 "type": "array"
353 },
354 "traceId": {
355 "description": "Globally unique identifier for the trace. Th is identifier is a 128-bit\nnumeric value formatted as a 32-byte hex string.",
356 "type": "string"
357 } 357 }
358 }, 358 },
359 "type": "object" 359 "type": "object"
360 }, 360 },
361 "Traces": { 361 "Traces": {
362 "description": "List of new or updated traces.", 362 "description": "List of new or updated traces.",
363 "id": "Traces", 363 "id": "Traces",
364 "properties": { 364 "properties": {
365 "traces": { 365 "traces": {
366 "description": "List of traces.", 366 "description": "List of traces.",
367 "items": { 367 "items": {
368 "$ref": "Trace" 368 "$ref": "Trace"
369 }, 369 },
370 "type": "array" 370 "type": "array"
371 } 371 }
372 }, 372 },
373 "type": "object" 373 "type": "object"
374 } 374 }
375 }, 375 },
376 "servicePath": "", 376 "servicePath": "",
377 "title": "Stackdriver Trace API", 377 "title": "Stackdriver Trace API",
378 "version": "v1" 378 "version": "v1"
379 } 379 }
OLDNEW
« no previous file with comments | « discovery/googleapis/cloudresourcemanager__v1.json ('k') | discovery/googleapis/compute__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698