File size: 1,480 Bytes
7b715bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
// 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",

  // b/415809720 for investigating the failure
  "compute.alpha",
  "compute.beta",
  
  // b/447065891 for investigating the failure
  "aiplatform.v1beta1",

  // b/462033382 for investigating the failure
  "aiplatform.v1",

  // b/459521801 for investigating the failure
  "composer.v1beta1",
]