Skip to content

Commit 3738c01

Browse files
committed
fix doc
1 parent 2a0fd6b commit 3738c01

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

docs/generated/api.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,33 +1952,6 @@
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": [

docs/generated/api.md.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}
121120
export { Request_2 as Request }
122121

0 commit comments

Comments
 (0)