UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 27.4 kB
{"openapi":"3.0.0","info":{"contact":{"name":"Google","url":"https://google.com"},"description":"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.\n","license":{"name":"Creative Commons Attribution 3.0","url":"http://creativecommons.org/licenses/by/3.0/"},"termsOfService":"https://developers.google.com/terms/","title":"Stackdriver Trace","version":"v2","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"converter":{"url":"https://github.com/lucybot/api-spec-converter","version":"2.0.1"},"format":"google","url":"https://tracing.googleapis.com/$discovery/rest?version=v2","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"tracing"},"externalDocs":{"url":"https://cloud.google.com/trace"},"tags":[{"name":"projects"}],"paths":{"/v2/{name}":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/bearer_token"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/pp"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"put":{"description":"Creates a new Span.","operationId":"cloudtrace.projects.traces.spans.create","parameters":[{"description":"The resource name of the span in the following format:\n\n projects/[PROJECT_ID]traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project.\n[SPAN_ID] is a unique identifier for a span within a trace,\nassigned when the span is created.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Span"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Span"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/trace.append"],"Oauth2c":["https://www.googleapis.com/auth/trace.append"]}],"tags":["projects"]}},"/v2/{name}/traces:batchWrite":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/bearer_token"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/pp"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Sends new spans to Stackdriver Trace or updates existing traces. If the\nname of a trace that you send matches that of an existing trace, new spans\nare added to the existing trace. Attempt to update existing spans results\nundefined behavior. If the name does not match, a new trace is created\nwith given set of spans.","operationId":"cloudtrace.projects.traces.batchWrite","parameters":[{"description":"Required. Name of the project where the spans belong. The format is\n`projects/PROJECT_ID`.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchWriteSpansRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Empty"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/trace.append"],"Oauth2c":["https://www.googleapis.com/auth/trace.append"]}],"tags":["projects"]}},"/v2/{parent}/traces":{"get":{"description":"Returns of a list of traces that match the specified filter conditions.","operationId":"cloudtrace.projects.traces.list","parameters":[{"description":"Optional. Do not return traces whose start time is later than this time.","in":"query","name":"endTime","schema":{"type":"string"}},{"description":"Opional. Return only traces that match this\n[trace filter](/trace/docs/trace-filters). Example:\n\n \"label:/http/url root:/_ah/background my_label:17\"","in":"query","name":"filter","schema":{"type":"string"}},{"description":"Optional. A single field used to sort the returned traces.\nOnly the following field names can be used:\n\n* `trace_id`: the trace's ID field\n* `name`: the root span's resource name\n* `duration`: the difference between the root span's start time and end time\n* `start`: the start time of the root span\n\nSorting is in ascending order unless `desc` is appended to the sort field name.\nExample: `\"name desc\"`).","in":"query","name":"orderBy","schema":{"type":"string"}},{"description":"Optional. The maximum number of results to return from this request.\nNon-positive values are ignored. The presence of `next_page_token` in the\nresponse indicates that more results might be available, even if fewer than\nthe maximum number of results is returned by this request.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Optional. If present, then retrieve the next batch of results from the\npreceding call to this method. `page_token` must be the value of\n`next_page_token` from the previous response. The values of other method\nparameters should be identical to those in the previous call.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"Required. The project where the trace data is stored. The format\nis `projects/PROJECT_ID`.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}},{"description":"Optional. Do not return traces whose end time is earlier than this time.","in":"query","name":"startTime","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListTracesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/trace.readonly"],"Oauth2c":["https://www.googleapis.com/auth/trace.readonly"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/bearer_token"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/pp"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v2/{parent}:listSpans":{"get":{"description":"Returns a list of spans within a trace.","operationId":"cloudtrace.projects.traces.listSpans","parameters":[{"description":"Optional. If present, then retrieve the next batch of results from the\npreceding call to this method. `page_token` must be the value of\n`next_page_token` from the previous response. The values of other method\nparameters should be identical to those in the previous call.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"Required: The resource name of the trace containing the spans to list.\nThe format is `projects/PROJECT_ID/traces/TRACE_ID`.","in":"path","name":"parent","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListSpansResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/trace.readonly"],"Oauth2c":["https://www.googleapis.com/auth/trace.readonly"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/bearer_token"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/pp"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]}},"servers":[{"url":"https://cloudtrace.googleapis.com/"}],"components":{"parameters":{"access_token":{"description":"OAuth access token.","in":"query","name":"access_token","schema":{"type":"string"}},"alt":{"description":"Data format for response.","in":"query","name":"alt","schema":{"type":"string","enum":["json","media","proto"],"default":"json"}},"bearer_token":{"description":"OAuth bearer token.","in":"query","name":"bearer_token","schema":{"type":"string"}},"callback":{"description":"JSONP","in":"query","name":"callback","schema":{"type":"string"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"pp":{"description":"Pretty-print response.","in":"query","name":"pp","schema":{"type":"boolean","default":true}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean","default":true}},"quotaUser":{"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.","in":"query","name":"quotaUser","schema":{"type":"string"}},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","in":"query","name":"uploadType","schema":{"type":"string"}},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","in":"query","name":"upload_protocol","schema":{"type":"string"}},"_.xgafv":{"description":"V1 error format.","in":"query","name":"$.xgafv","schema":{"type":"string","enum":["1","2"]}}},"securitySchemes":{"Oauth2":{"description":"Oauth 2.0 implicit authentication","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://accounts.google.com/o/oauth2/auth","scopes":{"https://www.googleapis.com/auth/cloud-platform":"View and manage your data across Google Cloud Platform services","https://www.googleapis.com/auth/trace.append":"Write Trace data for a project or application","https://www.googleapis.com/auth/trace.readonly":"Read Trace data for a project or application"}}}},"Oauth2c":{"description":"Oauth 2.0 accessCode authentication","type":"oauth2","flows":{"authorizationCode":{"authorizationUrl":"https://accounts.google.com/o/oauth2/auth","tokenUrl":"https://accounts.google.com/o/oauth2/token","scopes":{"https://www.googleapis.com/auth/cloud-platform":"View and manage your data across Google Cloud Platform services","https://www.googleapis.com/auth/trace.append":"Write Trace data for a project or application","https://www.googleapis.com/auth/trace.readonly":"Read Trace data for a project or application"}}}}},"schemas":{"Annotation":{"description":"Text annotation with a set of attributes.","properties":{"attributes":{"$ref":"#/components/schemas/Attributes"},"description":{"$ref":"#/components/schemas/TruncatableString"}},"type":"object"},"AttributeValue":{"description":"The allowed types for [VALUE] in a `[KEY]:[VALUE]` attribute.","properties":{"boolValue":{"description":"A Boolean value represented by `true` or `false`.","type":"boolean"},"intValue":{"description":"A 64-bit signed integer.","format":"int64","type":"string"},"stringValue":{"$ref":"#/components/schemas/TruncatableString"}},"type":"object"},"Attributes":{"description":"A set of attributes, each in the format `[KEY]:[VALUE]`.","properties":{"attributeMap":{"additionalProperties":{"$ref":"#/components/schemas/AttributeValue"},"description":"The set of attributes. Each attribute's key can be up to 128 bytes\nlong. The value can be a string up to 256 bytes, an integer, or the\nBoolean values `true` and `false`. For example:\n\n \"/instance_id\": \"my-instance\"\n \"/http/user_agent\": \"\"\n \"/http/request_bytes\": 300\n \"abc.com/myattribute\": true","type":"object"},"droppedAttributesCount":{"description":"The number of attributes that were discarded. Attributes can be discarded\nbecause their keys are too long or because there are too many attributes.\nIf this value is 0 then all attributes are valid.","format":"int32","type":"integer"}},"type":"object"},"BatchWriteSpansRequest":{"description":"The request message for the `BatchWriteSpans` method.","properties":{"spans":{"description":"A collection of spans.","items":{"$ref":"#/components/schemas/Span"},"type":"array"}},"type":"object"},"Empty":{"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 it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.","properties":{},"type":"object"},"Link":{"description":"A pointer from the current span to another span in the same trace or in a\ndifferent trace. For example, this can be used in batching operations,\nwhere a single batch handler processes multiple requests from different\ntraces or when the handler receives a request from a different project.","properties":{"attributes":{"$ref":"#/components/schemas/Attributes"},"spanId":{"description":"`SPAN_ID` identifies a span within a trace.","type":"string"},"traceId":{"description":"`TRACE_ID` identifies a trace within a project.","type":"string"},"type":{"description":"The relationship of the current span relative to the linked span.","enum":["TYPE_UNSPECIFIED","CHILD_LINKED_SPAN","PARENT_LINKED_SPAN"],"type":"string"}},"type":"object"},"Links":{"description":"A collection of links, which are references from this span to a span\nin the same or different trace.","properties":{"droppedLinksCount":{"description":"The number of dropped links after the maximum size was enforced. If\nthis value is 0, then no links were dropped.","format":"int32","type":"integer"},"link":{"description":"A collection of links.","items":{"$ref":"#/components/schemas/Link"},"type":"array"}},"type":"object"},"ListSpansResponse":{"description":"The response message for the `ListSpans` method.","properties":{"nextPageToken":{"description":"If defined, indicates that there might be more spans that match the\nrequest. Pass this as the value of `pageToken` in a subsequent request to\nretrieve additional spans.","type":"string"},"spans":{"description":"The requested spans, if there are any in the specified trace.","items":{"$ref":"#/components/schemas/Span"},"type":"array"}},"type":"object"},"ListTracesResponse":{"description":"The response message for the `ListTraces` method.","properties":{"nextPageToken":{"description":"If there might be more results than those appearing in this response, then\n`next_page_token` is included. To get the next set of results, call this\nmethod again using the value of `next_page_token` as `page_token`.","type":"string"},"traces":{"description":"List of trace records returned.","items":{"$ref":"#/components/schemas/Trace"},"type":"array"}},"type":"object"},"Module":{"description":"Binary module.","properties":{"buildId":{"$ref":"#/components/schemas/TruncatableString"},"module":{"$ref":"#/components/schemas/TruncatableString"}},"type":"object"},"NetworkEvent":{"description":"An event describing an RPC message sent or received on the network.","properties":{"messageId":{"description":"An identifier for the message, which must be unique in this span.","format":"uint64","type":"string"},"messageSize":{"description":"The number of bytes sent or received.","format":"uint64","type":"string"},"time":{"description":"For sent messages, this is the time at which the first bit was sent.\nFor received messages, this is the time at which the last bit was\nreceived.","format":"google-datetime","type":"string"},"type":{"description":"Type of NetworkEvent. Indicates whether the RPC message was sent or\nreceived.","enum":["TYPE_UNSPECIFIED","SENT","RECV"],"type":"string"}},"type":"object"},"Span":{"description":"A span represents a single operation within a trace. Spans can be\nnested to form a trace tree. Often, a trace contains a root span\nthat describes the end-to-end latency, and one or more subspans for\nits sub-operations. A trace can also contain multiple root spans,\nor none at all. Spans do not need to be contiguous—there may be\ngaps or overlaps between spans in a trace.","properties":{"attributes":{"$ref":"#/components/schemas/Attributes"},"childSpanCount":{"description":"An optional number of child spans that were generated while this span\nwas active. If set, allows implementation to detect missing child spans.","format":"uint32","type":"integer"},"displayName":{"$ref":"#/components/schemas/TruncatableString"},"endTime":{"description":"The end time of the span. On the client side, this is the time kept by\nthe local machine where the span execution ends. On the server side, this\nis the time when the server application handler stops running.","format":"google-datetime","type":"string"},"links":{"$ref":"#/components/schemas/Links"},"name":{"description":"The resource name of the span in the following format:\n\n projects/[PROJECT_ID]traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project.\n[SPAN_ID] is a unique identifier for a span within a trace,\nassigned when the span is created.","type":"string"},"parentSpanId":{"description":"The [SPAN_ID] of this span's parent span. If this is a root span,\nthen this field must be empty.","type":"string"},"sameProcessAsParentSpan":{"description":"A highly recommended but not required flag that identifies when a trace\ncrosses a process boundary. True when the parent_span belongs to the\nsame process as the current span.","type":"boolean"},"spanId":{"description":"The [SPAN_ID] portion of the span's resource name.","type":"string"},"stackTrace":{"$ref":"#/components/schemas/StackTrace"},"startTime":{"description":"The start time of the span. On the client side, this is the time kept by\nthe local machine where the span execution starts. On the server side, this\nis the time when the server's application handler starts running.","format":"google-datetime","type":"string"},"status":{"$ref":"#/components/schemas/Status"},"timeEvents":{"$ref":"#/components/schemas/TimeEvents"}},"type":"object"},"StackFrame":{"description":"Represents a single stack frame in a stack trace.","properties":{"columnNumber":{"description":"The column number where the function call appears, if available.\nThis is important in JavaScript because of its anonymous functions.","format":"int64","type":"string"},"fileName":{"$ref":"#/components/schemas/TruncatableString"},"functionName":{"$ref":"#/components/schemas/TruncatableString"},"lineNumber":{"description":"The line number in `file_name` where the function call appears.","format":"int64","type":"string"},"loadModule":{"$ref":"#/components/schemas/Module"},"originalFunctionName":{"$ref":"#/components/schemas/TruncatableString"},"sourceVersion":{"$ref":"#/components/schemas/TruncatableString"}},"type":"object"},"StackFrames":{"description":"A collection of stack frames, which can be truncated.","properties":{"droppedFramesCount":{"description":"The number of stack frames that were dropped because there\nwere too many stack frames.\nIf this value is 0, then no stack frames were dropped.","format":"int32","type":"integer"},"frame":{"description":"Stack frames in this call stack.","items":{"$ref":"#/components/schemas/StackFrame"},"type":"array"}},"type":"object"},"StackTrace":{"description":"A call stack appearing in a trace.","properties":{"stackFrames":{"$ref":"#/components/schemas/StackFrames"},"stackTraceHashId":{"description":"The hash ID is used to conserve network bandwidth for duplicate\nstack traces within a single trace.\n\nOften multiple spans will have identical stack traces.\nThe first occurrence of a stack trace should contain both the\n`stackFrame` content and a value in `stackTraceHashId`.\n\nSubsequent spans within the same request can refer\nto that stack trace by only setting `stackTraceHashId`.","format":"uint64","type":"string"}},"type":"object"},"Status":{"description":"The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should 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 that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\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\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language 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` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\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\nenvironments, either with or without APIs, to provide a\nconsistent developer experience 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.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented 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 stripping needed for security/privacy reasons.","properties":{"code":{"description":"The status code, which should be an enum value of google.rpc.Code.","format":"int32","type":"integer"},"details":{"description":"A list of messages that carry the error details. There will be a\ncommon set of message types for APIs to use.","items":{"additionalProperties":{"description":"Properties of the object. Contains field @type with type URL."},"type":"object"},"type":"array"},"message":{"description":"A developer-facing error message, which should 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.","type":"string"}},"type":"object"},"TimeEvent":{"description":"A time-stamped annotation or network event in the Span.","properties":{"annotation":{"$ref":"#/components/schemas/Annotation"},"networkEvent":{"$ref":"#/components/schemas/NetworkEvent"},"time":{"description":"The timestamp indicating the time the event occurred.","format":"google-datetime","type":"string"}},"type":"object"},"TimeEvents":{"description":"A collection of `TimeEvent`s. A `TimeEvent` is a time-stamped annotation\non the span, consisting of either user-supplied key:value pairs, or\ndetails of an RPC message sent/received on the network.","properties":{"droppedAnnotationsCount":{"description":"The number of dropped annotations in all the included time events.\nIf the value is 0, then no annotations were dropped.","format":"int32","type":"integer"},"droppedNetworkEventsCount":{"description":"The number of dropped network events in all the included time events.\nIf the value is 0, then no network events were dropped.","format":"int32","type":"integer"},"timeEvent":{"description":"A collection of `TimeEvent`s.","items":{"$ref":"#/components/schemas/TimeEvent"},"type":"array"}},"type":"object"},"Trace":{"description":"A trace describes how long it takes for an application to perform some\noperations. It consists of a set of spans, each representing\nan operation and including time information and operation details.","properties":{"name":{"description":"The resource name of the trace in the following format:\n\n projects/[PROJECT_ID]/traces/TRACE_ID is a unique identifier for a trace within a project.\nThe ID is assigned when the trace is created.","type":"string"}},"type":"object"},"TruncatableString":{"description":"Represents a string that might be shortened to a specified length.","properties":{"truncatedByteCount":{"description":"The number of bytes removed from the original string. If this\nvalue is 0, then the string was not shortened.","format":"int32","type":"integer"},"value":{"description":"The shortened string. For example, if the original string was 500\nbytes long and the limit of the string was 128 bytes, then this\nvalue contains the first 128 bytes of the 500-byte string. Note that\ntruncation always happens on the character boundary, to ensure that\ntruncated string is still valid UTF8. In case of multi-byte characters,\nsize of truncated string can be less than truncation limit.","type":"string"}},"type":"object"}}}}