Skip to content

Commit

Permalink
fix(cloudtrace): update the API
Browse files Browse the repository at this point in the history
#### cloudtrace:v2

The following keys were changed:
- schemas.StackFrame.properties.originalFunctionName.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 10, 2023
1 parent 110d85a commit 0c7a479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudtrace-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
}
}
},
"revision": "20230118",
"revision": "20230112",
"rootUrl": "https://cloudtrace.googleapis.com/",
"schemas": {
"Annotation": {
Expand Down Expand Up @@ -471,7 +471,7 @@
},
"originalFunctionName": {
"$ref": "TruncatableString",
"description": "An un-mangled function name, if `function_name` is mangled. To get information about name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be fully-qualified (up to 1024 bytes)."
"description": "An un-mangled function name, if `function_name` is [mangled](http://www.avabodh.com/cxxin/namemangling.html). The name can be fully-qualified (up to 1024 bytes)."
},
"sourceVersion": {
"$ref": "TruncatableString",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudtrace/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export namespace cloudtrace_v2 {
*/
loadModule?: Schema$Module;
/**
* An un-mangled function name, if `function_name` is mangled. To get information about name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be fully-qualified (up to 1024 bytes).
* An un-mangled function name, if `function_name` is [mangled](http://www.avabodh.com/cxxin/namemangling.html). The name can be fully-qualified (up to 1024 bytes).
*/
originalFunctionName?: Schema$TruncatableString;
/**
Expand Down

0 comments on commit 0c7a479

Please sign in to comment.