Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パッチとアップデートの両方のメソッドドキュメントを調べましたが、どちらも同じように見えます。
また、メソッドを呼び出す必要がある場合でも、パッチはパッチコメントのを必要としないことにも注意してください。contentpatch()
content
patch()
comment.patch()では、とGoogle Drive APIのcomment.update()メソッドの違いは何ですか?
comment.patch()
comment.update()
PS:実装にGoogle-DriveJavaSDKを使用しています。
ありがとう。
パッチは、たとえば、リソース内の1つのフィールドのみを更新する場合に、部分的な更新を実行し、帯域幅を節約するために使用されます。
パッチの仕組みやその他のパフォーマンスのヒントの詳細については、GoogleドライブSDKのドキュメントを確認してください。
https://developers.google.com/drive/performance#patch