[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-15 UTC."],[[["`@Nullable` is an annotation used within the `com.google.api.server.spi.config` package."],["This annotation is specifically designed for API parameters."],["The purpose of the `@Nullable` annotation is to indicate that a given API parameter is optional."],["It is designed to work at the parameter level as indicated by `@Target(value=PARAMETER)` and available at runtime because of `@Retention(value=RUNTIME)`."]]],[]]