列挙型 | |
---|---|
fromBody |
modifiedDate は、リクエストの本文で指定した値に設定します。値が指定されていない場合、変更はありません。 |
fromBodyIfNeeded |
modifiedDate を、アップデートのその他の内容に応じて、リクエストの本文に指定した値に設定します。 |
fromBodyOrNow |
ModifiedDate は、リクエストの本文で指定した値に設定します(値が指定されていない場合は現在時刻に設定します)。 |
noChange |
modifiedDate の以前の値を維持します。 |
now |
modifiedDate を現在時刻に設定します。 |
nowIfNeeded |
更新の内容に応じて modifiedDate を現在時刻に設定します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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."]]],[]]