Risposta enum
Response
è un tipo enumerato utilizzato per descrivere i campi di una
ResponseObject
.
Firma
export enum Response
Membri
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-10-15 UTC.
[null,null,["Ultimo aggiornamento 2024-10-15 UTC."],[[["`Response` is an enumerated type that defines the structure of a `ResponseObject`."],["It includes four members: `ACTION`, `DOCUMENTS`, `PARENTS`, and `VIEW`, each providing specific information within the `ResponseObject`."],["Each member of the `Response` enum has its own detailed documentation accessible through the provided links."]]],["`Response` is an enumerated type defining the fields within a `ResponseObject`. It includes the following members: `ACTION`, `DOCUMENTS`, `PARENTS`, and `VIEW`. These members represent distinct aspects or data points contained within the response, each likely corresponding to a specific data field. Each member is further detailed in separate documentation. The `Response` enumeration is used to categorize different data within the response object.\n"]]