blob: 2c82cbeb583e481de406da1f47f42e324f2b6766 [file] [log] [blame]
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.devtools.clouderrorreporting.v1beta1",
"libraryPackage": "cloud.google.com/go/errorreporting/apiv1beta1",
"services": {
"ErrorGroupService": {
"clients": {
"grpc": {
"libraryClient": "ErrorGroupClient",
"rpcs": {
"GetGroup": {
"methods": [
"GetGroup"
]
},
"UpdateGroup": {
"methods": [
"UpdateGroup"
]
}
}
}
}
},
"ErrorStatsService": {
"clients": {
"grpc": {
"libraryClient": "ErrorStatsClient",
"rpcs": {
"DeleteEvents": {
"methods": [
"DeleteEvents"
]
},
"ListEvents": {
"methods": [
"ListEvents"
]
},
"ListGroupStats": {
"methods": [
"ListGroupStats"
]
}
}
}
}
},
"ReportErrorsService": {
"clients": {
"grpc": {
"libraryClient": "ReportErrorsClient",
"rpcs": {
"ReportErrorEvent": {
"methods": [
"ReportErrorEvent"
]
}
}
}
}
}
}
}