File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 19521952 "startIndex" : 1 ,
19531953 "endIndex" : 2
19541954 }
1955- },
1956- {
1957- "kind" : " PropertySignature" ,
1958- "canonicalReference" : " @google-cloud/functions-framework!Request_2#traceId:member" ,
1959- "docComment" : " /**\n * Cloud Trace trace ID.\n */\n " ,
1960- "excerptTokens" : [
1961- {
1962- "kind" : " Content" ,
1963- "text" : " traceId?: "
1964- },
1965- {
1966- "kind" : " Content" ,
1967- "text" : " string"
1968- },
1969- {
1970- "kind" : " Content" ,
1971- "text" : " ;"
1972- }
1973- ],
1974- "isReadonly" : false ,
1975- "isOptional" : true ,
1976- "releaseTag" : " Public" ,
1977- "name" : " traceId" ,
1978- "propertyTypeTokenRange" : {
1979- "startIndex" : 1 ,
1980- "endIndex" : 2
1981- }
19821955 }
19831956 ],
19841957 "extendsTokenRanges" : [
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ interface Request_2 extends Request_3 {
116116 executionId? : string ;
117117 rawBody? : Buffer ;
118118 spanId? : string ;
119- traceId? : string ;
120119}
121120export { Request_2 as Request }
122121
You can’t perform that action at this time.
0 commit comments