ActionDetail
ActionDetail
ข้อมูลที่อธิบายประเภทและข้อมูลเพิ่มเติมของการดำเนินการ
การแสดง JSON
|
{
// Union field action_detail can be only one of the following:
"create": {
object (Create )
},
"edit": {
object (Edit )
},
"move": {
object (Move )
},
"rename": {
object (Rename )
},
"delete": {
object (Delete )
},
"restore": {
object (Restore )
},
"permissionChange": {
object (PermissionChange )
},
"comment": {
object (Comment )
},
"dlpChange": {
object (DataLeakPreventionChange )
},
"reference": {
object (ApplicationReference )
},
"settingsChange": {
object (SettingsChange )
},
"appliedLabelChange": {
object (AppliedLabelChange )
}
// End of list of possible types for union field action_detail .
}
|
ช่อง
|
ฟิลด์สหภาพ
action_detail ข้อมูลที่อธิบายประเภทและข้อมูลเพิ่มเติมของการดำเนินการ
action_detail
ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น
|
create
|
object (Create )
สร้างออบเจ็กต์แล้ว
|
edit
|
object (Edit )
มีการแก้ไขออบเจ็กต์
|
move
|
object (Move )
ย้ายวัตถุแล้ว
|
rename
|
object (Rename )
เปลี่ยนชื่อออบเจ็กต์แล้ว
|
delete
|
object (Delete )
ลบออบเจ็กต์แล้ว
|
restore
|
object (Restore )
กู้คืนออบเจ็กต์ที่ลบแล้ว
|
permissionChange
|
object (PermissionChange )
มีการเปลี่ยนแปลงสิทธิ์ในออบเจ็กต์
|
dlpChange
|
object (DataLeakPreventionChange )
สถานะการป้องกันข้อมูลรั่วไหลมีการเปลี่ยนแปลง
|
reference
|
object (ApplicationReference )
มีการอ้างอิงออบเจ็กต์ในแอปพลิเคชันภายนอกไดรฟ์/เอกสาร
|
settingsChange
|
object (SettingsChange )
เปลี่ยนการตั้งค่าแล้ว
|
appliedLabelChange
|
object (AppliedLabelChange )
เปลี่ยนป้ายกำกับแล้ว
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-23 UTC
[null,null,["อัปเดตล่าสุด 2024-11-23 UTC"],[[["`ActionDetail` provides data about the type and specifics of an action performed on a Drive item."],["It's represented as a union field, meaning only one action type can be present at a time."],["Possible action types include create, edit, move, rename, delete, restore, permission change, comment, data leak prevention change, reference, settings change, and applied label change."],["Each action type has a corresponding object containing further details about the specific action taken."],["The `action_detail` field helps understand how Drive items are being interacted with and modified over time."]]],["The document details `action_detail`, which describes various actions with associated information. These actions, represented in JSON, include creating, editing, moving, renaming, deleting, and restoring objects. Other actions involve permission changes, comments, data leak prevention changes, application references, settings changes, and label modifications. Each action type links to a specific object detailing the action's specifics. The `action_detail` is a union field, allowing only one action type per instance.\n"]]