列挙型 | |
---|---|
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。"],[[["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."]]],[]]