Enum-Antwort
Response
ist ein Aufzählungstyp, mit dem die Felder einer ResponseObject
beschrieben werden.
Unterschrift
export enum Response
Mitglieder
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-15 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]