You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(internal/serviceconfig): add Find to add default paths (#3096)
FindServiceConfig locates the service config file for an API path by
scanning for YAML files containing `type: google.api.Service` in the
first 5 lines, while skipping `_gapic.yaml` files.
The generate command now automatically populates the ServiceConfig field
for APIs that don't have one explicitly configured. This reduces manual
configuration when adding new libraries, when we can determine the
service config path from the API path.
0 commit comments