The generator can consume the retry/timeout config from the grpc_service_config file by passing the file through a protoc option. This should be reflected on the surface of the py_gapic_library rule as a grpc_service_config attribute. This is necessary for migration of generation targets to the microgenerator as a majority of APIs have already been moved to this config.
Examples of other languages that have implemented this attribute in their rules include:
The generator can consume the retry/timeout config from the grpc_service_config file by passing the file through a protoc option. This should be reflected on the surface of the
py_gapic_libraryrule as agrpc_service_configattribute. This is necessary for migration of generation targets to the microgenerator as a majority of APIs have already been moved to this config.Examples of other languages that have implemented this attribute in their rules include: