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
Support for client versioning in #925 always generates a client for the latest version of each service. This is the most common use case, but some users may want to generate a client for a specific version.
Proposed Solution
Add a --measurement-service-version parameter. If specified, pass it to get_measurement_stub -> resolve_service.
It could also make sense for interactive mode to display multiple versions and let the user choose.
For the --all mode, if we are planning to create clients for all versions, we need to consider how to update the module and class names for the same measurement with different versions.
Problem to Solve
Support for client versioning in #925 always generates a client for the latest version of each service. This is the most common use case, but some users may want to generate a client for a specific version.
Proposed Solution
Add a
--measurement-service-version
parameter. If specified, pass it toget_measurement_stub
->resolve_service
.It could also make sense for interactive mode to display multiple versions and let the user choose.
AB#2865966
The text was updated successfully, but these errors were encountered: