열거형 | |
---|---|
fromBody |
modifiedDate 를 요청 본문에 제공된 값으로 설정합니다. 입력된 값이 없으면 변경사항이 없습니다. |
fromBodyIfNeeded |
modifiedDate 를 업데이트의 다른 콘텐츠에 따라 요청 본문에 제공된 값으로 설정합니다. |
fromBodyOrNow |
수정안을 요청 본문에 제공된 값 또는 제공된 값이 없는 현재 시간으로 설정합니다. |
noChange |
modifiedDate 의 이전 값을 유지합니다. |
now |
modifiedDate 을 현재 시간으로 설정합니다. |
nowIfNeeded |
업데이트 내용에 따라 modifiedDate 를 현재 시간으로 설정합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-04(UTC)
[null,null,["최종 업데이트: 2024-09-04(UTC)"],[[["`modifiedDate` can be updated using various strategies, including values from the request body, the current time, or maintaining the existing value."],["Enums such as `fromBody`, `fromBodyOrNow`, and `now` offer direct control over `modifiedDate` updates."],["Conditional updates to `modifiedDate` are possible with enums like `fromBodyIfNeeded` and `nowIfNeeded`, depending on other request data."],["`noChange` enum preserves the original `modifiedDate` value, preventing any modifications."]]],[]]