Cho phép kiểm soát cách thực thi các yêu cầu ghi. Khi không được chỉ định, lượt ghi sau cùng sẽ thắng.
Biểu diễn dưới dạng JSON
{// Union field control can be only one of the following:"requiredRevisionId": string// End of list of possible types for union field control.}
Trường
Trường kết hợp control. Xác định bản sửa đổi của nhãn để ghi và cách yêu cầu hoạt động nếu bản sửa đổi đó không phải là bản sửa đổi hiện tại của nhãn. control chỉ có thể là một trong những trạng thái sau đây:
requiredRevisionId
string
[revisionId][google.apps.drive.labels.v1.Label.revision_id] của nhãn sẽ áp dụng yêu cầu ghi. Nếu đây không phải là bản sửa đổi mới nhất của nhãn, thì yêu cầu sẽ không được xử lý và sẽ trả về lỗi 400 Yêu cầu không hợp lệ.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-10-15 UTC."],[[["Provides control over how write requests to the label are executed, defaulting to \"last write wins\" if not specified."],["Uses JSON representation to define the write control, focusing on the `control` field."],["Offers the `requiredRevisionId` field within the `control` field to ensure writes are applied to a specific revision of the label, preventing accidental overwrites."],["If `requiredRevisionId` doesn't match the latest revision, the write request will be rejected with a 400 Bad Request error."]]],[]]