Karta aktywności
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Definicje
Definicja pliku danych o działaniach
message ActionFeed {
repeated ActionDetail data = 1;
}
Definicja ActionDetail
message ActionDetail {
string entity_id = 2;
string link_id = 3;
// Deep link for action detail
string url = 4;
repeated Action actions = 1;
}
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-31 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-31 UTC."],[],["The `ActionFeed` is defined using a protobuffer format but should be uploaded in JSON. It contains a repeated list of `ActionDetail` objects. Each `ActionDetail` includes an `entity_id`, `link_id`, a deep link `url`, and a list of `Action` objects. The JSON format is recommended, with sample feeds available for reference.\n"]]