File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/google/api/generator/gapic/protoparser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def java_gapic_library(
150
150
service_yaml_in_allowlist = True
151
151
break
152
152
if service_yaml_in_allowlist :
153
- file_args_dict [service_yaml ] = "gapic -service-config"
153
+ file_args_dict [service_yaml ] = "api -service-config"
154
154
else :
155
155
fail ("Service.yaml is no longer supported in the Java microgenerator" )
156
156
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class PluginArgumentParser {
27
27
// Synced to rules_java_gapic/java_gapic.bzl.
28
28
@ VisibleForTesting static final String KEY_GRPC_SERVICE_CONFIG = "grpc-service-config" ;
29
29
@ VisibleForTesting static final String KEY_GAPIC_CONFIG = "gapic-config" ;
30
- @ VisibleForTesting static final String KEY_SERVICE_YAML_CONFIG = "gapic -service-config" ;
30
+ @ VisibleForTesting static final String KEY_SERVICE_YAML_CONFIG = "api -service-config" ;
31
31
32
32
private static final String JSON_FILE_ENDING = "grpc_service_config.json" ;
33
33
private static final String GAPIC_YAML_FILE_ENDING = "gapic.yaml" ;
You can’t perform that action at this time.
0 commit comments