We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8310ee commit a0f88b9Copy full SHA for a0f88b9
src/main/java/com/google/api/generator/gapic/protoparser/Parser.java
@@ -164,6 +164,8 @@ public static GapicContext parse(CodeGeneratorRequest request) {
164
165
Preconditions.checkState(!services.isEmpty(), "No services found to generate");
166
167
+ // TODO(vam-google): Figure out whether we should keep this allowlist or bring
168
+ // back the unused resource names for all APIs.
169
// Temporary workaround for Ads, who still need these resource names.
170
if (services.get(0).protoPakkage().startsWith("google.ads.googleads.v")) {
171
Function<ResourceName, String> typeNameFn =
0 commit comments