google-api-dotnet-client / ExcludedServices.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
7b715bc verified
Invalid JSON: Unexpected token '/', "// List of"... is not valid JSON
// 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",
]