Skip to content

suppress warnings about deprecated fields and enum values #212

Description

@coryan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: cleanupAn internal cleanup or hygiene concern.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions