The source protos (or discovery docs) may have deprecated fields, enum values, enums, methods, or even full services.
We carry the deprecation annotations to the Swift code, so our customers can receive a warning if they use the deprecated things.
Our generated code also uses these values and fields, in case we receive them from the wire, or somebody uses them.
The latter usage produces warnings. I would like to suppress these warnings.
The source protos (or discovery docs) may have deprecated fields, enum values, enums, methods, or even full services.
We carry the deprecation annotations to the Swift code, so our customers can receive a warning if they use the deprecated things.
Our generated code also uses these values and fields, in case we receive them from the wire, or somebody uses them.
The latter usage produces warnings. I would like to suppress these warnings.