NonSdkApiUsageViolationReport
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-24 UTC.
[null,null,["Last updated 2024-07-24 UTC."],[],[],null,["# NonSdkApiUsageViolationReport\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains a summary and examples of non-sdk API usage violations.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"uniqueApis\": integer, \"minSdkVersion\": integer, \"targetSdkVersion\": integer, \"exampleApis\": [ { object (/docs/test-lab/reference/toolresults/rest/v1beta3/NonSdkApi) } ] } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------|\n| `uniqueApis` | `integer` Total number of unique Non-SDK API's accessed. |\n| `minSdkVersion` | `integer` Minimum API level required for the application to run. |\n| `targetSdkVersion` | `integer` Specifies the API Level on which the application is designed to run. |\n| `exampleApis[]` | `object (`[NonSdkApi](/docs/test-lab/reference/toolresults/rest/v1beta3/NonSdkApi)`)` Examples of the detected API usages. |"]]