File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed
Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 11# This is intended to be imported using the "source" function
22# from any script that wants to invoke the C#-based generator.
33
4- declare -r GAPIC_GENERATOR_VERSION=1.4.29
4+ declare -r GAPIC_GENERATOR_VERSION=1.4.36
55
66TMP_CSHARP_GENERATOR_DIR=tmp-gapic-generator-csharp
77if [[ $CSHARP_GENERATOR_DIR == " " ]]
Original file line number Diff line number Diff line change 1212 // Known exception for library generation
1313 " apigee.v1" ,
1414
15- // Name clashes because of some request's service parameter.
16- // Investigate with auth team.
17- " metastore.v1alpha" ,
18- " metastore.v1beta" ,
19- " metastore.v1" ,
20-
21- // Name clashes because of some response ETag field.
22- " contentwarehouse.v1" ,
23-
2415 // b/299569133 method.request.type instead of method.request.$ref
2516 // type is not a supported field in method.request.
2617 " integrations.v1alpha" ,
3021 // type is not a supported field in method.request.
3122 " datalineage.v1" ,
3223
33- // b/299985033 Because on non-AIP compliant RPC.
34- " policysimulator.v1alpha" ,
35- " policysimulator.v1beta" ,
36-
3724 // TODO: Explain these ones
3825 " identitytoolkit.v1" ,
3926 " identitytoolkit.v2" ,
4229 // b/415809720 for investigating the failure
4330 " compute.alpha" ,
4431 " compute.beta" ,
45-
32+
4633 // b/447065891 for investigating the failure
4734 " aiplatform.v1beta1" ,
48-
49- // b/462033382 for investigating the failure
50- " aiplatform.v1" ,
51-
52- // b/459521801 for investigating the failure
53- " composer.v1beta1" ,
5435]
You can’t perform that action at this time.
0 commit comments