Wartości w polu enum | |
---|---|
fromBody |
Ustaw modifiedDate na wartość podaną w treści żądania. Bez zmian, jeśli nie podano wartości. |
fromBodyIfNeeded |
W zależności od innej treści aktualizacji ustaw modifiedDate na treść żądania. |
fromBodyOrNow |
Ustaw wartość „ModifiedDate” na wartość podaną w treści żądania lub bieżącą godzinę, jeśli nie podano żadnej wartości. |
noChange |
Zachowaj poprzednią wartość ustawienia modifiedDate . |
now |
Ustaw modifiedDate na bieżącą godzinę. |
nowIfNeeded |
W zależności od treści aktualizacji ustaw modifiedDate na obecny czas. |
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: 2024-09-04 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-04 UTC."],[[["The `modifiedDate` property can be updated using various strategies defined by enums."],["Enums like `fromBody`, `fromBodyIfNeeded`, and `fromBodyOrNow` utilize the request body to set the `modifiedDate`, with variations on how they handle missing values."],["`noChange` preserves the existing `modifiedDate`, while `now` and `nowIfNeeded` use the current time, with the latter being conditional on the update's content."]]],[]]