লেখার অনুরোধ কিভাবে কার্যকর করা হয় তার উপর নিয়ন্ত্রণ প্রদান করে। নির্দিষ্ট করা না থাকলে, শেষ লেখা জয়ী হয়।
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 খারাপ অনুরোধ ত্রুটি ফিরিয়ে দেবে৷
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-11-13 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."]]],[]]