열거형 | |
---|---|
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)"],[[["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."]]],[]]