Class EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponseBuilder

ה-builder של אובייקטים מסוג EditorFileScopeActionResponse.

Methods

שיטהסוג הערך המוחזרתיאור קצר
build()EditorFileScopeActionResponseיצירת התגובה הנוכחית של פעולת העריכה.
requestFileScopeForActiveDocument()EditorFileScopeActionResponseBuilderהבקשה מתייחסת להיקף drive.file של המסמך הפעיל הנוכחי ב-Editor.

מסמכים מפורטים

build()

יצירת התגובה הנוכחית של פעולת העריכה.

חזרה

EditorFileScopeActionResponseEditorFileScopeActionResponse מאומת.


requestFileScopeForActiveDocument()

הבקשה מתייחסת להיקף drive.file של המסמך הפעיל הנוכחי ב-Editor.

// Display a permissions dialog to the user, requesting `drive.file` scope for
// the current document on behalf of this add-on.
CardService.newEditorFileScopeActionResponseBuilder()
    .requestFileScopeForActiveDocument()
    .build();

הערה: כדי לקרוא ל-method הזה, צריך להוסיף את ההיקף drive.file למניפסט של התוסף.

חזרה

EditorFileScopeActionResponseBuilder – האובייקט הזה, לצורך קישור.