Class DriveItemsSelectedActionResponse
DriveÖğelerSeçilenİşlemYanıt
Drive öğeleri seçiliyken ve kullanıcı arayüzünde yapılan bir işleme (ör. düğme tıklaması) tepki olarak Drive'da değişiklik yapan bir yanıtı temsil eder.
Yöntemler
Yöntem | Dönüş türü | Kısa açıklama |
printJson() | String | Bu nesnenin JSON gösterimini yazdırır. |
Ayrıntılı dokümanlar
printJson()
Bu nesnenin JSON gösterimini yazdırır. Bu yalnızca hata ayıklama içindir.
Return
String
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-12-02 UTC.
[null,null,["Son güncelleme tarihi: 2024-12-02 UTC."],[[["`DriveItemsSelectedActionResponse` facilitates changes to Google Drive based on user actions when items are selected."],["It includes a `printJson()` method for debugging purposes, outputting the object's JSON representation as a string."]]],["The `DriveItemsSelectedActionResponse` handles changes to Drive when items are selected and an action is performed in the UI. It contains one method: `printJson()`. This method returns a `String` and provides a JSON representation of the object, intended for debugging purposes. It enables developers to inspect the object's state by outputting it as a JSON string.\n"]]