forked from googleapis/sloth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
teams.json
119 lines (118 loc) · 2.82 KB
/
teams.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"teams": [
{
"name": "soda",
"apis": [
"bigtable",
"datastore",
"firestore",
"redis",
"storage"
]
},
{
"name": "code-build-run",
"apis": [
"ndb"
]
},
{
"name": "animl",
"apis": [
"automl",
"bigquery",
"bigquerydatatransfer",
"cloudiot",
"datacatalog",
"datalabeling",
"dataproc",
"dialogflow",
"dlp",
"language",
"pubsub",
"recommender",
"speech",
"texttospeech",
"translation",
"videointelligence",
"vision"
]
},
{
"name": "actools",
"repos": [
"googleapis/gax-nodejs",
"googleapis/gax-php",
"googleapis/gax-dotnet",
"googleapis/gax-go",
"googleapis/gax-java",
"googleapis/gax-ruby",
"googleapis/gapic-generator-typescript",
"googleapis/gapic-generator-ruby",
"googleapis/gapic-generator-python",
"googleapis/gapic-generator-go",
"googleapis/gapic-generator-csharp",
"googleapis/gapic-generator",
"googleapis/nodejs-proto-files",
"googleapis/sample-tester"
]
},
{
"name": "node",
"repos": [
"googleapis/cloud-debug-nodejs",
"googleapis/cloud-trace-nodejs",
"googleapis/nodejs-logging-winston",
"googleapis/nodejs-logging-bunyan",
"googleapis/nodejs-error-reporting"
]
},
{
"name": "cloud-profiler",
"repos": [
"googleapis/cloud-profiler-nodejs"
]
},
{
"name": "spanner",
"apis": [
"spanner"
]
},
{
"name": "cpp",
"repos": [
"googleapis/cpp-cmakefiles",
"googleapis/google-cloud-cpp",
"googleapis/google-cloud-cpp-bigquery",
"googleapis/google-cloud-cpp-common",
"googleapis/google-cloud-cpp-spanner",
"GoogleCloudPlatform/cpp-docs-samples"
]
},
{
"name": "onramp",
"repos": [
"GoogleCloudPlatform/nodejs-docs-samples",
"GoogleCloudPlatform/php-docs-samples",
"GoogleCloudPlatform/ruby-docs-samples",
"GoogleCloudPlatform/elixir-samples",
"GoogleCloudPlatform/golang-samples",
"GoogleCloudPlatform/python-docs-samples",
"GoogleCloudPlatform/java-docs-samples",
"GoogleCloudPlatform/dotnet-docs-samples",
"GoogleCloudPlatform/nodejs-getting-started",
"GoogleCloudPlatform/getting-started-ruby",
"GoogleCloudPlatform/getting-started-php",
"GoogleCloudPlatform/getting-started-python",
"GoogleCloudPlatform/getting-started-java",
"GoogleCloudPlatform/getting-started-dotnet"
]
},
{
"name": "core",
"apis": [
]
}
]
}