forked from googleapis/google-api-dotnet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExcludedServices.json
More file actions
34 lines (28 loc) · 896 Bytes
/
ExcludedServices.json
File metadata and controls
34 lines (28 loc) · 896 Bytes
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
// 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",
// 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/170974415
"identitytoolkit.v1",
"identitytoolkit.v2",
"identitytoolkit.v3",
// b/287068812
"aiplatform.v1beta1",
// b/475730149
"connectors.v2"
]