Files
node-problem-detector/vendor/cloud.google.com/go/trace/apiv2/gapic_metadata.json
2023-06-12 22:27:39 +08:00

44 lines
994 B
JSON

{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.devtools.cloudtrace.v2",
"libraryPackage": "cloud.google.com/go/trace/apiv2",
"services": {
"TraceService": {
"clients": {
"grpc": {
"libraryClient": "Client",
"rpcs": {
"BatchWriteSpans": {
"methods": [
"BatchWriteSpans"
]
},
"CreateSpan": {
"methods": [
"CreateSpan"
]
}
}
},
"rest": {
"libraryClient": "Client",
"rpcs": {
"BatchWriteSpans": {
"methods": [
"BatchWriteSpans"
]
},
"CreateSpan": {
"methods": [
"CreateSpan"
]
}
}
}
}
}
}
}