Class EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponse ऑब्जेक्ट के लिए बिल्डर.

तरीके

तरीकारिटर्न टाइपसंक्षिप्त विवरण
build()EditorFileScopeActionResponseइससे एडिटर की मौजूदा कार्रवाई का जवाब मिलता है.
requestFileScopeForActiveDocument()EditorFileScopeActionResponseBuilderEditor के मौजूदा चालू दस्तावेज़ के लिए, drive.file स्कोप का अनुरोध करता है.

विस्तृत दस्तावेज़

build()

इससे एडिटर की मौजूदा कार्रवाई का जवाब मिलता है.

वापसी का टिकट

EditorFileScopeActionResponseEditorFileScopeActionResponse की पुष्टि की गई.


requestFileScopeForActiveDocument()

Editor के मौजूदा चालू दस्तावेज़ के लिए, drive.file स्कोप का अनुरोध करता है.

// 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();

ध्यान दें: इस तरीके को कॉल करने के लिए, आपको ऐड-ऑन के स्कोप में drive.file स्कोप जोड़ना होगा मेनिफ़ेस्ट.

वापसी का टिकट

EditorFileScopeActionResponseBuilder — चेन बनाने के लिए यह ऑब्जेक्ट.