WriteControl
控制执行写入请求的方式。如果未指定,则以最后一次写入为准。
JSON 表示法 |
{
// Union field control can be only one of the following:
"requiredRevisionId": string
// End of list of possible types for union field control .
} |
字段 |
联合字段 control 。确定要写入的标签的修订版本,以及当该修订版本不是标签的当前修订版本时请求的行为方式。control 只能是下列其中一项: |
requiredRevisionId |
string
将向其应用写入请求的标签的 [revisionId][google.apps.drive.labels.v1.Label.revision_id]。如果这不是该标签的最新修订版本,则系统不会处理该请求,并返回 400 Bad Request 错误。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["This documentation describes how to control write request behavior for Google Drive labels using JSON."],["You can specify a `requiredRevisionId` to ensure your write request only applies to a specific revision of the label."],["If `requiredRevisionId` doesn't match the latest label revision, the request will be rejected with a 400 Bad Request error."],["When no control is specified, the last write operation will be the one that is applied (\"last write wins\")."]]],[]]