• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "schema": "1.0",
3  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4  "language": "java",
5  "protoPackage": "google.analytics.data.v1beta",
6  "libraryPackage": "com.google.analytics.data.v1beta",
7  "services": {
8    "BetaAnalyticsData": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "BetaAnalyticsDataClient",
12          "rpcs": {
13            "BatchRunPivotReports": {
14              "methods": ["batchRunPivotReports", "batchRunPivotReportsCallable"]
15            },
16            "BatchRunReports": {
17              "methods": ["batchRunReports", "batchRunReportsCallable"]
18            },
19            "CheckCompatibility": {
20              "methods": ["checkCompatibility", "checkCompatibilityCallable"]
21            },
22            "GetMetadata": {
23              "methods": ["getMetadata", "getMetadata", "getMetadata", "getMetadataCallable"]
24            },
25            "RunPivotReport": {
26              "methods": ["runPivotReport", "runPivotReportCallable"]
27            },
28            "RunRealtimeReport": {
29              "methods": ["runRealtimeReport", "runRealtimeReportCallable"]
30            },
31            "RunReport": {
32              "methods": ["runReport", "runReportCallable"]
33            }
34          }
35        }
36      }
37    }
38  }
39}