śĪ!WøKąŒ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None27_­ gogol-cloudtraceAThe relationship of the current span relative to the linked span.gogol-cloudtraceTYPE_UNSPECIFIED/ The relationship of the two spans is unknown.gogol-cloudtraceCHILD_LINKED_SPAN1 The linked span is a child of the current span.gogol-cloudtracePARENT_LINKED_SPAN2 The linked span is a parent of the current span.gogol-cloudtraceV1 error format.gogol-cloudtrace1 v1 error formatgogol-cloudtrace2 v2 error formatgogol-cloudtraceJType of MessageEvent. Indicates whether the message was sent or received.gogol-cloudtraceTYPE_UNSPECIFIED Unknown event type. gogol-cloudtraceSENT Indicates a sent message. gogol-cloudtraceRECEIVED Indicates a received message.  (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None"#27Ģ] gogol-cloudtrace7A time-stamped annotation or message event in the Span.See: f smart constructor. gogol-cloudtraceeA collection of links, which are references from this span to a span in the same or different trace.See: c smart constructor. gogol-cloudtrace1Represents a single stack frame in a stack trace.See: [ smart constructor.gogol-cloudtrace5A collection of stack frames, which can be truncated.See: X smart constructor.gogol-cloudtraceĄA collection of `TimeEvent`s. A `TimeEvent` is a time-stamped annotation on the span, consisting of either user-supplied key:value pairs, or details of a message sent/received between Spans.See: T smart constructor.gogol-cloudtraceBinary module.See: Q smart constructor.gogol-cloudtrace8A set of attributes, each in the format `[KEY]:[VALUE]`.See: N smart constructor.gogol-cloudtrace5The request message for the `BatchWriteSpans` method.See: L smart constructor.gogol-cloudtrace"A call stack appearing in a trace.See: I smart constructor.gogol-cloudtrace’#A pointer from the current span to another span in the same trace or in a different trace. For example, this can be used in batching operations, where a single batch handler processes multiple requests from different traces or when the handler receives a request from a different project.See: B smart constructor.gogol-cloudtrace’[A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.See: A smart constructor.gogol-cloudtrace:An event describing a message sent/received between Spans.See: < smart constructor.gogol-cloudtrace=The allowed types for [VALUE] in a `[KEY]:[VALUE]` attribute.See: 8 smart constructor.gogol-cloudtrace)Text annotation with a set of attributes.See: 5 smart constructor.gogol-cloudtrace’3The set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean values `true` and `false`. For example: "/instance_id": "my-instance" "/http/user_agent": "" "/http/request_bytes": 300 "abc.com/myattribute": trueSee: 3 smart constructor.gogol-cloudtrace›The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by  https://github.com/grpcgRPC’æ. The error model is designed to be: - Simple to use and understand for most users - Flexible enough to meet unexpected needs # Overview The `Status` message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers *understand* and *resolve* the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package `google.rpc` that can be used for common error conditions. # Language mapping The `Status` message is the logical representation of the error model, but it is not necessarily the actual wire format. When the `Status` message is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C. # Other uses The error model and the `Status` message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments. Example uses of this error model include: - Partial errors. If a service needs to return partial errors to the client, it may embed the `Status` in the normal response to indicate the partial errors. - Workflow errors. A typical workflow has multiple steps. Each step may have a `Status` message for error reporting. - Batch operations. If a client uses batch request and batch response, the `Status` message should be used directly inside batch response, one for each error sub-response. - Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the `Status` message. - Logging. If some API errors are stored in logs, the message `Status` could be used directly after any stripping needed for security/privacy reasons.See: / smart constructor.gogol-cloudtraceBRepresents a string that might be shortened to a specified length.See: , smart constructor.gogol-cloudtrace’xA span represents a single operation within a trace. Spans can be nested to form a trace tree. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for its sub-operations. A trace can also contain multiple root spans, or none at all. Spans do not need to be contiguous there may be gaps or overlaps between spans in a trace.See:  smart constructor.gogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:  !"#$%&'()*+gogol-cloudtrace'An optional final status for this span. gogol-cloudtraceŲThe start time of the span. On the client side, this is the time kept by the local machine where the span execution starts. On the server side, this is the time when the server's application handler starts running.!gogol-cloudtraceAn optional number of child spans that were generated while this span was active. If set, allows implementation to detect missing child spans."gogol-cloudtraceŃ(Optional) Set this parameter to indicate whether this span is in the same process as its parent. If you do not set this parameter, Stackdriver Trace is unable to take advantage of this helpful information.#gogol-cloudtrace’^The resource name of the span in the following format: projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. [SPAN_ID] is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array.$gogol-cloudtrace.Stack trace captured at the start of the span.%gogol-cloudtraceLA set of attributes on the span. You can have up to 32 attributes per span.&gogol-cloudtraceŃThe end time of the span. On the client side, this is the time kept by the local machine where the span execution ends. On the server side, this is the time when the server application handler stops running.'gogol-cloudtraceYA set of time events. You can have up to 32 annotations and 128 message events per span.(gogol-cloudtrace’ŖA description of the span's operation (up to 128 bytes). Stackdriver Trace displays the description in the Google Cloud Platform Console. For example, the display name can be a qualified method name or a file name and a line number where the operation is called. A best practice is to use the same display name within an application and at the same call point. This makes it easier to correlate spans in different traces.)gogol-cloudtraceaThe [SPAN_ID] of this span's parent span. If this is a root span, then this field must be empty.*gogol-cloudtraceFLinks associated with the span. You can have up to 128 links per Span.+gogol-cloudtrace2The [SPAN_ID] portion of the span's resource name.,gogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:-.-gogol-cloudtrace’qThe shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit..gogol-cloudtracemThe number of bytes removed from the original string. If this value is 0, then the string was not shortened./gogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:0120gogol-cloudtraceiA list of messages that carry the error details. There is a common set of message types for APIs to use.1gogol-cloudtraceBThe status code, which should be an enum value of google.rpc.Code.2gogol-cloudtrace¾A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.3gogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:45gogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:676gogol-cloudtraceWA set of attributes on the annotation. You can have up to 4 attributes per Annotation.7gogol-cloudtracecA user-supplied message describing the event. The maximum length for the description is 256 bytes.8gogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:9:;9gogol-cloudtrace1A Boolean value represented by `true` or `false`.:gogol-cloudtraceA 64-bit signed integer.;gogol-cloudtraceA string up to 256 bytes long.<gogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:=>?@=gogol-cloudtrace—An identifier for the MessageEvent's message that can be used to match SENT and RECEIVED MessageEvents. It is recommended to be unique within a Span.>gogol-cloudtrace2The number of uncompressed bytes sent or received.?gogol-cloudtraceJType of MessageEvent. Indicates whether the message was sent or received.@gogol-cloudtraceiThe number of compressed bytes sent or received. If missing assumed to be the same size as uncompressed.Agogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.Bgogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:CDEFCgogol-cloudtrace,The [TRACE_ID] for a trace within a project.Dgogol-cloudtraceMA set of attributes on the link. You have have up to 32 attributes per link.Egogol-cloudtraceAThe relationship of the current span relative to the linked span.Fgogol-cloudtrace(The [SPAN_ID] for a span within a trace.Ggogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:HHgogol-cloudtrace=Properties of the object. Contains field 'type with type URL.Igogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:JKJgogol-cloudtrace’€The hash ID is used to conserve network bandwidth for duplicate stack traces within a single trace. Often multiple spans will have identical stack traces. The first occurrence of a stack trace should contain both the `stackFrame` content and a value in `stackTraceHashId`. Subsequent spans within the same request can refer to that stack trace by only setting `stackTraceHashId`.Kgogol-cloudtraceFStack frames in this stack trace. A maximum of 128 frames are allowed.Lgogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:MMgogol-cloudtraceaA list of new spans. The span names must not match existing spans, or the results are undefined.Ngogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:OPOgogol-cloudtraceĒThe number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.Pgogol-cloudtrace’3The set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean values `true` and `false`. For example: "/instance_id": "my-instance" "/http/user_agent": "" "/http/request_bytes": 300 "abc.com/myattribute": trueQgogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:RSRgogol-cloudtraceVA unique identifier for the module, usually a hash of its contents (up to 128 bytes).Sgogol-cloudtraceqFor example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).Tgogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:UVWUgogol-cloudtrace~The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped.Vgogol-cloudtracexThe number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped.Wgogol-cloudtraceA collection of `TimeEvent`s.Xgogol-cloudtraceCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:YZYgogol-cloudtraceŽThe number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.Zgogol-cloudtrace Stack frames in this call stack.[gogol-cloudtraceCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:\]^_`ab\gogol-cloudtrace1The binary module from where the code was loaded.]gogol-cloudtrace4An un-mangled function name, if `function_name` is  .http://www.avabodh.com/cxxin/namemangling.htmlmangled6. The name can be fully-qualified (up to 1024 bytes).^gogol-cloudtrace?The line number in `file_name` where the function call appears._gogol-cloudtrace:The version of the deployed source code (up to 128 bytes).`gogol-cloudtracezThe fully-qualified name that uniquely identifies the function or method that is active in this frame (up to 1024 bytes).agogol-cloudtrace…The column number where the function call appears, if available. This is important in JavaScript because of its anonymous functions.bgogol-cloudtraceOThe name of the source file where the function call appears (up to 256 bytes).cgogol-cloudtraceCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:dedgogol-cloudtraceqThe number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.egogol-cloudtraceA collection of links.fgogol-cloudtraceCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:ghiggogol-cloudtrace:An event describing a message sent/received between Spans.hgogol-cloudtrace)Text annotation with a set of attributes.igogol-cloudtrace5The timestamp indicating the time the event occurred.3gogol-cloudtrace4Ggogol-cloudtraceH« ŒŽ ‘’ “”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®ư±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ× !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghi(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None.27!jgogol-cloudtrace%Default request referring to version v2 of the Stackdriver Trace API. This contains the host and root path used as a starting point for constructing service requests.kgogol-cloudtrace-Write Trace data for a project or applicationlgogol-cloudtrace?View and manage your data across Google Cloud Platform servicesm  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmjkl !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLM NOPQRSTUVWXYZ [\]^_`ab cde fghi(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None "#.27=?HUV/Ę mgogol-cloudtraceMSends new spans to new or existing traces. You cannot update existing spans.See: o smart constructor.ngogol-cloudtraceA resource alias for %cloudtrace.projects.traces.batchWrite method which the m request conforms to.ogogol-cloudtraceCreates a value of m4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:pqrstuvpgogol-cloudtraceV1 error format.qgogol-cloudtrace4Upload protocol for media (e.g. "raw", "multipart").rgogol-cloudtraceOAuth access token.sgogol-cloudtrace=Legacy upload protocol for media (e.g. "media", "multipart").tgogol-cloudtraceMultipart request metadata.ugogol-cloudtraceaRequired. The name of the project where the spans belong. The format is `projects/[PROJECT_ID]`.vgogol-cloudtraceJSONPogogol-cloudtracetgogol-cloudtraceu mnopqrstuv nompqrstuv(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None "#.27=?HUVC{ |gogol-cloudtraceCreates a new span.See: ~ smart constructor.}gogol-cloudtraceA resource alias for +cloudtrace.projects.traces.spans.createSpan method which the | request conforms to.~gogol-cloudtraceCreates a value of |4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:€‚ƒ„…gogol-cloudtraceV1 error format.€gogol-cloudtrace4Upload protocol for media (e.g. "raw", "multipart").gogol-cloudtraceOAuth access token.‚gogol-cloudtrace=Legacy upload protocol for media (e.g. "media", "multipart").ƒgogol-cloudtraceMultipart request metadata.„gogol-cloudtrace’^The resource name of the span in the following format: projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. [SPAN_ID] is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array.…gogol-cloudtraceJSONP~gogol-cloudtraceƒgogol-cloudtrace„ |}~€‚ƒ„… }~|€‚ƒ„…(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None.UVH‹gogol-cloudtraceeRepresents the entirety of the methods and resources available for the Stackdriver Trace API service.‚  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuv|}~€‚ƒ„…‹njkl‹ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLM NOPQRSTUVWXYZ [\]^_`ab cde fghiŲ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽß-gogol-cloudtrace-0.5.0-AUpYwogWLT3HeISot6I4ZNNetwork.Google.CloudTrace.Types=Network.Google.Resource.CloudTrace.Projects.Traces.BatchWriteCNetwork.Google.Resource.CloudTrace.Projects.Traces.Spans.CreateSpanNetwork.Google.CloudTrace#Network.Google.CloudTrace.Types.Sum'Network.Google.CloudTrace.Types.ProductLinkTypeLTTypeUnspecifiedLTChildLinkedSpanLTParentLinkedSpanXgafvX1X2MessageEventTypeTypeUnspecifiedSentReceived TimeEventLinks StackFrame StackFrames TimeEventsModule AttributesBatchWriteSpansRequest StackTraceStatusDetailsItemLinkEmpty MessageEventAttributeValue AnnotationAttributesAttributeMapStatusTruncatableStringSpanspansStatus sStartTimesChildSpanCountsSameProcessAsParentSpansName sStackTrace sAttributessEndTime sTimeEvents sDisplayName sParentSpanIdsLinkssSpanIdtruncatableStringtsValuetsTruncatedByteCountstatussDetailssCodesMessageattributesAttributeMap aamAddtional annotation aAttributes aDescriptionattributeValue avBoolValue avIntValue avStringValue messageEventmeIdmeUncompressedSizeBytesmeTypemeCompressedSizeBytesemptylinklTraceId lAttributeslTypelSpanIdstatusDetailsItem sdiAddtional stackTracestStackTraceHashId stStackFramesbatchWriteSpansRequest bwsrSpans attributesaDroppedAttributesCount aAttributeMapmodule'mBuildIdmModule timeEventsteDroppedMessageEventsCountteDroppedAnnotationsCount teTimeEvent stackFramessfDroppedFramesCountsfFrame stackFrame sfLoadModulesfOriginalFunctionName sfLineNumbersfSourceVersionsfFunctionNamesfColumnNumber sfFileNamelinkslDroppedLinksCountlLink timeEventteMessageEvent teAnnotationteTimecloudTraceServicetraceAppendScopecloudPlatformScopeProjectsTracesBatchWrite ProjectsTracesBatchWriteResourceprojectsTracesBatchWrite ptbwXgafvptbwUploadProtocolptbwAccessTokenptbwUploadType ptbwPayloadptbwName ptbwCallback'$fGoogleRequestProjectsTracesBatchWrite$fEqProjectsTracesBatchWrite$fShowProjectsTracesBatchWrite$fDataProjectsTracesBatchWrite!$fGenericProjectsTracesBatchWriteProjectsTracesSpansCreateSpan%ProjectsTracesSpansCreateSpanResourceprojectsTracesSpansCreateSpan ptscsXgafvptscsUploadProtocolptscsAccessTokenptscsUploadType ptscsPayload ptscsName ptscsCallback,$fGoogleRequestProjectsTracesSpansCreateSpan!$fEqProjectsTracesSpansCreateSpan#$fShowProjectsTracesSpansCreateSpan#$fDataProjectsTracesSpansCreateSpan&$fGenericProjectsTracesSpansCreateSpan CloudTraceAPI TimeEvent'_teTime _teAnnotation_teMessageEventLinks'_lLink_lDroppedLinksCount StackFrame' _sfFileName_sfColumnNumber_sfFunctionName_sfSourceVersion _sfLineNumber_sfOriginalFunctionName _sfLoadModule StackFrames'_sfFrame_sfDroppedFramesCount TimeEvents' _teTimeEvent_teDroppedAnnotationsCount_teDroppedMessageEventsCountModule'_mModule _mBuildId Attributes'_aAttributeMap_aDroppedAttributesCountBatchWriteSpansRequest' _bwsrSpans StackTrace'_stStackFrames_stStackTraceHashIdStatusDetailsItem' _sdiAddtionalLink'_lSpanId_lType _lAttributes _lTraceIdEmpty' MessageEvent'_meCompressedSizeBytes_meType_meUncompressedSizeBytes_meIdAttributeValue'_avStringValue _avIntValue _avBoolValue Annotation' _aDescription _aAttributesAttributesAttributeMap' _aamAddtionalStatus' _sMessage_sCode _sDetailsTruncatableString'_tsTruncatedByteCount_tsValueSpan'_sSpanId_sLinks_sParentSpanId _sDisplayName _sTimeEvents _sEndTime _sAttributes _sStackTrace_sName_sSameProcessAsParentSpan_sChildSpanCount _sStartTime_sStatus