forked from googleapis/google-api-dotnet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExcludedServices.json
41 lines (34 loc) · 1.16 KB
/
ExcludedServices.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
// List of services we don't generate.
// (This is the name of the Discovery doc file, without the extension.)
//
// Use comments for reasons.
//This isn't strictly-valid JSON, but Json.NET accepts it.
[
// b/299933892 because of hierarchical resources
// "nodes/{node}/nodes/{node}"
"sasportal.v1alpha1",
"prod_tt_sasportal.v1alpha1",
// Known exception for library generation
"apigee.v1",
// Name clashes because of some request's service parameter.
// Investigate with auth team.
"metastore.v1alpha",
"metastore.v1beta",
"metastore.v1",
// Name clashes because of some response ETag field.
"contentwarehouse.v1",
// b/299569133 method.request.type instead of method.request.$ref
// type is not a supported field in method.request.
"integrations.v1alpha",
"integrations.v1",
// b/299567447 method.request.type instead of method.request.$ref
// type is not a supported field in method.request.
"datalineage.v1",
// b/299985033 Because on non-AIP compliant RPC.
"policysimulator.v1alpha",
"policysimulator.v1beta",
// TODO: Explain these ones
"identitytoolkit.v1",
"identitytoolkit.v2",
"identitytoolkit.v3",
]